html,
body {
    margin-top: 0;
}


.nf-field-element {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#nf-field-8 {    
    min-width: 100px;
    color: #fd831e;
    font-weight: 700;
    border-radius: 20px;
}
#nf-field-8:hover {
    background-color: #fd831e;
    color: #333333;
}
.nf-error-msg {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hidden {
    display: none
}

.n {
    padding: 5px;
}

#cc-website-title a {
    text-decoration: none
}

.cc-m-image-align-1 {
    text-align: left
}

.cc-m-image-align-2 {
    text-align: right
}

.cc-m-image-align-3 {
    text-align: center
}
.fw_b {
    font-weight: bold
}

.fw_100 {
    font-weight: 100
}

.fw_600 {
    font-weight: 600
}

.smaller p,
.smaller td,
.smaller li,
.smaller {
    font-size: 85%
}

.bigger p,
.bigger td,
.bigger {
    font-size: 110%
}

/*em {
    font-family: "Courier New", Courier, monospace !important;
    font-style: normal !important;
    color: red !important;
}*/

.courier p,
.courier td,
.courier li,
.courier strong,
.courier span,
.courier {
    font-family: "Courier New", Courier, monospace !important;
    line-height: 1.5;
}

.courier-red p,
.courier-red td,
.courier-red li,
.courier-red strong,
.courier-red span,
.courier-red {
    font-family: "Courier New", Courier, monospace !important;
    color: red !important;
}

.courier-blue p,
.courier-blue td,
.courier-blue li,
.courier-blue strong,
.courier-blue span,
.courier-blue {
    font-family: "Courier New", Courier, monospace !important;
    color: blue;
}

.blue p,
.blue td,
.blue li,
.blue strong,
.blue span,
.blue h1,
.blue h2,
.blue h3,
.blue {
    color: #0088C2;
}

a,
a:link {
    text-decoration: none;
}

.stdlist {
    margin-left: -20px;
}

.widecontent {
    width: 120%;
}


/* CSS3 Rounded Corners Box
=========================================*/

.cssbox,
.cssbox {
    border: 1px solid #ccc;
    padding: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/* CSS3 Rounded Corners Box mit Schatten
========================================*/

.css3box,
.css3box {
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 3px 3px 11px #ccc;
    /* webkit browser*/
    -moz-box-shadow: 3px 3px 6px #ccc;
    /* firefox */
    box-shadow: 3px 3px 6px #ccc;
    padding: 5px;
}


/* Eigene Inhaltsverzeichnisse
==============================================*/

.user-sitemap li,
.user-sitemap a {
    border: none;
    margin: 0 10px;
    background: url(../../image.jimcdn.com/app/cms/image/transf/none/path/s69854fd484825586/image/i9fd86ac84299e9d4/version/1368772117/image.gif) 0 8px no-repeat transparent;
    margin: 6px 0 0 -14px;
    font-weight: bold;
}


/*Farben
-------------------------------------*/

.red {
    color: red !important;
}

.bg-white {
    background-color: white;
}

.bg-grey {
    background-color: lightgray;
}

.bg-green {
    background-color: green;
}

.bg-blue {
    background-color: blue;
}

.bg-orange {
    background-color: orange;
}

.flex-caption {

    position: absolute;

    top: 10vmin;

    left: 10%;

    font-size: calc(0.5em + 2.5vmin);

    max-width: 570px;

    color: white !important;

}

.flexslider a:link,
.flexslider a:visited,
.flexslider a:hover {

    text-decoration: none !important;

}

.form-input-css{
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    color: #333;
    font-family: inherit;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 10px;
    transition: border-color 200ms ease-out;
}

.btncss{
    background-color: #3689b2 !important;
    border: 1px solid #3689b2 !important;
    border-radius: 2px;
    box-sizing: border-box;
    color: #fdfdfd;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 1em 0;
    padding: 0.5em 1em !important;
    text-align: center;
    text-decoration: none;
    transition: background-color 200ms ease-out, color 200ms ease-out, border-color 200ms ease-out;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.btncss:hover{
    background-color: #1e4d64 !important;
    border: 1px solid #1e4d64 !important;
}
.nav-flex {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-right: 1em;
    flex-direction: row;
    align-content: flex-start;
}

.jmd-nav__list-item-0{
    /* margin-right: -4px;  */
}
/* .jmd-nav__list-item-1{
    margin-right: -5px;
}
.jmd-nav__list-item-2{
    margin-right: -4px; 
}
.jmd-nav__list-item-3{
    margin-right: -5px; 
}
.jmd-nav__list-item-4{
    margin-right: -5px; 
}  */


.jmd-nav__list-item-dd{
    margin-right: 5px;
}
.jmd-nav__list-item-ddd{
    margin-right: -5.06px;
}

.welcome{
    display: none;
}
@media screen and (max-width: 959px) {
    .welcome{
        padding-top: 0.8rem;
        text-align: center;
        color: #fd831e;
        margin: 0;
        display: block;
    }
}