#col1_content .a_content {
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px 3px #FFFFFF;
}

#col2_content .a_content {
    color: white;
    margin-left: 5px;
}

.a_image_box .a_image_caption {
    color: black;
    font-size: 0.7em;
}

.a_content {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0.1em;
    font-family: asap;
    font-size: 0.9em;
    line-height: 1.5em;
}

.a_content_highlight {
    border: 2px solid rgba(0,20,150,0.1);
    padding: 1em;
    box-shadow: inset 5px 5px 100px 10px rgba(100,120,250,0.1) !important;
    border-radius: 5px;
    margin-bottom: 1em;
}

#col2_content .a_table {
    color: white;
    font-weight: bold;
    font-family: asapbold;
}

#col1_content td.form-value {
    width: 80%;
}

.a_link_int, .a_link_ext {
    text-decoration: underline;
}

.a_link_int:hover, .a_link_ext:hover {
    color: #d7001c;
    background: rgba(255,255,255,0.2);
    box-shadow: 0 0 6px 6px rgba(255,255,255,0.2);
    text-decoration: none;
}

/* paginator */
.a_paginator_wrapper {
    width: 100%;
    font-family: tinet;
    font-size: 1.2em;
}

.a_paginator{
    margin: auto;
}

#col1_content .a_paginator a {
    color:black;
}

#col2_content .a_paginator a {
    color:white;
}

.a_paginator td {
    padding: 0.3em;
}

.a_paginator .active {
    text-shadow: 1px 1px red;
}

.a_paginator a:hover {
    color: red;
}

/* --- */

.a_episode_info {
    background: rgba(150, 150, 255, 0.5);
    padding: 1.5em;
    -moz-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -webkit-transform: rotate(-1deg) translate3d( 0, 0, 0);
    transform: rotate(-1deg);
}

.a_episode_info .a_content {
    background: transparent;
    box-shadow: none;
}

.a_form {
    font-family: asap;
    font-size: 0.9em;
}

.a_form td {
    border-color: transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
}

.a_form tr td:first-child {
    font-family: asapbold;
    vertical-align: top;
}

.a_form table {
    width: 100%;
}

#col2_content .a_form table {
    width: 95%;
    margin-left: 0.4em;
}

.a_form input, .a_form textarea {
    width: 99%;
    font-family: asapbold_italic;
    font-size: 1em;
    background: rgba(220,220,255,0.5);
    border: 1px inset #333333;
    border-radius: 3px;
    padding: 0.2em;
    box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#col2_content .a_form input, #col2_content .a_form textarea {
    color: white;
}

.a_form img {
    border: 1px inset black;
    border-radius: 3px;
    margin-bottom: 0.8em;
    width: 100%;
    box-shadow: 5px 5px 10px 1px rgba(0,0,0,0.2);
}

.a_header {
    font-family: asap;
    font-weight: bold;
    font-size: 1em;
    margin-top: 0.8em;
    margin-bottom: -0.5em;
    text-align: center;
    text-shadow: 1px 1px 8px lightgrey;
}

.a_bold {
    font-family: asapbold;
}

.a_italic {
    font-style: italic;
}

.a_center {
    text-align: center;
}

.a_cit {
    font-family: asapitalic;
}

.a_spacer_bot {
    height: 1.5em;
    width: 100%;
}

.a_list {
    display:block;
    list-style: circle;
    padding-left: 2em;
    list-style-type: disc;
}

.a_list_decimal {
    list-style-type: decimal;
}

.a_list li {
    margin-bottom: 0.3em;
}

.a_map_container {
    border: 1px solid #d3d3d3;
    box-shadow: 0px 0px 2px 2px #a3a3a3;
    background: #d3d3d3;
    margin-left: 8px;
}

.a_image_box {
    background: #d3d3d3;
    background: linear-gradient(-35deg, #e3e3e3, white, #e3e3e3);
    border: 1px solid black;
    border-radius: 3px;
    -webkit-box-shadow: 10px 10px 10px -10px rgba(5,0,105,1);
    -moz-box-shadow: 10px 10px 10px -10px rgba(5,0,105,1);
    box-shadow: 10px 10px 10px -10px rgba(5,0,105,1);
    font-style: italic;
    margin: 1.2em;
    margin-bottom: 1em;
    height: 100%;
}

.a_tooltip_body {
    max-height: 500px !important;
    max-width: 500px !important;
    overflow: auto !important;
}

.a_tooltip_img {
    max-width: 100%;
    max-height: 500px;
}

/* Person styles */

.p_headline {
    font-weight: bold;
    font-size: 0.9em;
    margin-bottom: 1.2em;
}

.p_container {
    margin-top: 2em;
    margin-bottom: 1em;
    width: 100%;
}

.p_box {
    float: left;
    height: 100%;
    border: 1px solid grey;
    border-radius: 3px;
    background: #d3d3d3;
    background: linear-gradient(-35deg, #e3e3e3, white, #e3e3e3);
    -webkit-box-shadow: 10px 10px 50px 0px rgba(150,100,50,0.2), 10px 10px 10px -10px rgba(10,10,255,1);
    -moz-box-shadow: 10px 10px 50px 0px rgba(150,100,50,0.2), 10px 10px 10px -10px rgba(10,10,255,1);
    box-shadow: 10px 10px 50px 0px rgba(150,100,50,0.2), 10px 10px 10px -10px rgba(10,10,255,1);
    transform: rotate(2deg);
    margin-left: 0.2em;
    margin-right: 1.9em;
    margin-bottom: 2.2em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}

.p_box:not(.p_clickable) {
    cursor:not-allowed;
}

.p_overlay {
    /*
    float:left;
    height: 100%;
    opacity: 0.5;
    background: #d3d3d3;
    background: linear-gradient(-35deg, #e3e3e3, red, #e3e3e3);
    */
}

.p_image {
    margin-left: auto;
    margin-right: auto;
    border: 1px double black;
    border-radius: 3px;
}

.p_name {
    font-size: 0.7em;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-top: 0.5em;
    line-height: 1.3em;
}

.p_clickable:hover {
    cursor: pointer;
    position: relative;
    top: 1px;
    left: 1px;
    -webkit-box-shadow: 5px 5px 30px 0px rgba(150,100,50,0.4), 10px 10px 10px -10px rgba(10,10,255,1);
    -moz-box-shadow: 5px 5px 30px 0px rgba(150,100,50,0.4), 10px 10px 10px -10px rgba(10,10,255,1);
    box-shadow: 5px 5px 30px 0px rgba(150,100,50,0.4), 10px 10px 10px -10px rgba(10,10,255,1);
}

.p_newline_bar {
    width: 100%;
    height: 1px;
    clear: both;
}

/* passbild bei person-info */
#p_logo.p_box {
    float: right;
    transform: rotate(3deg);
    border: 1px solid black;
    margin: 0.8em;
    margin-top: 2.5em;
    margin-bottom: 1.5em;
    padding: 0.4em;
    text-align: center;
    z-index: 300;
}

#p_logo.p_box::after {
    clear: both;
}

#p_logo.p_box:not(.p_clickable) {
    cursor:initial;
}


/* Playlist styles */

.playlist {
}

.playlist table {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 0.85em;
    font-family: asap;
}

.playlist p {
    font-weight: bold;
    margin: 1em;
}

.playlist th {
    font-weight: bold;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}

.playlist th, .playlist td {
    border-radius: 3px;
    padding: 0.5em;
    padding-bottom: 0.3em;
    padding-top: 0.3em;
    border-right: 1px solid grey;
    border-bottom: 1px solid grey;
}

.playlist tr:nth-child(2n) {
    background: linear-gradient(-25deg, rgba(225,225,225,0.5), rgba(255,255,0,0.5), rgba(225,225,225,0.5));
}

.playlist tr:nth-child(2n+1) {
    background: linear-gradient(-25deg, rgba(225,225,225,0.5), rgba(255,165,0,0.5), rgba(225,225,225,0.5));
}

/* Tags */
.tag_container {
    overflow: hidden;
    padding: 5px;
    margin-bottom: 0.5em;
    width: 100%;
}

.tag {
    float: left;
    font-family: asapbold;
    font-size: 0.8em;
    border: 1px solid black;
    border-radius: 3px;
    box-shadow: 2px 2px grey;
    background: linear-gradient(-45deg, orange, yellow);
    padding: 0.4em;
    margin-right: 1em;
    text-align: center;
    transform: rotate(2deg);
}

/* Link-Liste in rechter Splate */
.link_list_table {
    width: 95%;
    border-spacing: 0px;
    margin-top: 0.5em;
    margin-left: 0.4em;
    margin-right: 0.4em;
    font-family: asapbold;
    font-size: 0.85em;
    color: white;
}

.link_list_table td {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-style: solid none solid none;
}

.link_list_table tr td:first-child {
    border-right: 1em;
    border-right-color: transparent;
    border-style: none solid none none;
    white-space: nowrap;
}

.link_list_table tr td:not(:first-child) {
    min-width: 90%;
}

.link_list_table tr:nth-child(odd) td {
    border-bottom: 1px dotted #d7001c;
}

.link_list_table .a_link_int {
    text-decoration: none;
}

/* Photo strip */
#photo_strip_table {
    position: absolute;
    top: -20px;
    left: -20px;
    border-spacing: 20px;
}

#photo_strip_table td {
    width: 140px;
    height: 140px;
    margin: auto;
    padding: 4px;
    border: 2px solid #f5f5f5;
    border-radius: 3px;
    background-color: #000000;
    box-shadow: 0 0 20px 1px #606060;
    vertical-align: middle !important;
    text-align: center;
}

.photo_strip_pic {
    margin: auto;
}

.ps_tooltip_pic {
    width: 100%;
    text-align: center;
}

.ps_tooltip_pic img {
    margin: auto;
    border: 1px solid #3e3e3e;
}

.ps_tooltip_title {
    font-family: asapbold;
    font-weight: normal;
    text-align: center;
    margin-top: -0.3em;
    margin-bottom: 0.3em;
}

.ps_tooltip_text {
    font-family: asap;
    font-weight: 200;
    text-align: justify;
    margin-top: 0.2em;
}