.fo_form {
    margin: 20px 0px;
}

.fo_label {
    display: block;
    margin-bottom: 15px;
    width: 95%;
    min-width: 280px;
    max-width: 700px;
}

.fo_label_top {
    margin-top: 5px;
}
.fo_label_top2 {
    margin-top: 15px;
}
.fo_label_top3 {
    margin-top: 10px;
    margin-left: 15px;
}

.fo_input {
    display: block;
    margin-top: 5px;
    width: 100%;
    border: solid 1px #CCCCCC;
    border-radius:  5px;;
    background-color: #f8f5f5;
    padding: 10px;
    font-size: 1.0rem;
    outline: none;
}
.fo_flexbox {
    display: flex;
    width: 100%;
}

.fo_captcha_flex {
    flex: 1;	
    order: 2;
}

.fo_input_captcha {
    margin-left: 5px;
    width: 40%;
    min-width: 190px;
    border: solid 1px #CCCCCC;
    border-radius:  5px;;
    background-color: #f8f5f5;
    padding: 10px;
    font-size: 1.0rem;
    outline: none;
}

.fo_hover_focus:hover {
    border: solid 1px #888888;
}

.fo_hover_focus:focus {
    border: solid 1px #888888;
    background-color: #FFFFFF;
}

.fo_checkbox {
    border: solid 1px #CCCCCC;
    border-radius:  5px;;
    background-color: #f8f5f5;
    margin: 0px 10px 0px 15px;
    padding: 0;
    outline: none;
}


.fo_checkbox2 {
    border: solid 1px #CCCCCC;
    border-radius:  5px;;
    background-color: #F3F3F3;
    margin: 0px 10px 0px 0px;
    padding: 0;
    outline: none;
}

.fo_checkbox:hover .fo_checkbox2:hover {
    border: solid 1px #888888;
}

.fo_checkbox:focus .fo_checkbox2:focus {
    border: solid 1px #888888;
    background-color: #FFFFFF;
}

.fo_textarea {
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 200px;
    border: solid 1px #CCCCCC;
    border-radius:  5px;;
    background-color: #F3F3F3;
    padding: 10px;
    font-size: 1.0rem;
    outline: none;
}

.fo_submit_button {
    transition: all 0.4s;
    display: block;
    width: 160px;
    padding: 12px 30px 12px 0px;
    margin: 20px 0;
    border: solid 0px #000000;
    border-radius: 5px;
    text-align: right;
    background-color: #143233;
    color: #aaddff;
    background-position: left;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-image:url("../img/icons/mail.png");
    font-size: 0.9rem;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.5);
}

.fo_submit_button:hover {
    transition: all 0.4s;
    color: #143233;
    background-color: #aaddff;
    background-position: 15px 50%;
    background-image:url("../img/icons/mail_inv.png");
}

.fo_submit_button:active {
    transition: all 0.4s;
    background-position: 300px 50%;
    transform: translate(0px,2px);
}

.fo_star {
    font-weight: 600;
    font-size: 1.2rem;
    color: #0000ffb7;
}

.fo_error {
    color: #FF0000;
}

.fo_error_border {
    border: solid 1px #FF0000;
    background-color: #f0e4e4;
}

.fo_status_error {
    display: block;
    margin-top: 10px;
    padding: 10px;
    font-size: 1.0rem;
    font-weight: 500;
    width: 95%;
    min-width: 280px;
    max-width: 700px;
}

.fo_status_success {
    display: block;
    margin-top: 10px;
    padding: 10px;
    font-size: 1.0rem;
    font-weight: 500;
    border: solid 1px #008000;
    background-color: #96DD2A;
    width: 95%;
    min-width: 280px;
    max-width: 700px;
}


/* fonts.css ****************************************************************************/
.f_title {
    display: block;
    font-size: 2.6rem;
    color: #6eb1d8;
    font-weight: 500;
    /*font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;*/
    margin-bottom: 10px;
}

.f_title2 {
    transition: all 0.4s;
    color: #143233;
    margin-left: 0px;
    font-size: 1.3rem;
    display: block;
    /*font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;*/
    margin-bottom: 10px;
    font-weight: 600;
}

.f_bold {
    color: #7272eb;
    font-weight: 600;
    letter-spacing: 0px;
}

.f_bold2 {
    font-weight: 600;
    letter-spacing: 0px;
}

.f_bold_h2 {
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 1.6rem;
}
.f_bold_h3 {
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 1.4rem;
}

.f_bold_h4 {
    display: inline;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 1.6rem;
    color: #7272EB;
    cursor: pointer;
}

.f_bold_h4:hover {
    color: #143233;
}

.f_bold_h4:active {
    color: #143233;
}

.f_bold_begruessung {
    /*color: #898989;*/
    color: #7272eb;
    font-size: 1.8rem;
    font-weight: 600;
    font-family: Georgia;
    display: block;
    margin-bottom: 10px;
}

.f_default {
    display: block;
    margin-left: 18px;
    color: #140303;
}

.f_default2 {
    font-size: 1.4rem;
    margin-left: 0px;
    padding: 10px;
    color: #140303;
    letter-spacing: 1px;
}

.f_default_text {
    display: block;
    width: 100%;
    max-width: 900px;
    color: #140303;
    text-align: justify;
    letter-spacing: 1px;
}

.f_default_text2 {
    display: block;
    width: 100%;
    max-width: 900px;
    color: #140303;
    letter-spacing: 1px;
}

.f_default_margin {
    margin-bottom: 20px;
}

.f_arrow {  /* Blauer Auflistungspfeil */
    color: #7272eb;
    font-weight: 600;
}

#f_creator_name {
    display: block;
    margin-top: 5px;
    margin-bottom: 8px;
    font-size: 1.0rem;
    color: #7272eb;
}

.f_creator_text {
    font-size: 0.8rem;
}

.f_erreichbarkeit_text {
    font-size: 1.0rem;
    display: block;
    margin: 8px 0;
    letter-spacing: 0px;
    font-weight: 600;
}
.f_erreichbarkeit_text2 {
    font-size: 1.0rem;
    display: block;
    margin: 2px 0;
    letter-spacing: 1px;
}

.f_default_w_block {
    font-size: 1.2rem;
}

.f_telefon_info {
    display: block;
    font-size: 1.0rem;
}


/* img.css *****************************************************************************************/
#i_uwebi_logo {    /*uwbi.de Logo*/
    width: 60%;
    height: auto;
    max-width: 400px;
    min-width: 290px;
    vertical-align: middle;
    margin: 10px;
    padding: 4px;
    /*box-shadow: 0px 1px 4px 1px rgba(226, 214, 214, 0.7);
    border-radius: 3px;*/
}

#i_creator_img {
    width: 180px;
    height: auto;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

#i_pargraph_img {
    width: 100px;
    height: auto;
    border-radius: 3px;
}

#i_leistung_img {
    margin-top: 50px;
    width: 200px;
    height: auto;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.7);
    border-radius: 3px;
}

#i_business_card {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 3px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, 0.7);
}

#i_captcha {
    border: solid 1px #CCCCCC;
    border-radius: 5px;
    vertical-align: bottom;
}

/* nav.css ****************************************************************************************/
/* Navigation
***************/
.n_header_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    height: 40px;
}
.n_header_nav li {
    display: inline-block;
    margin-left: 3px;
}


.n_nav {    /*Navigation*/
    transition: all 0.4s;
    border: solid 0px #000000;
    border-radius: 7px 7px 0 0;
    font-size: 1.2rem;
    padding: 0 10px;
    background-color: #444444;
    color: #aaddff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    text-decoration: none;
}

.n_nav:hover {    /*Navigation Hover*/
    background-color: #EFEFEF;
    color: #312E35;
    height: 44px;
    margin-top: -4px;
    text-decoration: none;
}

.n_aktive {
    background-color: #f8f5f5;
    color: #312E35;
    height: 45px;
    margin-top: -4px;
    text-decoration: none;
}

.n_aktive:hover {
    background-color: #f8f5f5;
    color: #312E35;
    height: 45px;
    margin-top: -4px;
    text-decoration: none;
}

/* url.css *****************************************************************************/
a {
    color: #7272eb;
    text-decoration: none;
}

a:hover  {
    color: #606060;
    text-decoration: underline;
}

.u_kontakt_link {
    transition: all 0.5s;
    display: block;
    margin: 10px;
}

.u_kontakt_link:hover {
    transition: all 0.5s;
    color: #606060;
    text-decoration: underline;
    margin-left: 15px;
}

.u_kontakt_link:hover {
    color: #606060;
    text-decoration: underline;
}

.u_kontakt_buttons {
    transition: all 0.5s;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 190px;
    padding-right: 10px;
    margin: 12px auto;
    border: solid 0px #000000;
    border-radius: 5px;
    text-align: right;
    background-color: #143233;
    color: #aaddff;
    background-position: left;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.5);
}

.u_kontakt_buttons:hover {
    transition: all 0.5s;
    color: #143233;
    background-color: #aaddff;
    width: 190px;
    padding-right: 10px;
    background-position: 10px 50%;
}

.u_tel {
    transition: all 0.5s;
    background-image:url("../img/icons/telefon.png");
}

.u_tel:hover {
    transition: all 0.5s;
    background-image:url("../img/icons/telefon_inv.png");
}

.u_smart {
    transition: all 0.5s;
    background-image:url("../img/icons/smartphone.png");
}


.u_smart:hover {
    transition: all 0.5s;
    background-image:url("../img/icons/smartphone_inv.png");
    display: block;
}

.u_mail {
    transition: all 0.5s;
    background-image:url("../img/icons/mail.png");
}

.u_mail:hover {
    transition: all 0.5s;
    background-image:url("../img/icons/mail_inv.png");
}

.u_kostenlose_beratung {
    display: block;
    transition: all 0.2s ease;
    margin: 20px;
    padding: 5px;
    outline: none;
    color: #FDFDFD;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 5px;
    background: rgba(0, 0, 255, 0.521);
    cursor: pointer;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.8);
}

.u_kostenlose_beratung:hover {
    transition: all 0.2s ease;
    transform: scale(0.99);
}

.u_kostenlose_beratung_a:hover {
    text-decoration: none;
}

