
          .jobliste__title {
              text-align: center;
          }

          .job__mainsubtitle {
              text-align: center;
          }
          .jobliste__tabnav.res_tab {
              display: flex;
              flex-wrap: wrap;
              gap: 10px;
              justify-content: center;
              padding: 10px;
          }

          .jobliste__forms {
              margin: 10px;
              display: flex;
              flex-wrap: wrap;
              gap: 10px;
              justify-content: center;
          }

          .job_ausgabe .joblist_descr {
              padding: 5px 20px;
          }

          .job_bit__heading {
              border-bottom: 1px solid;
          }

          .job_ausgabe .job__title {
              text-align: center;
          }

          .job_ausgabe .job_bit__item {
              padding: 10px 20px;
          }

          .jobuser-entry__item {
              padding-left: 20px;
          }

          .jobuser__item.abteilung {
              font-weight: bold;
              padding: 10px 0 0;
          }

          .jobliste-user.adduser {
              padding-top: 5px;
          }

          .joblist__formitem label {
              font-weight: bold;
          }
    .pairview_flex {
	display: flex;
	justify-content: center;
}

.pairview_flex > div{
	padding: 5px 10px;
	margin: 2px 10px;
}


.pairview_cat{
	background: #0f0f0f url(../../../images/tcat.png) repeat-x;
  color: #fff;
  border-top: 1px solid #444;
  border-bottom: 1px solid #000;
  padding: 7px;
}
.pairview_pairs{
	display: flex;
	align-items: center;
}


.pairview_pair{
	width: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 20px;
	flex-wrap: wrap;
}

.pairview_lovers_pic{
	height: 100px;
	width: 100px;
	border-radius: 100%;
	padding: 5px;
	text-align: center;	
	border: 1px solid #0066a2;
}

.pairview_lovers_pic img{
		height: 100px;
	width: 100px;
	border-radius: 100%;

}

.pairview_lovers{
	padding: 5px 10px;
	text-align: center;
	position: relative;
	z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.lovername{
	width: 100%;	
}

.pairview_and{
  text-align: center;
  color:#0066a2;
  z-index: 1 !important;
  opacity: .2;
  font-size: 100px;
  position: absolute;
  text-indent: 0px;
  text-transform: uppercase;
}

.pairview_options{
	width: 100%;	
	text-align: center;
}

    /* Style the tab */
    .res_tab {
      overflow: hidden;
      border: 1px solid #b3b3b3;
      background-color: #fafafa;
    }
    
    .res_bit form {
      display: inline;
    }
    
    /* Style the buttons that are used to open the tab content */
    .res_tab button {
      background-color: #fafafa;
      background-image: none;
      border-radius: 0;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 5px 10px;
      transition: 0.3s;
      font-size: 1.1em;
      font-weight: bold;
    }
    
    /* Change background color of buttons on hover */
    .res_tab button:hover {
      background-color: #ddd;
    }
    
    /* Create an active/current tablink class */
    .res_tab button.active {
      /* background-color: #dadbda; */
      border-bottom: 3px solid #3b3b3b;
      /* font-weight: 600; */
    }
    
    /* Style the tab content */
    .res_tabcontent {
      background: #e9e9e9;
      padding: 6px 12px;
      border: 1px solid #ccc;
      border-top: none;
      animation: fadeEffect 1s; /* Fading effect takes 1 second */
    }
    
    /* Go from zero to full opacity */
    @keyframes fadeEffect {
      from {opacity: 0;}
      to {opacity: 1;}
    }
    
    .res_ausgabe {
        display: flex;
        flex-wrap: wrap;
    }
    
    .res_ausgabe h1 {
        flex-basis: 100%;
        text-align: center;
    }
    
    .res_ausgabe .res_bit {
        flex-grow: 1;
    }
    .res_add {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .res_add h2 {
      flex-basis: 100%;
      text-align:center;
    }
    
    .res_add_save {
        flex-basis: 100%;
        text-align: center;
    }
    .res_mod {
      background: #e9e9e9;
      padding: 6px 12px;
      border: 1px solid #ccc;
      border-top: none;
  }
    
    .res_add_inputs, .res_add_select {
        /* flex-grow: 1; */
        margin: 5px 25px;
    }
    
    .res_add_inputs {
        text-align: right;
    }    
  
    