@font-face {
    font-family: 'Open-Sans-regular';
    src: url('/font/opensans/OpenSans-Regular.woff2') format('woff2'),
    url('/font/opensans/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('/font/DINPro-Medium.woff2') format('woff2'),
    url('/font/DINPro-Medium.woff') format('woff'),
    url('/font/DINPro-Medium.ttf') format('truetype'),
    url('/font/DINPro-Medium.svg#DINPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto_thin';
    src: url('/font/roboto/Roboto-Thin.woff2') format('woff2'),
    url('/font/roboto/Roboto-Thin.woff') format('woff'),
    url('/font/roboto/Roboto-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto_italic';
    src: url('/font/roboto/Roboto-Italic.woff2') format('woff2'),
    url('/font/roboto/Roboto-Italic.woff') format('woff'),
    url('/font/roboto/Roboto-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto_medium';
    src: url('/font/roboto/Roboto-Medium.woff2') format('woff2'),
    url('/font/roboto/Roboto-Medium.woff') format('woff'),
    url('/font/roboto/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto_light';
    src: url('/font/roboto/Roboto-Light.woff2') format('woff2'),
    url('/font/roboto/Roboto-Light.woff') format('woff'),
    url('/font/roboto/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto_regular';
    src: url('/font/roboto/Roboto-Regular.woff2') format('woff2'),
    url('/font/roboto/Roboto-Regular.woff') format('woff'),
    url('/font/roboto/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto_black';
    src: url('/font/roboto/Roboto-Black.woff2') format('woff2'),
    url('/font/roboto/Roboto-Black.woff') format('woff'),
    url('/font/roboto/Roboto-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto_bold';
    src: url('/font/roboto/Roboto-Bold.woff2') format('woff2'),
    url('/font/roboto/Roboto-Bold.woff') format('woff'),
    url('/font/roboto/Roboto-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
select {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
}
.roboto_reg{
    
}
.bold{
    font-weight:bold
}
.fa-phone-volume:before {
    content: "\f2a0";
}
.darck_blue_text {
    color: #03518a;
}
img.ihk_logo {
    width: 280px;
}
.absolute_darck_blue {
    top: 0;
    background: #03518a;
    width: 13px;
    height: 85px;
    position: absolute;
    left: 0;
}
.logo_orange_block {
    position: absolute;
    right: 0;
    bottom: -154px;
    min-width: 675px;
    min-height: 90px;
    padding: 0;
    text-align: center;
    background: #ff9601;
    color: #fff;
    font-size: 36px;
    line-height: 2.5;
    font-weight: 600;
    padding: 0 15px;
}
.ht_reg{
    color:#fff;
}
.ht_call{
    color:#fff;
}
.ht_email{
    color:#fff;
}
#home_news_container h2.head_title {
    line-height: 0.1;
}
.position_relative{
    position:relative;
}
body{
    font-size: 15px;
    #font-family: 'DIN Pro';
    font-family: 'Open-Sans-regular';
    background-color: #dedfe3;
    color: #000;
}
.wide_grey_sep10{
    height:10px;
    background-color: #dedfe3;
}
h1.dark_blue_35 {
    color: #055389;
    font-size: 35px;
    text-transform: uppercase;
    #font-family: 'Roboto_bold';
    font-family: 'Open-Sans-regular';
    font-weight: 600;
}
.separate_content {
    padding: 35px 60px;
}
.top_header_logo{
    background-color: #fff;
}
a{
    color:#000;
}
p {
    margin: 0 0 15px;
}
.lr-0{
    padding-left:0;
    padding-right:0;
}
.l-p-0{
    padding-left:0;
}
.tb-p-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.pt11 {
    padding-top: 11px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffff;
    opacity: 1;
}
.reg_left_col {
    padding: 20px 10px 20px 0;
}
.reg_left_col:nth-child(2) {
    padding: 15px 80px 15px 0;
}
.genders_block {
    margin-top: 3px;
}

.pl20{
    padding-left:20px
}
.check_datensch {
    padding-right: 0;
}
label.herr-frau-position {
    margin-top: 8px;
}
.reg_right_col {
    padding: 30px 10px 15px 0;
    line-height: 1;
}
.reg_right_col:nth-child(2) {
    padding: 13px 0 15px 0;
}
.bm10{
    margin-bottom: 10px;
}
.bm15{
    margin-bottom: 15px;
}
.tm10{
    margin-top:60px;
}
.tm60{
    margin-top:60px;
}
p.tx-error {
    color: #ff0000;
}
.red {
    color: #ff0000;
}
.green {
    color: #61b95b;
}
.loggedin {
    text-align: right;
    padding-right: 40px !important;
}
.loglink{
    color: #fff;
}
.loglink:hover{
    color: #fff;
}
.edit_form_button{
    color:#fff;
    cursor:pointer;
}
img.profile_icon {
    width: 23px;
    margin-right: 5px;
    vertical-align: bottom;
}
.ins_top{
    padding: 60px
}
.breadcrambs {
    padding: 10px 0 0 0;
    line-height: 0.8;
}
a:hover {
    text-decoration: none;
    color:#055389;
}
.sep_64{
    height:64px;
}
.top_header {
    background: #03518b;
    color: #fff;
}
.top_header .container div {
    padding: 15px 0;
}
.contents{
    background-color: #fff;
}
.lightblue {
    background: #5bc2f4;
    text-align: center;
}
.dark_blue_bg {
    background: #055389;
    padding: 4px 0;
    color: #fff;
}
.dark_blue_color {
    color: #055389;
}
.dark_blue_color {
    color: #055389;
}
.fontsize18 {
    font-size:24px;
}
.fontsize20 {
    font-size:20px;
}
.fontsize24 {
    font-size:24px;
}
.fontsize30 {
    font-size:30px;
}
.m_top_20 {
    margin-top: 20px;
}
.m_top_30 {
    margin-top: 30px;
}
.blue_bg {
    background: #0099cc url(/re-images/blue_part_bg.jpg) no-repeat right top;
    color: #fff;
    padding: 15px 40px 30px;
    overflow: hidden;
    position: relative;
    background-size: contain;
    line-height: 2;
}

.pl_ms {
    color: #fff;
}
.footerzoom{
    padding-left:30px
}
.sep_20 {
    width: 100%;
    height: 20px;
}
.sep_30 {
    width: 100%;
    height: 30px;
}
.sep_40 {
    width: 100%;
    height: 40px;
}
.sep_60 {
    width: 100%;
    height: 60px;
}
.lh2 {
    line-height: 2;
}
ul#footer_menu {
    margin: 0;
    padding: 0;
    float: right;
    display:none;
}
ul#footer_menu li {
    display:inline;
}
ul#footer_menu li a {
    color: #fff;
    text-decoration: none;
}
ul#footer_menu li a:hover {
    color: #fff;
    text-decoration: none;
}
.footer_menu_sep {
    color: #fff;
}
.footer_menu_sep {
    color: #fff;
    font-size: 14px;
    padding: 0 3px;
}
.nl_block {
    position: absolute;
    margin-right: 30px;
    right: 0;
    bottom: -3px;
}
#nl_img {
    z-index: 10;
    position: relative;
    width: 40%;
}
.above_footer {
    margin-top: 25px;
}
.btn-nl {
    color: #055389;
    border: 3px solid #33ccff;
    border-radius: 6px;
    padding-left: 35px;
    padding-right: 30px;
    background-image: linear-gradient(to right, #ECE9E6 0%, #FFFFFF 15%, #ECE9E6 100%);
    margin-left: -30px;
    z-index: 1;
    font-size: 15px;
}
#sb-container{
    display:none;
}
.container_main_banner {
    width: 100%;
    max-width: 100%;
}
.above_footer .blue_bg {
    margin-top: 25px;
    padding: 30px;
}
.cont_foot.white_bg {
    padding: 60px 30px;
}
img.main_banner {
    width: 100%;
}
.main_search .form-control {
    display: block;
    width: 54%;
    float: left;
    margin-left: 3%;
}
.search_det {
    width: 54%;
    margin-left: 3%;
    border: 1px solid #ccc;
    text-align: center;
    padding: 2px 3px;
    line-height: 2;
    border-radius: 5px;
    margin-top: 25px;
    display: block;
    margin-bottom: 60px;
}
select#search_form_service {
    width: 67%;
}
input#search_form_plz {
    width: 220px;
}
.home_form_label {
    float: left;
}
input.form-control.search_start {
    width: 85%;
    background: #ff9601;
    color: #fff;
    font-size: 22px;
    border: 1px solid #ff9601;
    text-shadow: none;
    line-height: 0;
    float: right;
    text-align: center;
    padding: 20px 10px 20px 40px;	
	
    background-image: url(../re-images/icon_search.png);
    background-repeat: no-repeat;
    background-position: 15px 7px; 
}
.search_det {
    width: 85%;
    background: #055389;
    color: #fff;
    font-size: 22px;
    border: 1px solid #055389;
    text-shadow: none;
    line-height: 0;
    float: right;
    text-align: center;
    padding: 20px 10px;
    background-image: url(../re-images/icon_search_more.png);
    background-repeat: no-repeat;
    background-position: 7px 7px;
    visibility: hidden;
    margin-bottom: 20px;
}
.fontsize18{
    font-size:18px;
}
.contents.white_bg.top_main {
    padding-left: 2%;
    line-height: 2;
    margin-top: 15px;
}
.black_text{
    color:#000
}

.contents.white_bg.m_top_20{
    background: #ffffff;
    overflow: hidden;
}
.general_contents_padding {
    padding: 30px 60px;
}
.contents.white_bg.top_main {
    padding-left: 48px;
    padding-right: 48px;
    padding-right: auto;
}

.rrreeelll{
    padding-left:0!important;
}

h2.head_title {
    font-size: 24px;
    #font-family: 'Roboto_regular';
    font-family: 'Open-Sans-regular';
    color: #03518a;
}
.newstitle a {
    font-size: 18px;
}
.lnk {
    font-size: 18px;
}
.btn-signup:hover, .btn-signup:active, .btn-signup:focus, .btn-signup:visited {
    background: #e5f8ff !important;
    color: #03518a;
    border: 1px solid #03518a;
}
.btn-signup, .btn-signup:active, .btn-signup:focus, .btn-signup:hover {
    color: #03518a;
    border: 1px solid #03518a;
    font-size: 15px;
}
.border_right:last-child{
    padding-right:0!important
}
.tologin{
    padding:15px 0;
    font-size:18px;
}
.login_link {
    color: #055389;
    border: 1px solid #055389;
    padding: 10px 30px;
    border-radius: 5px;
    background: #fbfbfb;
    font-weight: 600;
    max-width: 253px;
    margin-bottom: 15px;
    text-align: center;
}
.contents .row {
    padding-left: 15px;
    padding-right: 15px;
}
#vergessen{
    color: #8b8b8b;
    font-size: 14px;
    text-decoration: underline;
}
.new_reg_title{
    margin-top:30px
}
.reg_textarea_col{
    padding: 15px 80px 15px 0;
}

/********************   UPLOAD FILE SECTION  ********************/
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 0;
    background:#42a4d2;
    border:6px solid #42a4d2;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.fileUpload.btn.btn-primary {
    z-index: 1;
    padding: 8px 32px;
}
input#uploadFile {
    padding: 9px 0 8px 26%;
    margin-left: -20%;
    width: 99%;
    margin-top: 0px;
    max-width: 85.5%;
    position: absolute;
    z-index: 0;
    background: #fff;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.reg_submit {
    /* position: absolute; */
    /* right: -419px; */
    /* top: 16px; */
    background: #f69603;
    font-size: 30px;
    padding: 15px 40px;
    border-radius: 4px;
    width: 300px;
    margin-top: 30px;
    text-align: center;
}
.reg_logout {
    /*position: absolute;
    right: -632px;
    top: 16px;*/
    background: #ff9601;
    font-size: 30px;
    padding: 15px 40px;
    border-radius: 4px;
    width: 300px;
    margin-top: 30px;
    text-align: center;
}
.reg_submit a span{
    color: #ffffff;
}
.reg_logout a{
    color: #ffffff;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    flex-grow: 0;
    border: none;
    border-radius: 0;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-size: cover;
}
label.reglogin-check-position {
    font-weight: 500;
}
.custom-checkbox:checked+label::before {
    border-color: #07518a;
    background-color: #07518a;
    background-image: url(../re-images/yes.jpg);
}
/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}
/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus+label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked)+label::before {
    border-color: #80bdff;
}
/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}
a.schutz_link {
    color: #337ab7;
    font-size: 20px;
    text-decoration: underline;
    line-height: 3;
}
.pl20.shutz {
    margin-top: -9px;
}
.more_places {
    background: #03518a;
    float: left;
    padding: 10px 18px;
    color: #fff;
    border-radius: 4px;
}
.btn-primary {
    color: #fff;
    background-color: #07518a;
    border-color: #07518a;
}
.standort_speichern {
    margin-right: 21px;
}
/**************************** radiobuttons ******************************/
.form_radio {
    margin-bottom: 10px;
}
.reg_2 input[type=radio] {
    display: none;
}
.reg_2 label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 0;
    line-height: 18px;
    user-select: none;
}
.reg_2 label:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background: url(../re-images/radio-2.png) 0 0 no-repeat;
    background-size: cover;
}
label.herr-frau-position {
    padding-left: 50px;
    margin-right: 40px;
}

/* Checked */
.reg_2 input[type=radio]:checked + label:before {
    background: url(../re-images/radio-1.png) 0 0 no-repeat;
    background-size: cover;
}

/* Hover */
.reg_2 label:hover:before {
    #filter: brightness(120%);
}

/* Disabled */
.reg_2 input[type=radio]:disabled + label:before {
    #filter: grayscale(100%);
}
p.Benutzeranmeldung {
    margin: 30px 0 10px;
    font-size: 26px;
    #font-family: 'Roboto_regular';
    font-family: 'Open-Sans-regular';
}
form#login_form {
    margin: 30px 0;
    font-size: 20px;
}
form#login_form .row {
    margin-bottom: 30px;
}
form#login_form .col-lg-1.col-md-2.col-sm-12.colxs-12.lr-0 {
    padding-top: 10px;
}
form#login_form input {
    padding:20px 5px ;
}
input#login_submit {
    height: 50px;
    background: #FF9601;
    border: 1px solid #FF9601;
    color: #fff;
    font-size: 20px;
    line-height: 0;
    max-width: 240px;
}
button.err_class {
    border: 1px solid #ff0000!important;
    background: #fde8e8!important;
}

.restore_form {
    margin-top: 30px;
}
.restore_form .row {
    margin-bottom: 30px;
}
#restore_err_text {
    margin: 30px 0;
}
ul.restore_err {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.restore_err li {
    float: left;
    margin: 0 30px 0 0;
}

ul.restore_err li a{
    color:#03518a;
    font-size: 18px;
}
.tx-success {
    font-size: 22px;
    color: #0b5389;
    /* float: right; */
    text-align: left;
    padding: 30px 0;
    margin-left: -15px;
	font-weight:bold;
}

/********************* search res ************/
img.search_image {
    width: 80%;
}
.noimage_img{
    border:1px solid #ccc
}
.bordered_row{
    border-bottom:1px solid #5dc3f1;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.pager_re{
    text-align:left;
    margin-bottom: 35px;
}
a.page-change {
    border: 1px solid #0b5389;
    padding: 8px 14px;
    margin: 15px 10px;
    border-radius: 4px;
    background: #fff;
    color: #0b5389;
    font-size: 17px;
}
span.actualPage {
    background: #0b5389;
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #0b5389;
    border-radius: 4px;
}
a.page-change:first-child{
    border: 1px solid #fff;
}
a.page-change:last-child{
    border: 1px solid #fff;
}

.ht_reg:hover{
    color:#fff;
}
.ht_call:hover{
    color:#fff;
}
.ht_email:hover{
    color:#fff;
}
input#regs {
    max-width: 250px;
}
.ui-autocomplete {
    width: 206px;
    margin: 0;
    padding: 0;
    list-style: none;
    max-width: 206px;
    z-index: 5000;
}
.ui-helper-hidden-accessible{
    display:none;
}
li.ui-menu-item {
    font-size: 14px;
    border-right: 1px solid #ccc;
    max-width: 250px;
    padding: 6px 10px;
    background: #fff;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.ui-autocomplete li:hover
{
    color:#fff;
    background:#2f99cb;
    outline:none;
}
.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active {
    color:#fff;
    background:#2f99cb;
    outline:none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color:#fff;
    background:#2f99cb;
    outline:none;
}
.togooglemap {
    text-align: center;
    max-width: 250px;
    background: #07518b;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    margin-top: 30px;
   #position: absolute;
    #bottom: 40px;
    #left: 15px;
}
.str_pp {
    margin-top: -10px;
}
label.str_pp1 {
    MARGIN-TOP: -4PX;
}
.wrapper_inside {
    #min-height:450px!important
}

.row.other_locations {
    padding: 0 15px;
}
.err_class{
    border: 1px solid #ff0000;
    background: #fde8e8;
}
button#save_other_loc_address {
    text-align: center;
    background: #07518b;
    color: #fff;
    cursor:pointer;
}
.modal-body .other_locations .row {
    padding: 6px 0 10px;
}
.row.inserted_loc {
    padding: 0;
    border-bottom:1px solid #ccc;
}
img.red_cross.remove_location {
    width: 25px;
    cursor: pointer;
}
div#for_new_locations {
    margin-bottom: 30px;
}
.row.inserted_loc {
    padding: 0 0 15px 0;
}
.row.inserted_loc {
    border-bottom: 1px solid #f0f0f0;
}
.detailed_search .row {
    padding: 5px 0 5px 15px;
}
.detailed_search input {
    padding: 22px 7px;
}
.detailed_search select {
    padding: 12px 7px;
    margin-top: 30px;
}
.mt30 {
    margin-top: 30px;
}
input#det_search_start {
    padding: 7px 15px;
    width: 220px;
    background: #f69603;
    color: #fff;
    border: 1px solid #f69603;
    border-radius: 4px;
    font-size: 24px;
    text-align: right;
    background-image: url(../re-images/icon_search.png);
    background-repeat: no-repeat;
    background-position: 10px 20px;
    line-height: 2;
}
div#regionmap img {
    width: 100%;
}
.for1280 {
    padding-left: 31%;
}
.for_new_locations {
    padding-left: 0;
    padding-right: 63px;
}
.for_new_locations div{
    margin: 10px 0;
    padding-left: 0;
    cursor: pointer;
}
.for_new_locations .row{
    padding-left: 0!important;
}
.more_places_err {
    color: #ff0000;
    padding: 0;
    margin-top: 10px;
    float: right;
    margin-right: 194px;
}
.placedellink {
    float: right;
}
.placedellink_ed{
    cursor:pointer;
    float: right;
    margin-right: 68px;
}
.list_address{

}
.detlink {
    border: 1px solid #f69603;
    text-align: center;
    padding: 6px 0;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    margin-top: -20px!important;
    width: 210px;
    float: right;
    background: #f69603;
}
.back_to_list {
    font-size: 18px;
    float: left;
}
img.search_det_image {
    max-width: 220px;
    width: 220px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 2px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #fff;
    font-size: 12px;
}
.search_table td:nth-child(1){
    width: 20%;
}
.second_column_search {
    padding-left: 50px;
}
able.table.search_table td:nth-child(3) {
    width: 40%;
}
mg.search_det_image {
    width: 70%;
}
.det_descr {
    font-size: 16px;
    line-height: 2;
}
span.doggy {
    font-family: arial;
}
.mb20{
    margin-bottom: 20px;
}
.wrapper_inside .row {
    line-height: 2;
}
.locs_wrapper {
    box-shadow: 1px 0 10px #ccc;
    border-radius:4px;
    margin: 0 15px;
}
.add_loc_item:nth-child(1){
    #margin-left:-15px;
}
.add_loc_item:nth-child(3n+1){
    #margin-left:-15px;
}
.wrapper_inside{
    padding:15px
}
.mb40{
    margin-bottom:40px
}
.mb30{
    margin-bottom:30px
}
.det_noimage{
    max-width:80%
}
.topsearch_pad {
    padding: 60px 15px 30px 0;
}
.mtm{
    margin-top: 15px;
    padding-top: 50px;
    overflow: hidden;
}
.pb60{
    padding-bottom:60px
}
.cont_foot h4 {
    color: #0b5389;
    font-size: 18px;
    margin-bottom: 20px;
}
.cont_foot .footer_col_5 h4 {
    color: #4fcffc;
}
.cont_foot ul {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1.8;
}
.frlink:nth-child(1) {
    margin-top: 10px;
}
.header_login {
    border-left: 10px solid #07518b;
}
.uppercase_text{
    text-transform: uppercase;
}
table.table.search_table td {
    font-size: 16px;
    #font-family: 'DIN Pro';
    font-family: 'Open-Sans-regular';
}
span.short-text {
    font-size: 16px;
    #font-family: 'DIN Pro';
    font-family: 'Open-Sans-regular';
    line-height: 2;
}
p{
    line-height: 2;
}
.main_search .form-control {
    padding: 21px 10px;
}
.main_search {
    font-size: 20px;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    margin: 0 5px 0 0;
    position: absolute;
    left: 4px;
    top: 10px;
}
.ms-options-wrap > .ms-options > ul label {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0 4px 4px 25px;
    margin: 1px 0;
    border: 1px dotted transparent;
}
div#all_checkboxes {
    position: absolute;
    top: 0;
    left: -10000px;
}
select#subs {
    margin-top: 0;
    margin-bottom: 30px;
    max-height:55px
}
.subfilters_row{  }
select {
    font-size: 20px!important;
}
.detailed_search{
    font-size:20px;
    line-height: 20px;
}
form#detailed_search p {
    line-height: 2;
}
select#search_form_service {
    width: 60%;
    padding: 11px 3px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-left: 10px;
    font-size: 14px;
}
select#search_form_radius {
    width: 220px;
    padding: 5px 3px;
    border-radius: 4px;
    border: 1px solid #ccc;
    margin-left: 10px;
    font-size: 14px;
}
.reg_bordered_row {
    border-bottom: 1px solid #5dc3f1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.search_all {
    width: 85%;
    background: #0b5389;
    float: right;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 22px;
    border-radius: 4px;
    cursor: pointer;
    padding: 3px 0;
}
.lg{ display:block}
.md{ display:none}
.sm{ display:none}
a.underlined {
    text-decoration: underline;
}
.form-control {
    font-size: 20px;
}
.form-control {
    height: 50px;
}
figure.svgareamap {
    margin-top: 36px;
}
#search_form .ms-options-wrap.ms-has-selections {
    width: 69%;
    float: left;
    margin-left: 36px;
}
#search_form .ms-options-wrap > button:focus, #search_form .ms-options-wrap > button {
    padding: 4px 20px 13px 12px;
}
#search_form .ms-options {
    width: 100%!important;
    float: right;
    left: 231px;
    max-width: 547px;
}
#search_form .ms-options-wrap {
    width: 220px;
    float: left;
    margin-left: 15px;
}

#search_form .ms-options-wrap > button:focus, #search_form .ms-options-wrap > button {
    padding: 0 20px 7px 12px;
}



.contents.white_bg.ins_top.position_relative.ins_top {
    margin-top: 15px;
}

.fast1 {
    width: 50%;
    float: left;
}.fast2 {
     width: 25%;
     float: left;
 }.fast3{
      width: 25%;
      float: left;
  }


form#reg_form {
    font-size: 20px;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    top: 8px!important;
}

span.nobold {
    font-weight: 500;
}
#search_form label {
    font-weight: 600;
}
#search_form li.optgroup label {
    font-weight: 500;
}
.pwdrep{ padding-top:15px}
.col-lg-12.separ_locs {
    padding: 15px 0;
}
.created_locations .lr-0 {
    padding: 15px 80px 15px 8px;
}
.created_locations .lr-0:nth-child(1) {
    padding: 15px 0 15px 8px;
}
.created_locations label {
    font-weight: 500;
}
.col-lg-3.locs_buttons {
    padding-left: 0;
}
.detailed_search .col-lg-3.lr-0 {
    padding-top: 15px;
}

#search_form .ms-options-wrap > button:focus, .ms-options-wrap > button {
    margin-top: 30px;
}

/*********************************************************/

input#top_text_search:focus {
    border: 1px solid #ccc!important;
}
.top_text_search_submit {
    width: 19px;
    height: 17px;
    background-image: url(../re-images/lupa2.png);
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 8px;
    background-size: contain;
    box-shadow: none;
    background-color: transparent;
}
input#top_text_search {
    min-width: 562px;
    /* padding: 12px; */
    border: 0;
    border-radius: 0;
    background: #f5f5f5;
    border: 0;
    padding: 10px;
    /* width: 87%; */
    color: #828282;
    /* position: relative; */
    z-index: 999;
    padding-left: 35px;
    font-size: 15px;
    height: 41px;
    margin-top: 1px;
    margin-top: 1px;
}
.top_text_search_pad {
    float: right;
    position: absolute;
    right: 0;
    top: 50px;
}
.sector{
    cursor:pointer!important;
}
.footer_col_4 {
    padding-left: 50px!important;
}
.footer_col_5 {
    padding-left: 25px!important;
}
img.provider_logo_img {
    width: 238px;
    margin-bottom: 30px;
}
input#accept_all {
    width: 150px;
    margin-right: 15px;
    background: #03518b;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 5px 0 4px;
    border: 1px solid #03518b;
    cursor: pointer;
}
/*********************************************************/
.cc_cp_m_menu li:nth-child(4){
    display:none!important;
}
.cc_cp_m_menu li:nth-child(5){
    display:none!important;
}
.posabs{
    #position:absolute;
    #left:-10000px;
    visibility:hidden;
}
.timer__countdown {
    display: inline;
    margin-left: 10px;
}
.profilelink{
    padding: 15.5px 0!important;
    border-right: 10px solid #07518b;
    cursor: pointer;
}
.blue{ color: #07518b}
.inline{
    display:inline;
}
.einlogedals{
    font-size: 20px;
}
.sep30{
    height:30px;
}
.toplogout .reg_logout {
    float: right;
    background: #ff9601;
    font-size: 20px;
    padding: 10px 0;
    border-radius: 4px;
    width: 215px;
    margin-top: 0;
    text-align: center;
}






@media (min-width: 1921px){
    .contents.white_bg.top_main {
        padding-left: 48px;
        padding-right: auto;
    }
    input#uploadFile {
        margin-left: -18%;
    }
    .reg_submit {
        right: -463px;
    }
    input#search_form_plz {
        width: 60%;
    }
    #search_form .ms-options {
        left: 22.5%;
    }
}

@media (max-width: 1380px){
    .fast1 {
        width: 55%;
        float: left;
    }
    .fast2 {
        width: 22%;
        float: left;
    }
    .fast3 {
        width: 20%;
        float: left;
    }
    .ms-options-wrap.ms-has-selections button {
        margin-top: 0;
    }

}
@media (min-width: 1281px){
    .container {
        width: 90%;
    }
    #search_form .ms-options-wrap > button:focus, .ms-options-wrap > button {
        margin-top: 30px!important;
    }
    #search_form .ms-options-wrap.ms-has-selections {
        width: 410px;
        float: left;
        margin-left: 0;
    }
    #search_form .ms-options-wrap {
        width: 220px;
        float: left;
        margin-left: 15px;
        margin-top: -28px;
    }
    #search_form .ms-options {
        width: 100%!important;
        float: right;
        left: 195px;
        max-width: 409px;
    }
}
@media (max-width: 1280px){

.mmmmmmm{ padding-right:20px}
        .container {
            width: 99.5%;
        }
    .breadcrambs {
        padding: 12px 0 0 0;
        line-height: 0.5;
    }
    .main_search .form-control {
        width: 50%;
    }
    select#search_form_radius {
       margin-left:0;
    }
    input.form-control.search_start {
        width: 100%;
        font-size: 17px;
        margin-top: 0;
        margin-right: 50px;
    }
    .search_det {
        width: 100%;
        font-size: 17px;
    }
    .for1280 {
        padding-left: 0;
    }
    .check_datensch {
        position: absolute;
        left: 284px;
        width: 415px;
    }

    input#uploadFile {
        width: 65%;
    }
    #reg_form .form-control {
        float: right;
        width: 95%;
    }
    .reg_right_col label.reglogin-check-position {
        margin-left: 20px;
    }
    .genders_block {
        margin-left: 20px;
    }
    .lr-15{
        padding-left:15px;
        padding-right:15px
    }
    .reg_submit {
        position: absolute;
        right: -510px;
        top: 16px;
        background: #03518a;
        font-size: 24px;
        padding: 7px 54px;
        border-radius: 4px;
    }
    .reg_logout {
        right: -510px;
        top: 92px;
        font-size: 26px;
        padding: 5px 64px;
    }
    .togooglemap {
        font-size: 13px;
    }
    .cont_foot.white_bg {
        padding: 40px 0;
    }
    .footer_col_1 {
        padding: 0;
    }
    .footer_col_2 {
        padding: 0;
    }
    .footer_col_3 {
        padding: 0;
    }
    .footer_col_4 {
        padding: 0;
    }
    .footer_col_5 {
        padding: 0;
        width: 25%;
    }
    .above_footer .blue_bg {
        margin-top: 25px;
        padding: 30px 44px;
        font-size: 14px;
    }
    select#search_form_service {
        width: 50%;
    }

    #search_form_plz {
       margin-left:0;
    }
	.ms-options-wrap > button:focus, .ms-options-wrap > button {
		margin-top:0 !important;
		
	}
    .search_all {
        width: 100%;
    }
    #search_form .ms-options-wrap.ms-has-selections {
        width: 56%;
        float: left;
        margin-left: 0;
    }
    #search_form .ms-options {
        width: 60%;
        float: right;
        /*left: 156px;*/
        #left: 0!important;
    }
    #search_form .ms-options-wrap,   #search_form .ms-options-wrap.ms-active { 
        float: none;
        margin-left: 0px;
    }
    #search_form .ms-options-wrap > button:focus, .ms-options-wrap > button {
        margin-top: 30px!important;
    }
    .fast1 {
        width: 60%;
        float: left;
    }.fast2 {
         width: 20%;
         float: left;
     }.fast3{
          width: 20%;
          float: left;
      }
    #search_form .ms-options-wrap.ms-has-selections {
        width: 450px;
        float: left;
        margin-left: 0;
        position: absolute;
        left: 210px;
        bottom:0
    }
    #search_form .ms-options {
        width: 100%!important;
        float: right;
        left: 0;
        max-width: 547px;
    }
    .contents.white_bg.top_main {
        padding-left: 48px;
        padding-right: 48px;
        padding-right: auto;
        padding-bottom: 30px;
    }
    }
@media (max-width: 1279px){
    .top_text_search_pad {
        top: 12px;
    }
    .lg{ display:none}
    .md{ display:block}
    .sm{ display:none}
    .sep_64 {
        height: 17px;
    }
    .logo_orange_block {
        bottom: -107px;
    }
    select#search_form_service {
        width: 80%;
        float: right;
    }
    .main_search .md-lr-0 {
        padding: 0 0 20px;

        position: relative;
    }
    #search_form_plz {
        width: 80%!important;
        float: right;
    }
    select#search_form_radius {
        width: 80%;
        float: right;
    }
    form#search_all_form {
        float: right;
        width: 100%;
    }
    input.form-control.search_start {
        width: 40%;
    }
    .search_all {
        width: 40%;
    }
    input#search_start {
        font-size: 22px;
    }
    #detailed_search .mt30 {
        margin-top: 5px;
    }
    #detailed_search .mb30 {
        margin-bottom: 0;
    }
    #detailed_search .pt11 {
        padding-top: 5px;
        padding-bottom: 10px;
    }
    .detailed_search select {
        margin-top: 0;
    }
    form#detailed_search p {
        line-height: 1.5;
    }
    .cont_foot h4{
        min-height: 37px;
    }
    img.search_image {
        width: 100%;
    }
    .search_table td:nth-child(1) {
        width: 25%;
    }
    .reg_left_col:nth-child(2) {
        padding: 15px 40px 15px 0;
    }
    .reg_textarea_col {
        padding: 15px 40px 15px 0;
    }
    .genders_block {
        margin-left: 0;
    }
    .reg_submit {
        position: absolute;
        right: -650px;
        top: -87px;
        background: #03518a;
        font-size: 24px;
        padding: 7px 54px;
        border-radius: 4px;
    }
    .fast1 {
        width: 50%;
    }
    .fast2 {
        width: 25%;
    }
    .fast3 {
        width: 25%;
    }
    .search_all {
        width: 98%;
    }
    #search_form .ms-options-wrap.ms-has-selections {
        width: 360px;
        float: left;
        margin-left: 0;
        position: absolute;
    }
    input.form-control.search_start {
        width: 100%;
        font-size: 17px;
        margin-top: 0;
        margin-right: auto;
    }
}
@media (max-width: 1280px){
    .cont_foot h4{
        color: #0b5389;
        font-size: 16px;
        margin-bottom: 20px;
    }
}
@media (max-width: 1190px){
    .fast1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .fast2 {
        width: 50%;
    }
    .fast3 {
        width: 50%;
    }
    #search_form .ms-options-wrap.ms-has-selections {
        width: 76%;
    }
}
@media (width: 1024px){
    .search_all {
        width: 98%;
    }
    #search_form .ms-options-wrap.ms-has-selections {
        width: 100%;
        clear: both;
        margin-left: 0;
        position: inherit;
        left: 0;
    }
    .top_text_search_pad {
        top: 15px;
    }
    input#top_text_search {
        min-width: 495px;
    }
}
@media (max-width: 960px){
    input#top_text_search {
        min-width: 420px;
    }
}
@media (max-width: 768px){
    .lg{ display:none}
    .md{ display:none}
    .sm{ display:block}
    .header_login {
        border-left: 5px solid #07518b;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .logo_orange_block {
        bottom: -77px;
        min-width: 450px;
        min-height: 52px;
        font-size: 24px;
    }
    select#search_form_service {
        width: 65%;
    }
    #search_form_plz {
        width: 65%!important;
    }
    select#search_form_radius {
        width: 65%;
        float: right;
    }
    .footer_col_1,.footer_col_2,.footer_col_3,.footer_col_4,.footer_col_5  {
        padding: 0 60px;
        font-size: 20px;
    }
    .footer_col_5 {
        width: 100%;
    }
    .reg_left_col:nth-child(2) {
        padding: 0;
    }
    #reg_form .form-control {
        float: right;
        width: 100%;
        padding: 25px 5px;
        font-size: 20px;
    }
    .reg_submit {
        position: relative;
        right: 0;
        top: 10px;
        background: #03518a;
        font-size: 24px;
        padding: 17px 54px;
        border-radius: 4px;
		width:100%;
		margin:0;
    }
	.reg_logout {
		width:100%;
		padding: 17px 54px;
	}
	.reg_form_titles  .lr-o{
		padding:0;
	}
    img.search_image {
        width: 100%;
    }
    .second_column_search {
        padding-left: 0;
        margin: 30px 0 0 0;
    }
    img.search_det_image {
        max-width: 100%;
        width: 100%;
        margin-bottom: 50px;
    }
    .det_descr {
        font-size: 16px;
        line-height: 1.8;
    }
    input#det_search_start {
        width: 100%;
        line-height: 2;
    }
    a.page-change {
        border: 1px solid #0b5389;
        padding: 8px 12px;
        margin: 15px 8px;
        border-radius: 4px;
        background: #fff;
        color: #0b5389;
        font-size: 17px;
		
    display: inline-block;
    }
    .reg_textarea_col {
        padding: 15px 0 15px 0;
    }
    input#uploadFile {
        width: 100%;
        margin-left: -20%;
    }
	#search_form .ms-options {
    width: 60%;
    float: left;
    left: 0;
}
    .home_form_label {
        clear: both;
    }
    #search_form .ms-options-wrap.ms-has-selections {
        width: 100%;
        left:0;
        position:relative;
    }
    #search_form .ms-options {
        max-width: 100%;
    }
    input#top_text_search {
        min-width: 364px;
    }
    .top_text_search_pad {
        top: 2px;
    }
}
@media (max-width: 767px){
    .sep_60 {
        width: 100%;
        height: 20px;
    }
}
@media (max-width: 736px){
    img.ihk_logo {
        width: 195px;
    }
    figure.svgareamap {
        display: none;
    }
    div#main-banner {
        visibility: hidden;
    }
    .logo_orange_block {
        bottom: -99px;
        min-width: 100%;
        min-height: 65px;
        font-size: 20px;
        line-height: 3;
    }
}
@media (max-width: 735px){

    .top_header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container {
        padding-right: 0;
        padding-left: 0;
        margin-right: auto;
        margin-left: auto;
    }
    img.ihk_logo {
        width: 195px;
        margin-left: 15px;
    }
    .cont_foot.white_bg {
        padding: 15px;
    }
    h1.dark_blue_35 {
        font-size: 24px;
    }
    select#search_form_service {
        width: 100%;
    }
    #search_form_plz {
        width: 100%!important;
    }
    select#search_form_radius {
        width: 100%;
        float: right;
    }
    input.form-control.search_start {
        width: 100%;
    }
    .search_all {
        width: 100%;
    }
    input#det_search_start {
        padding: 7px 15px;
        width: 220px;
        background: #f69603;
        color: #fff;
        border: 1px solid #f69603;
        border-radius: 4px;
        font-size: 24px;
        text-align: center;
        background-image: url(../re-images/icon_search.png);
        background-repeat: no-repeat;
        background-position: 59px 20px;
        line-height: 2;
    }
    .topsearch_pad {
        padding: 0 0 30px 0;
    }
    .contents.white_bg.top_main {
        padding-left: 20px;
        padding-right: 20px;
        padding-right: auto;
    }
    .detailed_search .row {
        padding: 5px 15px 5px 15px;
    }
}
@media (max-width: 567px){
        input#det_search_start {
            width: 100%;
        }
        .footer_col_1, .footer_col_2, .footer_col_3, .footer_col_4, .footer_col_5 {
            padding: 0 10px;
            font-size: 18px;
        }
        .ins_top {
            padding: 20px;
        }
        table.table.search_table td {
            display: block;
        }
        .detlink {
            margin-top: 20px!important;
            width: 100%;
        }
        .ht_reg {
            color: #fff;
            font-size: 13px;
        }
        .col-lg-2.col-md-3.col-sm-6.col-xs-6.lightblue {
            width: 100%;
        }
        .header_login {
            border-left: 0;
            margin-top: 17px;
            margin-bottom: 15px;
        }
        .logo_orange_block {
            bottom: -82px;
            min-width: 100%;
            min-height: 65px;
            font-size: 20px;
            line-height: 3;
        }
        .second_column_search {
            padding-left: 0;
            margin: 30px 0 0 0;
            padding-right: 0;
        }
        .detlink {
            padding: 15px 0;
        }
        .contents.white_bg.ins_top.position_relative.ins_top .fontsize24 {
            font-size: 18px;
            margin-bottom: 15px;
        }
        .togooglemap {
            text-align: center;
            max-width: 100%;
            background: #07518b;
            color: #fff;
            padding: 16px;
            border-radius: 4px;
            margin-top: 30px;
            font-size: 18px!important;
        }
        .above_footer .blue_bg {
            margin-top: 25px;
            padding: 30px 20px 95px;
            font-size: 14px;
        }
        .nl_block {
            position: absolute;
            margin-right: 0px;
            right: 0;
            bottom: -3px;
        }
        .cont_foot h4 {
            color: #0b5389;
            font-size: 18px;
            margin-bottom: 5px;
            margin-top: 30px;
        }
        .cont_foot ul {
            padding: 0;
            margin: 0;
            list-style: none;
            line-height: 1.5;
        }
        input#uploadFile {
            padding: 13px 0 8px 32%;
            width: 100%;
            margin-left: -28%;
            margin-top: 0px;
            max-width: 73.5%;
            font-size: 12px;
        }
        .breadcrambs {
            padding: 12px 0 0 15px;
            line-height: 0.5;
        }
        .footerzoom {
            padding-left: 30px;
            line-height: 3;
        }
        .pl_ms {
            color: #fff;
            margin: 0 15px;
            font-size: 20px;
        }
        .dark_blue_bg img {
            width: 19%;
            margin-right: 40px;
            margin-top: 15px;
            margin-bottom: 15px;
        }
        .fileUpload.btn.btn-primary {
            z-index: 1;
            padding: 8px 7px;
        }
        .for_new_locations {
            padding-left: 0;
            padding-right: 0;
        }
    }
@media (max-width:414px){
    .top_text_search_pad {
        top: 60px;
        left: 4%;
        right: 4%;
    }
    input#top_text_search {
        min-width: 100%;
    }
    .top_header_logo {
        background-color: #fff;
        height: 155px;
    }
    .logo_orange_block {
        bottom: -188px;
        min-width: 100%;
        min-height: 84px;
        font-size: 25px;
        line-height: 3;
    }
    .ms-options-wrap.ms-has-selections button span {
        font-size: 20px;
    }
    .main_search .md-lr-0 {
        padding: 0 0 0;
    }
    .fast1 .ms-options-wrap {
        margin-bottom: 0;
    }
    .fast2 {
        width: 100%;
        padding-bottom:20px
    }
    .fast3 {
        width: 100%;
        padding-bottom:20px
    }
}

@media (max-width:413px){
    .ms-options-wrap.ms-has-selections button span {
        font-size: 16px;
    }
}
@media (max-width:320px){
    .ms-options-wrap.ms-has-selections button span {
        font-size: 15px;
    }
    .logo_orange_block {
        bottom: -68px;
        min-width: 100%;
        min-height: 43px;
        font-size: 17px;
        line-height: 3;
    }
    .fileUpload.btn.btn-primary {
        z-index: 1;
        padding: 10px 7px;
        font-size: 12px;
    }
    input#uploadFile {
        padding: 13px 0 8px 30%;
        width: 100%;
        margin-left: -30%;
        margin-top: 0px;
        max-width: 73.5%;
        font-size: 12px;
    }
    .g-recaptcha iframe {
        width: 93%;
        border-right: 1px solid #ccc;
        border-radius: 4px;
    }
    a.schutz_link {
        color: #337ab7;
        font-size: 16px;
        text-decoration: underline;
        line-height: 3;
    }
}

@media not all and (min-resolution:.001dpcm) {
    @media {
        #search_form  button{
            margin-top: 0!important;
        }
    }
    .cont_foot h4 {
        font-size: 16px;
    }
}