.disabled a,
a.disabled {
    pointer-events: none;
}

a {
    color: #1798A5;
}
a:hover {
    color: #137983;
}

.side-nav li a:not(.button) {
    color: #15848F;
}

.side-nav li a:not(.button):hover {
    color: #15848F;
}

header {
    /*background-color: #D33C44;*/
    /*background-color: #1798A5;*/
    background-color: white;
	color: #ffffff;
    font-size: 30px;
    height: 84px;
    line-height: 64px;
    /*padding: 16px 0px;*/ padding: 10px 0px;
    /* box-shadow: 0px 1px rgba(0, 0, 0, 0.24); */
}

header .header-title {
    padding-left:80px
}

legend {
    color:#15848F;
}

.row {
    max-width: 80rem;
}

.actions.columns {
    margin-top:1rem;
    border-left: 5px solid #15848F;
    padding-left: 15px;
    padding: 32px 20px;
}

.actions.columns h3 {
    color:#15848F;
}

.index table {
    margin-top: 2rem;
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.related table {
    border: 0;
    width: 100%;
    table-layout: fixed;
}

.index table thead {
    height: 3.5rem;
}

.header-help {
    float: right;
    margin-right:2rem;
    margin-top: -80px;
    font-size:16px;
}

.header-help span {
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    white-space: nowrap;
    display: inline-block;
    padding: 0.25rem 0.5rem 0.375rem;
    font-size: 0.8rem;
    background-color: #0097a7;
    color: #FFF;
    border-radius: 1000px;
}

.header-help a {
    color: #fff;
}

ul.pagination li a {
    color: rgba(0, 0 ,0 , 0.54);
}

ul.pagination li.active a {
    background-color: #DCE47E;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
ul.pagination .disabled:hover a {
    background: none;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.paginator p {
    text-align: right;
    color: rgba(0, 0 ,0 , 0.54);
}

.asc:after {
    content: " \2193";
}
.desc:after {
    content: " \2191";
}

button {
    background: #219ba8; /* alte Farbe: #8D6E65*/
}

.form button:hover, .form button:focus {
    background: #2bbe87; /* alte Farbe: #7A6058*/
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.26) !important;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.26);
}

.form .error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.54);
}

.required > label {
    font-weight: bold;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}

select[multiple] {
    min-height:150px;
    background: none;
}
input[type=checkbox],
input[type=radio] {
    margin-right: 0.5em;
}

.date select,
.time select,
.datetime select {
    display: inline;
    width: auto;
    margin-right: 10px;
}

.error label,
.error label.error {
    color: #C3232D;
}

.view h2 {
    color: #6F6F6F;
}

.view .columns.strings {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
}

.view .numbers {
    background-color: #B7E3EC;
    color: #FFF;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right: 0.7rem;
}

.view .columns.dates {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color:#DCE47E;
    color: #fff;
}

.view .columns.booleans {
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-right:0.7rem;
    background-color: #8D6E65;
    color: #fff;
}

.view .strings p {
    border-bottom: 1px solid #eee;
}
.view .numbers .subheader, .view .dates .subheader {
    color:#747474;
}
.view .booleans .subheader {
    color: #E9E9E9
}

.view .texts .columns {
    margin-top:1.2rem;
    border-bottom: 1px solid #eee;
}

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0 ,0 , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}


/* die Groesse des Feldes zwischen Logo und Grafik wird hier verstellt und eingestellt */
.home header {
    width: 100%;
	/*height: 70%;*/
    height: 100px;
    position: relative;
    display: table;
    margin-bottom: 70px;        /* alter Wert: 50px*/
    margin-top: 45px;           /* alter Wert: 50px;*/
}

.home h1 {
    font-family: "Gill Sans MT", Calibri, sans-serif;
}

.home header .header-image {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.home header h1 {
    color: #fff;
}

#content {
    padding-top: 2em;
    margin: 0 auto;
    width: 95%;
}

.checks {
    padding:30px;
    color: #626262;
    background-color: #B7E3EC;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin-bottom: 2em;
}

.checks h4 {
    margin-bottom: 1.5rem;
}

.checks hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.home .checks.ctp-warning {
    color: black;
    background-color: #ffc600;
}

.home .checks.url-rewriting {
    background-color: #F0F0F0;
    display: none;
}

.checks .success,
.checks .problem {
    margin-left: 10px;
}
.checks .success:before,
.checks .problem:before {
    line-height: 0px;
    font-size: 28px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
}

.checks .success:before {
    content: "✓";
    color: green;
    margin-right: 9px;
}

.checks .problem:before {
    content: "✘";
    color: red;
    margin-right: 9px;
}

.top-bar.expanded .title-area {
    background: #01545b;
}

.top-bar.expanded, .top-bar,.top-bar-section ul li,.top-bar-section li:not(.has-form) a:not(.button) {
    background: #116d76;
}

.top-bar-section li:not(.has-form) a:not(.button)/*:hover*/ {
    /*background-color: #308e97;*/
    /*background: #308e97;*/
}

.side-nav li.heading {
    color: #1798A5;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0.4375rem 0.875rem;
}

#actions-sidebar {
    background: #f5f5f5; /*#fafafa*/
}

.index table {
    margin-top: 0rem;
    border: 0;
}

table {
    background: #fff;
    margin-bottom: 1.25rem;
    border: none;
    table-layout: fixed;
    width: 100%;
}

table thead {
    background: none;
}

table tr {
    border-bottom: 1px solid #ebebec;
}

table thead tr {
    border-bottom: 1px solid #1798A5;
}

table tr th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #777777;
    /*color: #1798A5;*/
    text-align: left;
    border-bottom: 2px solid #1798A5;
    font-family: "Lucida Console", Monaco, monospace;
    text-transform: uppercase;
    font-weight: normal;
}

table tr:nth-of-type(even) {
    background: none;
}

fieldset {
    border: none;
    padding: 0; /*padding: 1.25rem;*/
    margin: 0 0; /*margin: 1.125rem 0;*/
}

fieldset legend {
    border-bottom: 2px solid #1798A5;
    width: 100%;
    line-height: 2rem;
}

fieldset table {
    margin-bottom: 0;
}

.form button[type="submit"] {
    float: right;
    text-transform: uppercase;
    box-shadow: none;
}

.form button:hover, .form button:focus {
    background: #1ea3af;
    box-shadow: none;
}

button {
    background: #219ba8;
}

div.message {
    text-align: center;
    cursor: pointer;
    display: block;
    font-weight: normal;
    padding: 0 1.5rem 0 1.5rem;
    transition: height 300ms ease-out 0s;
    background-color: #a0d3e8;
    color: #626262;
    top: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    height: 50px;
    line-height: 2.5em;
    box-radius: 5px;
}

div.message:before {
    line-height: 0px;
    font-size: 20px;
    height: 12px;
    width: 12px;
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    left: -11px;
    background-color: #FFF;
    padding: 12px 14px 12px 10px;
    content: "i";
    color: #a0d3e8;
}

div.message.error {
    background-color: #C3232D;
    color: #FFF;
}

div.message.error:before {
    padding: 11px 16px 14px 7px;
    color: #C3232D;
    content: "x";
}
div.message.hidden {
    height: 0;
}

div.loginright {
    position: absolute;
    top: 0;
    right: 0;
}
.graph {
    /*background-image: url("http://artxpertise.com/img/graph.svg");
    background-repeat: no-repeat;
    background-position: top center;*/
    z-index: 0;
    display: block;
    width: 100%;
    height: auto;
}
.graphbox {
    /*background-image: url("http://artxpertise.com/img/graph.svg");
    background-repeat: no-repeat;
    background-position: top center;*/
    display: block;
    width: 100%;
    height: auto;
}

/* diese div beinhaltet den footer: dieser soll nicht sichtbar sein, ehe man auf die Grafik klickt */
div.footer_text{ /* text im footer soll zentral stehen */
    text-align: center;
    display: block;
    margin-top: 1.6%;
}

#inline_{ /* id=inline in home.ctp: damit die Links im footer nebeneinander stehen */
    display: inline;
    padding-right: 50px;
    padding-left: 50px;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 15px;
    text-decoration: none;
}


/*
    Inhalt aus dem Inet. https://www.textfixer.com/tutorials/html-search-box.php
*/

#tfnewsearch {
    /*padding:20px;*/
    width: 40%;
    margin-left: 25%;
    margin-bottom: 120px;   /* 85px; */
    -webkit-box-shadow: 7px 7px 9px -6px rgba(33,179,192,0.7);
    -moz-box-shadow: 7px 7px 9px -6px rgba(33,179,192,0.7);
    box-shadow: 7px 7px 9px -6px rgba(33,179,192,0.7);
}
#erwSuche{
    width: 100px;
    height: 40px;
    float: left;
    text-align: center;
    font-weight: bold;
    border: thin solid lightgrey;
    -webkit-box-shadow: 7px 7px 9px -6px rgba(33,179,192,0.7);
    -moz-box-shadow: 7px 7px 9px -6px rgba(33,179,192,0.7);
    box-shadow: 7px 7px 9px -6px rgba(33,179,192,0.7);
}
#erwSuche:hover{
    background-color: #e6f2ff;
}
#erweiterteSucheButtonDiv{
    width: 250px;
    float: right;
    padding-right: 34%;
}
#tfq{
    height: 40px;
    border-color: lightgrey;
}
::placeholder{
    color: black;
}

/*
    advanced Search section ------------------------------------------------------------------------------------------->
 */

.advanced_search_box{
    display: block;
    height: 450px;
    width: 100%;
}
#tfnewsearch2 {
    /*padding:20px;*/
    width: 40.3%;
    margin-left: 31%;
    margin-bottom: 120px;   /* 85px; */
    -webkit-box-shadow: 7px 7px 9px -6px rgba(33,179,192,0.7);
    -moz-box-shadow: 7px 7px 9px -6px rgba(33,179,192,0.7);
    box-shadow: 7px 7px 9px -6px rgba(33,179,192,0.7);
}
#linkerBlock{
    width: 250px;
    float: left;
    padding-left: 25%;
}
#erwSuche2{
    width: 100px;
    height: 40px;
    float: left;
    text-align: center;
    font-weight: bold;
    border: thin solid lightgrey;
    -webkit-box-shadow: 7px 7px 9px -6px rgba(33,179,192,0.7);
    -moz-box-shadow: 7px 7px 9px -6px rgba(33,179,192,0.7);
    box-shadow: 7px 7px 9px -6px rgba(33,179,192,0.7);
}
#erwSuche2:hover{
    background-color: #e6f2ff;
}
#searchfield_gross{
    height: 10%;
    width:50%;
    float: left;
    display: inline-block;
}
#searchfield_klein{
    height: 10%;
    width:25%;
    float: left;
    display: inline-block;
}
/*
    advanced Search section Ende--------------------------------------------------------------------------------------->
 */

.oval {
    transition: .5s ease;
    width: 10%;
    height: 7%;
    background: #f1a899;
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
    opacity: 0.3;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    mix-blend-mode: multiply;
    z-index: 1;
}
.oval:hover{
    opacity: 0.5;
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
    mix-blend-mode: multiply;
}
/* .blindlink ist eine <div> in der die unsichtbare Grafik für die Links eingebettet ist */
.blindlink{ /* .blindlink hat unsichtbare Grafik, die für die groesseren Tabellen wie publications und artist_rankings ist */
     opacity: 0.5;   /* da z-index: 1 --> würde es trotz Durchsichtbarkein die Sitemap ueberdercken, die den z-index:1 besitzt */
     width: 9%;
     height: 3.3%;
     z-index:1;
}
.blindlink_mittel{ /* .blindlink hat unsichtbare Grafik, die für die groesseren Tabellen wie publications und artist_rankings ist */
    opacity: 0.5;   /* da z-index: 1 --> würde es trotz durchsichtbarkein die Sitemap ueberdercken, die den z-index:1 besitzt */
    width: 7.3%;
    height: 3.6%;
    z-index:1;
}
.blindlink_kleiner{ /* .blindlink hat unsichtbare Grafik, die für die groesseren Tabellen wie publications und artist_rankings ist */
     opacity: 0.5;   /* da z-index: 1 --> würde es trotz durchsichtbarkein die Sitemap ueberdercken, die den z-index:1 besitzt */
     width: 6.5%;
     height: 3.6%;
     z-index:1;
}
.blindlink_groesser{ /* .blindlink hat unsichtbare Grafik, die für die groesseren Tabellen wie publications und artist_rankings ist */
    opacity: 0.5;   /* da z-index: 1 --> würde es trotz durchsichtbarkein die Sitemap ueberdercken, die den z-index:1 besitzt */
    width: 12.5%;
    height: 3.6%;
    z-index:1;
}
img.middlelink { /* kleinere unsichtbare Box z.B. fuer actors */
    position: absolute; /* zentrieren */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Zentrierung bezieht sich auf obere linke Ecke des Bildes, Korrektur der Position */
    -ms-transform: translate(-50%, -50%);
    width: 90%;
    height: 80%;
    border-radius: 20px;
}

.vertical-table th {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #777777;
    /*color: #1798A5;*/
    border: none;
    text-align: left;
    font-family: "Lucida Console", Monaco, monospace;
    text-transform: uppercase;
    font-weight: normal;
    width: 200px;
}

.vertical-table {
    vertical-align: middle;
}

.vertical-table td {
    text-align: left;
}

.content {
    padding: 2rem;
}

/* Use 'one true layout' methods to get equal height columns */
.container {
    overflow: hidden;
    min-height: 92%; /* full height almost always (edit: guter Wert war auch: 67%)*/
}

/* Force equal height by overflowing */
.content,
#actions-sidebar {
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
@media(max-width: 640px) {
    #actions-sidebar {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
}

.content h3 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
}

.content h4 {
    color: #be140b;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #be140b;
}

.content .related h4 {
    color: #4d8f97;
    padding-bottom: 0.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 0px;
}


/*  -----------------  */


#navi_block {
    width: 160px;
    float: left;
}
ul {
   /* margin-top:0px;*/
}
li {
    /*margin-bottom:5px;*/
    /*margin-top:5px;*/
}
#navi {
    width:155px;
}
#navi ul {
    margin:0px;
    padding:0px;
    background-color: #EFFEED;
}
#navi li {
    list-style: none;
}
ul.top-level {
    background:white;
}
ul.top-level li {
    margin-bottom: 0px;
    margin-top: 0px;
}
#navi a {
    /*color: #008A00;*/
    /*cursor: pointer;*/
    display:block;
    min-height:20px;
    line-height: 20px;
    text-decoration:none;
    padding-left: 5px;
    padding-right: 5px;
}
#navi a:hover {
    text-decoration:underline;
}
#navi li:hover {
    background: #E9E9E9; /* hellgrau */
    position: relative;
}
ul.sub-level {
    display: none;
    -moz-box-shadow:    5px 5px 6px #999;
    -webkit-box-shadow: 5px 5px 6px #999;
    box-shadow:         5px 5px 6px #999;
    width:180px;
}
li.subh {
    background: lightgray;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2em; /*11pt;*/
    font-weight: 600;
    color:White;

}
#navi li.subh:hover {
    background: lightgray;
}

.linksub {
    background-position: right;
    background-repeat: no-repeat;
}

li:hover .sub-level {
    background: White;
    /*border: 1px solid #009F00;*/
    display: block;
    position: absolute;
    z-index: 99;
    left: -5px;
    top: -5px;
}
.myTableNav{
    background-color:#EFFEED;
}

/* Ergebnisliste von Hauptseitensuche */
.myResultSet{
	display: block;
	margin: auto;
	padding-left: 20%;
	padding-right: 20%;
	
}

/* fuer Newsletter sign in Formular */
.newsletterformular{
    position: relative;
    display: block;
    height: 450px;
    width: 100%;
}
.newsletterformular_tf{
    float: left;
}
