/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
/*
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  */
body {
    overflow-y: hidden!important;
    }

#row_name,
#row_fished_heading,
#row_fangtag{
  padding: 2rem 0;
  }
#fngml_section_form .nav.nav-tabs button.nav-link.active,
#fngml_section_form .nav.nav-tabs button.nav-link:hover {
  border:2px solid #004c77 !important;
  background-color: #004c77;
  border-radius: 0px;
  color: #fff!important;
  }
#fngml_section_form .nav.nav-tabs button.nav-link,
#fngml_section_form .nav.nav-tabs button.nav-link.active:hover{
  border:2px solid transparent !important;
  background-color: #fff;
  border-radius: 0px;
  color: #004c77!important;
  }
#nav-tabContentGewaesser {
  padding: 3rem 0;
  }
#FMrow_watertypes #nav-tab {
  border-color: #004c77;
  }
@keyframes heart-pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
#fngml_section_form .nav.nav-tabs button.nav-link .heartanimated,
#fngml_section_form .nav.nav-tabs button.nav-link .heartanimated {
    display: inline-block;
    font-size: 2rem;
    color: #004c77;
    animation: heart-pulse 1s infinite ease-in-out;
    margin-right: 10px;
    }
#fngml_section_form .nav.nav-tabs button.nav-link.active .heartanimated,
#fngml_section_form .nav.nav-tabs button.nav-link:hover .heartanimated {
    color: #fff;
    }
#fngml_section_form .nav.nav-tabs button.nav-link.active:hover .heartanimated {
    color: #004c77;
    }
/*
** ===================== title section =====================
*/
#fngml_section_form{
    margin-top: 0px;
    }
#fngml_section_hero_l{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    }
h1.fngm_title{
    font-weight: normal;
    font-family: 'Londrina Shadow', sans-serif;
    color: #004c77;
    padding: 0rem;
    font-size: 90px;
    }
h1.heading_hero.fngm_title.thankyou{
    font-weight: 100;
    font-size: 40px;
    }
h2.subheading_hero.thankyou.gewsp{
    font-weight: 600;
    color: white;
    }       
h2.fngm_subtitle{
    font-weight: bold;
    color: #004c77;
    }
/*
** ===================== generics =====================
*/
input.form-check-input:hover{
    cursor: pointer;
    }
/*
** ===================== fish list =====================
*/
.inpgrp_col_fish,
.row_inpgrp_fish{
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 5px;
    margin: 0!important;
    }
.row_inpgrp_fish.selected{
    background-color: rgba(50, 80, 158,.05);
    border: 2px solid rgba(0,0,0,.1);
    border-radius: 5px;
    }
.col-12.col_label_fished.col_nothing.fished.input-group-text {
    padding: 0;
    }
.col_label_fished.input-group-text{
    background-color: transparent;
    border: none;
    }
.col_fished_fish,
.col_fished_weight,
.col_fished_length{
    visibility: hidden;
    background-color: transparent!important;
    border: 0px!important;
    }
.col_fished_weight .unit_lbl,
.col_fished_length .unit_lbl{
    background-color: transparent!important;
    border: 0px!important;
    }
.col_fished_weight .unit_pre,
.col_fished_length .unit_pre{
    background-color: transparent!important;
    border: 0px!important;
    }
.input-group-text.fished_fish.unit_pre,
.input-group-text.fished_fish.unit_lbl{
    /*display: none;*/
    }
#cont_type_fish {
    padding: 0;
    margin: 15px 0;
    }
.displ_fishedweight,
.displ_fishlength{
    border: 2px solid rgba(0,0,0,.1)!important;
    margin: 0 5px;
    }
label.p_fished_name{
    cursor: pointer;
    white-space: normal;
    text-align: left;
    }
.displ_number.enterfishtype {
    height: 40px;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
    }
label.lbl_customfish_name{
    display: block;
    }
button.add-fish {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 0px;
    color: #004c77;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    background-color: white;
    }
button.remove-fish {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 0px;
    color: #004c77;
    font-size: 2rem;
    padding: 0;
    margin: 0px 5px;
    background-color: transparent;
    }
button.add-fish:hover,
button.remove-fish:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1); 
    transform: scale(1.1);
    color: black;    
    }
.inpgrp_col_fish p.p_fished_name,
.row_inpgrp_fish p.p_fished_name,
.inpgrp_col_fish label.p_fished_name,
.row_inpgrp_fish label.p_fished_name,
#fngml_row_submit label.p_fished_name{
    padding: 0 0 0 10px;
    font-size: 14px;
    font-weight: 600;
    color: #004c77;
    }
.inpgrp_col_fish p.p_fished_name a,
.row_inpgrp_fish p.p_fished_name a,
.inpgrp_col_fish label.p_fished_name a,
.row_inpgrp_fish label.p_fished_name a,
#fngml_row_submit label.p_fished_name a{
    padding: 0 0 0 0px;
    font-size: 14px;
    font-weight: 600;
    color: #004c77;
    }
a.btn.fngml_btn_mdl_open i {
    font-size: 26px;
    margin: 0 10px;
    color: #004c77;
    }       
.col_label_fished input[type="checkbox"] {
    border-radius: 0px;
    background-color: #004c77;
    border: 0px;
    height: 30px;
    width: 30px;    
    }
.input-group-text.unit_pre,
.input-group-text.unit_lbl{
    font-size: 12px;
    font-weight: 600;
    color: #004c77;
    text-align: center;
    display: block;
    width: 100%;
    padding: 0;
    }
.fished_inp_value{
    width: 100%;
    padding: 0!important;
    text-align: center;
    border-color: #ddd;
    color: #004c77;
    font-weight: 600;
    }
.fished_inp_value:focus,
.fished_inp_value:active,
.fished_inp_value:visited{
    outline: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;    
    border-color: #004c77!important;
    border-radius: 0px;
    }    
img.icon_unit_pre {
    height: 20px;
    width: auto;
    display: none;
    }
.input-group-text.fished_fish.unit_pre,
.input-group-text.fish_weight.unit_pre {
    border: 0px;
    background-color: transparent;
    }
.input-group-text.fished_fish.unit_lbl,
.input-group-text.fish_weight.unit_lbl {
    border: 0px;
    background-color: transparent;
    }
.fn_btn_combo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: inherit;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;      
    }
.FishInputEach {
    position: relative;
    }
/*
** ===================== fangtag =====================
*/
#elem_inp_date_fngml{
    text-align: left;
    }
h2.fngm_subheading {
    margin: 1px 0;
    }
h3.fngm_subheading {
    font-weight: 700;
    color: #004c77;
    font-size: 24px;
    margin: 0;
    }
.elem_fm_name input,
input#inp_date_fngml {
    border-style: solid;
    border-radius: 0px;
    border-width: 2px;
    width: 100%;
    border-color: #004c77;
    color: black;
    }
input#inp_date_fngml:focus,
input#inp_date_fngml:active,
input#inp_date_fngml:visited{
    outline: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;    
    border-color: #004c77!important;
    }
.fngm_icontextcombo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    }
#row_sel_type_cert_mob {
    display: block;
    margin: 0;
    padding-bottom: 60px;
    }
#row_select_type_cert{
    display: none;
    }
img.fngm_icon {
    height: 50px;
    width: auto;
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);    
    transform: rotate(-10deg);
    margin-left: 10px;
    }
.elem_scheinnummer img.fngm_icon {
    margin-left: 0px;
    height: 35px;
    margin-top: -5px;
    }
#col_date_fngml button.ui-datepicker-trigger {
    background-color: #fff;
    color: white;
    padding: 0;
    height: 40px;
    width: 40px;
    position: relative;
    border: 0px;
    display: none;
    }
#col_date_fngml button.ui-datepicker-trigger: active{
    background-color: #004c77;
    }
#col_date_fngml button.ui-datepicker-trigger:before{
    content: url(../../public/images/icons/Icons_Fangtag.svg);
    background-color: white;
    color: white;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: contain;
    border: 0px;
    padding: 0 4px;
    }
#col_leerm {
    margin-top: 2.5rem;
    }
.elem_date_fngml .input-icon {
    position: relative;
    display: inline-block;
    }
.elem_date_fngml .input-icon i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    pointer-events: none;
    }
.elem_date_fngml .input-icon input {
    padding-left: 2rem; /* Enough space for the icon */
    }
/*
** ===================== note =====================
*/
#fngml_cont_note {
    padding: 0;
    }
#fngml_row_note {
    margin: 25px -12px;
    }
a#btn_cllps_Note {
    margin: 0;
    }
#fngml_row_note .card {
    padding: 0;
    }
#fngml_row_note .form-floating {

    }
textarea#ta_col_note {
    border: 2px solid #ddd;
    border-radius: 0px;
    height: 150px;
    }
textarea#ta_col_note:focus,
textarea#ta_col_note:active {
    border: 2px solid #004c77;
    }
a.fngml_btn_action,
button.fngml_btn_action{
    border:2px solid #004c77!important;
    background-color: #004c77;
    border-radius: 0px;
    color: #fff!important;
    margin: 1rem 0;
    }
a.fngml_btn_action:hover,
a.fngml_btn_action:active,
button.fngml_btn_action:hover,
button.fngml_btn_action:active{
    background-color: #fff;
    border-radius: 0px;
    color: #004c77!important;
    }
button#btn_submithisform{
    position: relative;
    z-index: 0;
    overflow: hidden;
    }
button#btn_submithisform:after{
    content:url(/wp-content/plugins/fgme_fangmeldung/public/images/icons/Icons_Fischart.svg);
    position: absolute;
    left: -200px;
    top: 0;
    width: 58px;
    height: 58px;
    background-color: transparent;
    -webkit-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);    
    z-index: -1;
    }
button#btn_submithisform:hover:after{
    left: 250px;
    }
/*
** ===================== scheinnummer =====================
*/
.grp_type_certs_ea h3.rd_tcert_lbl {
    display: block;
    color: rgba(0,0,0,.3);
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;  
    }
.col_type_certs_ea:hover h3.rd_tcert_lbl,
.col_type_certs_ea.active h3.rd_tcert_lbl {
    color: #004c77;
    }
.grp_type_certs_ea .elem_scheinnummer{
    visibility: hidden;
    }
.grp_type_certs_ea .elem_scheinnummer p.elem_schn_lbl {
    font-size: 1rem;
    text-align: center;
    margin: 5px 0;
    color: #004c77;
    font-weight: 400;    
    }
.grp_type_certs_ea .elem_schn_inp {
    margin: 0 0 12px 0;
    border-radius: 0px!important;
    border: 2px solid #004c77;
    }
.grp_type_certs_ea .elem_schn_inp:focus,
.grp_type_certs_ea .elem_schn_inp:active,
.grp_type_certs_ea .elem_schn_inp:visited {
    border-color: #004c77;
    }    
img.type_cert_iconurl{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    padding: 0 75px;
    }
.col_type_certs_ea:hover img.type_cert_iconurl{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    }
img.type_cert_iconurl.active{
    transition: transform .5s ease-in-out;
    -webkit-filter: grayscale(1);
    -webkit-transform:rotate3d(1, 1, 1, 360deg);
    -moz-transform:rotate3d(1, 1, 1, 360deg);
    -ms-transform:rotate3d(1, 1, 1, 360deg);
    -o-transform:rotate3d(1, 1, 1, 360deg); 
    transform: rotate3d(1, 1, 1, 360deg);
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    }
.grp_type_certs_ea input[type="radio"]:hover + label{
    background-color:transparent;
    }
.grp_type_certs_ea input[type="radio"]:checked + label {
    background-color:transparent;
    }
.grp_type_certs_ea input[type="radio"]:focus + label {
    background-color:transparent;
    }
.col_type_certs_ea{
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 5px;
    text-align: center;
    }
.col_type_certs_ea.active{
    background-color: rgba(50, 80, 158,.05);
    border: 2px solid rgba(0,0,0,.1);
    border-radius: 5px;
    }
.grp_type_certs_ea {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    }    
/*
** ===================== numbering =====================
*/
#elem_fished_mobile .col_fished_fish .value-button, 
.row_inpgrp_fish .col_fished_fish .value-button {
    border: 2px solid #ddd;
    border-radius: 0px!important;
    margin: 0px!important;
    width: 60px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #eee;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    color: #fff;
    font-size: 2.5rem;
    padding: 0 0 0px 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;   
    }
.row_inpgrp_fish.selected .col_fished_fish,
.row_inpgrp_fish.selected .col_fish_weight {
    visibility: visible;
    }
.row_inpgrp_fish.selected .col_fished_fish .value-button {
    border-color:#004c77;
    background-color: #004c77;
    }
.col_fished_fish .value-button:hover {
    cursor: pointer;
    }
.col_fished_fish .value-button.decrease {
    margin-right: -4px;
    border-radius: 8px 0 0 8px;
    }
.col_fished_fish .value-button.increase {
    margin-left: -4px;
    border-radius: 0 8px 8px 0;
    }
.col_fished_fish button.value-button svg {
    font-size: 1.5rem;
    }
#elem_fished_mobile .col_fished_fish input.displ_number,
.row_inpgrp_fish .col_fished_fish input {
    text-align: center;
    border: 2px solid #eee;
    border-radius: 0px;
    margin: 0px;
    height: 40px;    
    color: #ddd;
    font-size: 1rem;
    font-weight: bold;
    }
.row_inpgrp_fish .col_fished_fish input.displ_number {
    width: 55px;
    }
.row_inpgrp_fish .col_fish_weight input.displ_number_w {
    width: 80px;
    }
.row_inpgrp_fish.selected .col_fished_fish input.displ_number,
.row_inpgrp_fish.selected .col_fish_weight input.displ_number_w {
    border-color:#004c77;
    color:#004c77;
    }
.col_fished_fish input[type=number]::-webkit-inner-spin-button,
.col_fished_fish input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    }
.col_label_fish .input-group {
    background-color: lightgrey;
    }
.col_fished_weight,
.col_fished_length{
    display: none!important;
    }
.col_fished_weight.show,
.col_fished_length.show{
    display: inline-block!important;
    }
/*
** ===================== column submit =====================
*/
#fngml_row_submit .input-group-text {
    padding: 0px;
    border: 0px;
    background-color: transparent;
    margin: 15px 0;
    }
.col_inp_gewinnspiel .inpgrp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;    
    }
button#btn_submithisform span.icon_btn_bg_pre {
    position: relative;
    padding-left: 25px;
    }
button#btn_submithisform span.icon_btn_bg_pre:before{
    content: url(../../public/images/icons/Icons_Fischart_white.svg);
    height: 20px!important;
    width: 20px;
    position: absolute;
    left: 0;    
    }
button#btn_submithisform:hover span.icon_btn_bg_pre:before,
button#btn_submithisform:active span.icon_btn_bg_pre:before{
    content: url(../../public/images/icons/Icons_Fischart.svg);
    }
button#btn_submithisform:active{
    background-color: white;
    }
.col_submit .form-control {
    border: 0px;
    }
.col_submit input[type="checkbox"] {
    border-radius: 0px;
    background-color: #004c77;
    border: 0px;
    height: 30px;
    width: 30px;
    min-width: 30px;
    margin: unset;
    }
#col_submit {
    margin: 1rem 0px;
    }
#col_submit .wrap_inner{
    /*background-image: url(../../public/images/pix/Square_down_lowres.png);*/
    background-image: none;
    height: 350px;
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: right bottom;
    }
#col_chk_agb {
    margin: 1rem 0;
    }
#col_verl_name .inpgrp,
#col_verl_address .inpgrp,
#col_verl_phone .inpgrp,
#col_verl_email .inpgrp,
#col_verl_chck_conds .inpgrp{
    display: none;
    }
.col_inp_gewinnspiel label.lbl_form-check-text,
#col_verl_email label.lbl_form-check-text {
    font-size: 14px;
    display: block;
    margin: 5px 0;
    color: #004c77;
    letter-spacing: 1px;
    }
/*
input#inp_verl_email{}
*/
input.inp_gewinnspiel{
    margin: 5px 0;
    border-radius: 0px!important;
    border-width: 2px!important;
    border-color: #004c77!important;
    font-size: 22px;
    width: 100%;
    }
.col_submit.col_subm_check {
    padding: 0;
    }
.row.input-group.row_inpgrp_fish.inpgrp_col_fish {
    border: 0;
    }
.input-group-text.inpgrp {
    text-align: left;
    }
/*
** ===================== datepicker =====================
*/
.datepicker table.table-condensed {
    width: 100% !important;
    }
.datepicker td {
    width: 100% !important;
    }
.datepicker table tr td span {
    width: 100% !important;
    font-size: 30px !important;
    border-radius: 0px !important;
    }
.datepicker table tr td span.active.active {
    background-color: #004c77 !important;
    background-image: none !important;
    }
/* Hide year switch (top decade header and arrows) */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next {
    display: none !important;
    }

/* Hide disabled years (e.g. before 2024 or after current year) */
.datepicker-years span.disabled {
    display: none !important;
    }

.datepicker-years span:not(.disabled):hover {
    background-color: #004c77;
    color: white;
    }

/*
** ===================== captcha =====================
*/
.capbox {
    background-color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: inline-block;
    padding: 0rem;
    border-radius: 0px!important;
    }
#fngm_capbox_i {
    border: #004c77 2px solid;
    width: fit-content;
    }
.capbox-inner {
    color: #fff;
    background-color: #004c77;
    margin: 0px auto 0px auto;
    padding: 15px 10px 15px 10px;
    border-radius: 0px;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    }
#CaptchaDiv {
    color: #000000;
    font-style: italic;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: #FFFFFF;
    user-select: none;
    display: inline-block;
    padding: 5px 15px;
    margin: 0 5px 0 10px;
    border-radius: 0px;
    font-size: 28px;
    }
#CaptchaInput {
    margin: 3px 0px 1px 0px;
    width: 105px;
    border: 0px;
    border-radius: 0px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    color: green;  
    }
#elem_tag_desc_oblig p {
    font-size: 14px;
    font-weight: 600;
    color: #004c77;
    letter-spacing: 1px;    
    }
/*
** ===================== modal =====================
*/
#fngml_section_form .modal{
    padding:0;
    }
#fngml_section_form .modal-header{
    padding: 1rem 3rem;
    }
#fngml_section_form .modal-body{
    padding: 3rem;
    }
a.btn.fngml_btn_mdl_open {
    padding: 0;
    font-size: 20px;
    }
.swal_fngm_popup {
    border-radius: 0px!important;
    border-left: 5px solid #004c77!important;
    border-right: 5px solid #004c77!important;
    }
.swal_fngm_confBtn {
    background-color: #004c77!important;
    border-radius: 0px!important;
    font-size: 28px!important;
    padding: 5px 20px!important;
    font-weight: bold!important;
    text-transform: uppercase;
    }
.swal_fngm_htmlCont {
    font-size: 24px!important;
    }
.swal_fngm_title {
    font-weight: bold;
    color: #004c77!important;
    }
.fngml_mdl h1.modal-title {
    font-weight: 600;
    color: #004c77;
    }
.fngml_mdl .modal-header,
.fngml_mdl .modal-footer {
    border: 0px;
    }
.fngml_mdl button.btn.fngml_btn_mdl_close {
    border: 2px solid #004c77!important;
    background-color: #004c77;
    color: white;
    border-radius: 0px;
    }
.fngml_mdl button.btn.fngml_btn_mdl_close:hover {
    background-color: #fff;
    color: #004c77;
    }
.fngml_mdl .modal-footer {
    padding: 12px 24px;
    }
/*
** ===================== input check =====================
*/
input.form-check-text:focus{
    outline: none;
    }
/*
** ===================== alert arrows! =====================
*/
#section_sel_type_cert h3.fngm_subheading.alerted,
#row_fished_heading h3.fngm_subheading.alerted,
#col_check_agb label.p_fished_name.alerted,
#col_check_privpol label.p_fished_name.alerted,
input.displ_fishedweight.alerted,
input#inp_date_fngml.alerted,
input.elem_schn_inp.alerted,
input#CaptchaInput.alerted,
input#inp_verl_email.alerted,
input#inp_verl_name.alerted,
input#chck_verl_conditions.alerted,
input#inp_verl_place.alerted,
input#inp_verl_plz.alerted,
input#inp_verl_street.alerted,
input#inp_elem_scheinnummer_s.alerted,
select#sel_type_certs.alerted,
input#inp_fm_name.alerted,
input#inp_fm_sname.alerted{
    border-color: red;
    border-style: solid;
    }
/*
** ===================== MOBILE : input FISHED =====================
*/
#elem_fished{
    /*display: none;*/
    }
#elem_fished_mobile {
    display: none;
    }
ul#list_allfishtypes {
    display: none;
    }
.elem_repeater_mob {
    text-align: center;
    }
.row_fished_mob_ea.selected {
    background-color: rgba(50, 80, 158,.05);
    border-radius: 5px;
    margin: 15px 0;
    }
select[name="sel_fishtype"] {
    background-color: white;
    border: 2px solid rgba(0,0,0,.1);
    height: 40px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;
    color: #004c77;    
    }
select.sel_fishtype {
    height: 40px;
    background-color: white;
    border-radius: 0px;
    border-width: 2px;
    width: 100%;
    border-color: #ddd;
    color: black;  
    }
.row_fished_mob_ea.selected select.sel_fishtype {
    border-color: #004c77;
    }
.row_fished_mob_ea.selected .col_fished_fish .value-button {
    border-color: #004c77!important;
    background-color: #004c77!important;
    }
.row_fished_mob_ea.selected .col_fished_fish input.displ_number {
    border-color: #004c77!important;
    color: #004c77!important;
    }
.row_fished_mob_ea.selected select#sel_fishtypes_0 {
    margin-top: 18px;
    }
select#sel_type_certs,
input#inp_elem_scheinnummer_s {
    background-color: white;
    margin: 5px 0;
    border-radius: 0px!important;
    border-width: 2px!important;
    border-color: #004c77!important;
    font-size: 22px;
    width: 100%;
    }
select#sel_type_certs {
    font-size: 18px;
    width: 300px;
    max-width: 300px;
    font-weight: 600;
    margin: 0;
    padding: 5px 0px;    
    }
select#sel_type_certs option{
    font-size: 14px;
    max-width: 300px;
    font-weight: 600;
    padding: 5px;
    }
input#inp_elem_scheinnummer_s{
    width: 300px;
    }
label.lbl_form-check-text {
    padding: 15px 0px 0 0;
    }
button.app_rep_fished_mob_ea,
button.app_rep_fished_mob_ea:hover,
button.app_rep_fished_mob_ea:focus,
button.app_rep_fished_mob_ea:visited{
    background-color: transparent;
    color: #004c77;
    padding: 1rem;
    font-size: 2rem;    
    }
button.rem_rep_fished_mob_ea {
    background-color: transparent;
    color: #691103;
    padding: 1rem;
    font-size: 2rem;    
    }
/* --- names --- */
#fngml_section_form .col_name .elem_fm_name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
.swal_fngm_icon{
    display: none !important;
    }
.swal2-icon-error img.swal2-image {
    display: block !important;
    width: 50px;
    aspect-ratio: 1 / 1;
    content:url(../images/icons/exclamation-circle-solid_004c77.svg);
    }

/*
======================= RECEIPT =======================
*/
#fish_summary h2{
    /*font-family: 'Share Tech Mono', monospace !important;*/
    font-size: 18px;
    font-weight: bold;
    background-color: rgb(0, 76, 119);
    color: white;
    padding: 10px;
    }
#fish_summary {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 600px;
    max-height: 400px;
    overflow-y: auto;
    background: #f9f9f9;
    /*border: 1px solid rgb(0, 76, 119);*/
    padding: 0px;
    /*font-family: 'Share Tech Mono', monospace;*/
    font-size: 16px;
    z-index: 9999;
    }
#fish_summary #legende .col,
#fish_summary #summary_lines .col{
    padding: 0;
    }
#legende,
#summary_lines .row {
    margin: 0;
    }
#legende {
    background-color: rgba(50, 80, 158,.05);
    }
#legende .anzahl,
#legende .weight,
#summary_lines .anzahl,
#summary_lines .weight {
    text-align: right;
    }
#fish_summary #legende .item{
    font-weight: bold;
    color: rgb(0, 76, 119);
    }
#fish_summary #legende .left{
    padding-left: 10px;
    }
#fish_summary #legende .right{
    padding-right: 10px;
    }    
#summary_lines {
    padding: 10px;
    background-color: rgba(50, 80, 158,.05);
    }
/*
@keyframes printLine {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
*/ 
/*
==================================================================================================================================
ooo        ooooo                 .o8   o8o                   .oooooo.                                      o8o                     
`88.       .888'                "888   `"'                  d8P'  `Y8b                                     `"'                     
 888b     d'888   .ooooo.   .oooo888  oooo   .oooo.        888      888    oooo  oooo   .ooooo.  oooo d8b oooo   .ooooo.   .oooo.o 
 8 Y88. .P  888  d88' `88b d88' `888  `888  `P  )88b       888      888    `888  `888  d88' `88b `888""8P `888  d88' `88b d88(  "8 
 8  `888'   888  888ooo888 888   888   888   .oP"888       888      888     888   888  888ooo888  888      888  888ooo888 `"Y88b.  
 8    Y     888  888    .o 888   888   888  d8(  888       `88b    d88b     888   888  888    .o  888      888  888    .o o.  )88b 
o8o        o888o `Y8bod8P' `Y8bod88P" o888o `Y888""8o       `Y8bood8P'Ybd'  `V88V"V8P' `Y8bod8P' d888b    o888o `Y8bod8P' 8""888P' 
==================================================================================================================================
*/

/*
::::::::::::::::::::::::::::::::::::::::::::::::::::
Bootstrap 4 breakpoints
*/
/* 
Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/
/* 
  oooooooo  ooooooooo     .ooo   
 dP""""""" d"""""""8'   .88'     
d88888b.         .8'   d88'      
    `Y88b       .8'   d888P"Ybo. 
      ]88      .8'    Y88[   ]88 
o.   .88P     .8'     `Y88   88P 
`8bd88P'     .8'       `88bod8' 
Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .row_hero {
        width: 100%;
        }
    input#inp_date_fngml {
        width: 125px;
        }
    .col_fished_fish {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        align-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        }
    .fished_inp_value {
        margin: 0 auto!important;
        width: 75%;
        text-align: center;
        height: 40px;
        }                 
}
/* 
 ooooooooo     .ooo    .ooooo.   
d"""""""8'   .88'     d88'   `8. 
      .8'   d88'      Y88..  .8' 
     .8'   d888P"Ybo.  `88888b.  
    .8'    Y88[   ]88 .8'  ``88b 
   .8'     `Y88   88P `8.   .88P 
  .8'       `88bod8'   `boood8'  
Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
    h1.fngm_title {
        font-size: 100px;
        }
    .inpgrp_col_fish p.p_fished_name, .row_inpgrp_fish p.p_fished_name, .inpgrp_col_fish label.p_fished_name, .row_inpgrp_fish label.p_fished_name, #fngml_row_submit label.p_fished_name {
        font-size: 20px;
        }
    .inpgrp_col_fish p.p_fished_name a,
    .row_inpgrp_fish p.p_fished_name a,
    .inpgrp_col_fish label.p_fished_name a,
    .row_inpgrp_fish label.p_fished_name a,
    #fngml_row_submit label.p_fished_name a{
        font-size: 20px;
        }        
    .input-group-text.unit_pre, .input-group-text.unit_lbl {
        font-size: 16px;
        padding: 5px 0;
        }
    a.fngml_btn_action, button.fngml_btn_action {
        font-size: 1.2rem;
        }
    .fngmlpw {
        font-size: 30px !important;
        }
    img.type_cert_iconurl {
        padding: 0px;
        }
    #elem_inp_date_fngml {
        text-align: left;
        }
    .wrap_inner .input-group {
        -webkit-flex-direction: column;
        flex-direction: column;
        }
    #fngm_capbox {
        width: 450px;
        }
    #col_submit .wrap_inner {
        background-size: contain;
        }
    h3.fngm_subheading {
        font-size: 24px;
        }
    input#inp_verl_email,
    input#inp_verl_place,
    input#inp_verl_phone{
        width: 50%;
        }
    input#inp_verl_name,
    input#inp_verl_street {
        width: 75%;
        }
    input#inp_verl_plz {
        width: 25%;
        }
    #col_submit .wrap_inner{
        /*background-image: url('../../../public/images/pix/AdobeStock_471253788_Preview_mdfd.png');*/
        }
    /* ----------- schein types ----------- */
    #row_sel_type_cert_mob{
        display: none;
        }
    #row_select_type_cert{
        display: flex;
        }
    /* ----------- fish types ----------- */
    #elem_fished{
        /*display: block;*/
        }
    #elem_fished_mobile {
        /*display: none;*/
        }
}
/* 
  .oooo.    ooooooooo   oooooooo          .ooooo.     .o    .oooo.   
.dP""Y88b  d"""""""8'  dP"""""""         d88'   `8. o888  .dP""Y88b  
      ]8P'       .8'  d88888b.           Y88..  .8'  888        ]8P' 
    <88b.       .8'       `Y88b           `88888b.   888      .d8P'  
     `88b.     .8'          ]88  8888888 .8'  ``88b  888    .dP'     
o.   .88P     .8'     o.   .88P          `8.   .88P  888  .oP     .o 
`8bd88P'     .8'      `8bd88P'            `boood8'  o888o 8888888888
----------- iPhone X ----------- */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
}
/* 
 .ooooo.    .ooooo.     .oooo.   
888' `Y88. 888' `Y88. .dP""Y88b  
888    888 888    888       ]8P' 
 `Vbood888  `Vbood888     .d8P'  
      888'       888'   .dP'     
    .88P'      .88P'  .oP     .o 
  .oP'       .oP'     8888888888 
Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
/*
  .o    .oooo.     .oooo.         .o   
o888   d8P'`Y8b  .dP""Y88b      .d88   
 888  888    888       ]8P'   .d'888   
 888  888    888     .d8P'  .d'  888   
 888  888    888   .dP'     88ooo888oo 
 888  `88b  d88' .oP     .o      888   
o888o  `Y8bd8P'  8888888888     o888o
*/
@media (min-width: 1024px) {
    #elem_inp_date_fngml {
        text-align: left;
        }        
    h3.fngm_subheading {
        font-size: 30px;
        }
    h3.rd_tcert_lbl {
        font-size: 18px;
        }        
    .fished_inp_value {
        width: 50%;
        }
    button#btn_submithisform {
        font-size: 28px;
        }
    button#btn_submithisform span.icon_btn_bg_pre:before {
        width: 45px;
        left: -29px;
        }
    input#inp_verl_name, input#inp_verl_street {
        width: 50%;
    }          
}
/* 
  .o    .oooo.     .oooo.     .oooo.   
o888  .dP""Y88b   d8P'`Y8b   d8P'`Y8b  
 888        ]8P' 888    888 888    888 
 888      .d8P'  888    888 888    888 
 888    .dP'     888    888 888    888 
 888  .oP     .o `88b  d88' `88b  d88' 
o888o 8888888888  `Y8bd8P'   `Y8bd8P'
Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #fngml_section_form{
        margin-top: 0;
        }
    .col_type_certs_ea. h3.rd_tcert_lbl,
    .col_type_certs_ea.active h3.rd_tcert_lbl,
    h3.fngm_subheading{
        font-size: 18px;
        }
    .inpgrp_col_fish p.p_fished_name, .row_inpgrp_fish p.p_fished_name, .inpgrp_col_fish label.p_fished_name, .row_inpgrp_fish label.p_fished_name, #fngml_row_submit label.p_fished_name {
        font-size: 18px;
        }
    .inpgrp_col_fish p.p_fished_name a,
    .row_inpgrp_fish p.p_fished_name a,
    .inpgrp_col_fish label.p_fished_name a,
    .row_inpgrp_fish label.p_fished_name a,
    #fngml_row_submit label.p_fished_name a{
        font-size: 18px;
        }
    input#inp_verl_email {
        width: 35%;
        }
    .col_inp_gewinnspiel label.lbl_form-check-text,
    #col_verl_email label.lbl_form-check-text {
        text-align: left;
        font-size: 18px;
        font-weight: 600;
        }
    #col_verl_email .input-group-text{
        text-align: left;
        }        
    #CaptchaInput {
        width: 154px;
        text-align: center;
        font-size: 24px;
        }
    .capbox-inner {
        padding: 15px 25px;
        }
    h1.heading_hero.fngm_title.thankyou {
        max-width: 35%;
        font-size: 3rem;
        }
    h2.subheading_hero.thankyou.gewsp {
        max-width: 30%;
        letter-spacing: 1px;
        line-height: 1.2;
        }
}
/* 
  .o        .o         .o     .oooo.   
o888      .d88       .d88    d8P'`Y8b  
 888    .d'888     .d'888   888    888 
 888  .d'  888   .d'  888   888    888 
 888  88ooo888oo 88ooo888oo 888    888 
 888       888        888   `88b  d88' 
o888o     o888o      o888o   `Y8bd8P' 
Extra large devices (large desktops, 1440px and up) */
/* Extra large devices (large desktops, 1440px and up) */
@media (min-width: 1440px) {
    h1.fngm_title {
        font-size: 150px;
        line-height: 1.2;
        }
    h2.fngm_subtitle {
        font-size: 34px;
        line-height: 1.2;
        }
    #col_submit .wrap_inner {
        background-position: center bottom;
        }
    h1.heading_hero.fngm_title.thankyou {
        font-size: 5rem;
        line-height: 1;
        }
    input#inp_verl_plz {
        width: 15%;
        }              
}
/*
  .o      .ooo     .oooo.     .oooo.   
o888    .88'      d8P'`Y8b   d8P'`Y8b  
 888   d88'      888    888 888    888 
 888  d888P"Ybo. 888    888 888    888 
 888  Y88[   ]88 888    888 888    888 
 888  `Y88   88P `88b  d88' `88b  d88' 
o888o  `88bod8'   `Y8bd8P'   `Y8bd8P'                                      
*/
@media (min-width: 1600px) {

    .inpgrp_col_fish p.p_fished_name, .row_inpgrp_fish p.p_fished_name, .inpgrp_col_fish label.p_fished_name, .row_inpgrp_fish label.p_fished_name, #fngml_row_submit label.p_fished_name {
        font-size: 26px;
    }

}
/* ===================================================== */
@media (min-width: 2560px) {}
@media (min-width: 3440px) {}
/*
                                                                        
                       88                          ad88 88              
                       ""                         d8"   ""              
                                                  88                    
,adPPYYba, 8b,dPPYba,  88 88,dPYba,,adPYba,     MM88MMM 88 8b,     ,d8  
""     `Y8 88P'   `"8a 88 88P'   "88"    "8a      88    88  `Y8, ,8P'   
,adPPPPP88 88       88 88 88      88      88      88    88    )888(     
88,    ,88 88       88 88 88      88      88      88    88  ,d8" "8b,   
`"8bbdP"Y8 88       88 88 88      88      88      88    88 8P'     `Y8  
*/
/* especially for FGME */
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .aos-animate,
    .animated {
        /*CSS transitions*/
        -o-transition-property: none !important;
        -moz-transition-property: none !important;
        -ms-transition-property: none !important;
        -webkit-transition-property: none !important;
        transition-property: none !important;
        /*CSS transforms*/
        -o-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -webkit-transform: none !important;
        transform: none !important;
        /*CSS animations*/
        -webkit-animation: none !important;
        -moz-animation: none !important;
        -o-animation: none !important;
        -ms-animation: none !important;
        animation: none !important;
    }
    .site-info {
        background-image: none!important;
        height: 0!important;
        }
    svg#fish {
        display: none!important;
        } 
}