nav.navbar {
   border-bottom: 2px solid gray; /*Linienfarbe*/
 //   min-width: 85vw; /*Linienbreite*/
}

#pictureAfterNav {
  width: 100%;
  max-height: 220px;
}


.contentForm h2 {
    margin-top: 0;
}


.ui-button {
    //height: 50px;
    font-size: 16px;
    color: #fff !important;
    background: #000!important;
    border: 0 !important;
}

.ui-button:hover {
    color: #000 !important;
    background: #fff !important;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4), 0px 1px 10px rgba(0, 0, 0, 0.24), 0px 4px 5px rgba(0, 0, 0, 0.28) !important;
}

.ui-button.ui-button-secondary {
    color: #fff !important;
    background: #000 !important;
    border: 1px solid #D8D5D0 !important;
}

.ui-button.ui-button-secondary:hover {
    color: #000 !important;
    box-shadow: unset !important;
    background: #fff !important;
}



/* OPTION STYLING */
.row .anmeldeoptionrow {
   background: #f6f5f4;
   border: 1px solid #ccc;
}

.ui-icon-bullet {
   background: #000 !important;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-active {
   border-color: #000 !important;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-hover {
   border-color: #000 !important;
}

body .ui-radiobutton .ui-radiobutton-box.ui-state-active.ui-state-focus {
   box-shadow: 0 0 0 0.2em #00040;
}

/* MENU STYLING */
.dropdown-item:hover {
   background: #f6f5f4 !important;
}


/* MENU STYLING */
.dropdown-item:active {
   background: #c8c4bd !important;
   color: #fff !important;
}

a:hover {
   text-shadow: unset !important;
}

.nav-item {
   color: #908A7F !important;
}

/* Base styles for the checkbox box */
ui-chkbox-box ui-widget ui-corner-all ui-state-default {
   border: 2px solid #636363 !important;
}

/* Hover state styles that also apply to other states */
.ui-chkbox .ui-chkbox-box.ui-state-hover,
.ui-chkbox .ui-chkbox-box.ui-state-active,
.ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-hover,
.ui-chkbox .ui-chkbox-box.ui-state-active.ui-state-hover.ui-state-focus {
   color: #fff !important;
   border-color: #000 !important;   
}

.ui-chkbox .ui-chkbox-box.ui-state-active {
   background: #000 !important;
}


/* Specific style for the focus state within active and hover states */
.ui-chkbox .ui-chkbox-box.ui-state-focus {
   box-shadow: 0 0 0 0.2em #00040 !important;
}


