/* LISTEN BODY */
        #pairview_lists {
            width: 100%;
            display: flex;
            gap: 10px;
            justify-content: space-between;
            align-items: flex-start;
        }
        
        #pairview_lists .pairview_lists-body {
            width: 100%;
            box-sizing: border-box;
        }
        
        #pairview_lists .pairview_lists-body .pairview_lists-headline {
            height: 50px;
            width: 100%;
            font-size: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-weight: 700;
            text-transform: uppercase;
            background: #0066a2 url(../../../images/thead.png) top left repeat-x;
            color: #ffffff;
            font-family: Tahoma, Verdana, Arial, Sans-Serif;
            letter-spacing: 1px;
        }
        
        #pairview_lists .pairview_lists-body .pairview_lists-list,
        #pairview_lists .pairview_lists-body .pairview_lists-description {
            text-align: justify;
            line-height: 180%;
            padding: 20px 40px;
        }
        
        
        #pairview_lists .pairview_lists-body .pairview_lists-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            gap: 20px;
        }
        
        .pairview {
            width: 49%;
        }
        
        .pairview_cathead {
            text-transform: uppercase;
            text-align: center;
            box-sizing: border-box;
            font-family: Tahoma, Verdana, Arial, Sans-Serif;
            letter-spacing: 1px;
            font-size: 25px;
            padding: 5px;   
            background: #0f0f0f url(../../../images/tcat.png) repeat-x;
            color: #fff;
            border-top: 1px solid #444;
            border-bottom: 1px solid #000;
        }
        
        .pairview_pairbit {
            display: flex;
            margin: 5px 0;
            align-items: center;
            justify-content: space-between;
            align-content: center;
        }
        
        .pairpartner {
            background: #0066a2 url(../../../images/thead.png) top left repeat-x;
        }
        
        .pairpic {
            width: 100px;
            height: 100px;
            border: 2px solid;
            border-color: #0066a2;
        }
        
        .pairbit_infos {
            display: flex;
            flex-wrap: wrap;
            align-content: center;
            align-items: center;
            justify-content: center;
        }
        
        .pairbit_infos:before {
            font-family: Tahoma, Verdana, Arial, Sans-Serif;
            content: "&";
            opacity: 0.3;
            font-size: 100px;
            position: absolute;
            color:#0f0f0f;
            text-transform: uppercase;
        }
        
        .pairbit_name {
            font-family: Tahoma, Verdana, Arial, Sans-Serif;
            letter-spacing: 1px;
            font-size: 15px;
            width: 100%;
            text-align: center;
            z-index: 2;
        }
        
        .pairbit_name a:link,
        .pairbit_name a:visited,
        .pairbit_name a:active,
        .pairbit_name a:hover {
            color: #0072BC;
            text-decoration: none;
        }
        
        .pairbit_options {
            z-index: 2;
        }
        
        .pairbit_options a:link,
        .pairbit_options a:visited,
        .pairbit_options a:active,
        .pairbit_options a:hover {
            color: #0072BC;
            text-decoration: none;
        }
        
        /* HINZUFUEGN */
        
        .pairviewAdd {
            background: #fff;
            width: 100%;
            margin: auto auto;
            border: 1px solid #ccc;
            /* padding: 1px; */
            display: flex;
            flex-wrap: nowrap;
            align-items: flex-start;
            border-bottom: none;
        }
        
        .pairviewAdd_bit {
            width: 34%;
        }
        
        .pairviewAdd_headline {
            background: #0f0f0f url(../../../images/tcat.png) repeat-x;
            color: #fff;
            border-top: 1px solid #444;
            border-bottom: 1px solid #000;
            padding: 6px;
            font-size: 12px;
        }
        
        .pairviewAdd_trow {
            background: #efefef;
            border: 1px solid;
            border-color: #fff #ddd #ddd #fff;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            height: 90px;
        }
        
        .pairviewAdd_iconsize {
            width: 100%;
            text-align: center;
            font-size: 11px;
        }
        
        .pairviewAdd_own {
            height: 25px;
            color: #333;
            border: none;
            margin: 5px;
            font-size: 17px;
            outline: 0;
            width: 100%;
            text-align: center;
            box-sizing: border-box;
            padding-top: 3px;
        }
        
        .pairviewAdd_button {
            text-align: center;
            background: #efefef;
            border: 1px solid;
            width: 100%;
            margin: auto auto;
            border: 1px solid #ccc;
            border-top: none;
            padding: 10px 0;
        }
        
        /* BEARBEITEN */
        
        
        .pairviewEdit {
            background: #fff;
            width: 100%;
            margin: auto auto;
            border: 1px solid #ccc;
            border-top: none;
            display: flex;
            flex-wrap: nowrap;
            align-items: flex-start;
            border-bottom: none;
        }
        
        .pairviewEdit_bit {
            width: 34%;
        }
        
        .pairviewEdit_headline {
            background: #0f0f0f url(../../../images/tcat.png) repeat-x;
            color: #fff;
            border-top: 1px solid #444;
            border-bottom: 1px solid #000;
            padding: 6px;
            font-size: 12px;
        }
        
        .pairviewEdit_trow {
            background: #efefef;
            border: 1px solid;
            border-color: #fff #ddd #ddd #fff;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            height: 125px;
            gap: 10px;
        }
        
        .pairviewEdit_avatar {
            width: 30%;
            text-align: center;
        }
        
        .pairviewEdit_avatar img {
            width: 100px;
            height: 100px;
            border: 2px solid;
            border-color: #0066a2;
        }
        
        .pairviewEdit_infos {
            width: 67%;
            text-align: center;
        }
        
        .pairviewEdit_infos input[type="file"] {
            width: 100%;
        }
        
        .pairviewEdit_infos input.textbox {
            width: 90%;
        }
        
        .pairviewEdit_iconsize {
            width: 100%;
            text-align: center;
            font-size: 11px;
        }
        
        .pairviewEdit_name {
            color: #333;
            border: none;
            margin: 5px 0 10px;
            font-size: 20px;
            outline: 0;
            width: 100%;
            text-align: center;
            box-sizing: border-box;
        }
        
        .pairviewEdit_button {
            text-align: center;
            background: #efefef;
            border: 1px solid;
            width: 100%;
            margin: auto auto;
            border: 1px solid #ccc;
            border-top: none;
            padding: 10px 0;
        }