﻿ 
/* Hier kannst du deine eigenen Styles einbauen Falls etwas nicht geändert wird, kannst du diese stile mit !important überschreiben */


/* Newsletter Button formatieren */

#newsSubmitButton:hover {
    background-color: #000;
    color: #fff;
}

#newsSubmitButton {
    padding: 0.5rem;
    background-color: #fff;
    color: #000;
    cursor: pointer;
}

.form-group.newsletter {
  display: inline !important;
}

.newsletter-field {

    border-color: black;
    border-width: 1px;
}



/* Newsletter Bestätigung formatieren */
.php-output-message {
    margin: 3em;
}

.php-confirmation-message {
    margin: 3em;
}

/* Einrichten availability punkte und spaltenbezeichnung */

.main-content.list-view .list-view-head.artworks-list-view {

    grid-template-columns: 1fr 1.2fr 0fr 0fr 0fr 4fr 0.05fr;

}

.main-content.list-view .artworks-list-view-projects .project a {

    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 0fr !important;

}

.main-content.list-view .artworks-list-view-projects .project.artworks.available-yes a:after {
    margin-top: 0.3rem;
}

.main-content.list-view .artworks-list-view-projects .project.artworks.available-yesno a:after {
    margin-top: 0.3rem;
}

.main-content.list-view .artworks-list-view-projects .project.artworks.available-no a:after {
    margin-top: 0.3rem;
}

/* Maus Markierungen Farben */

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #000000;
}

::selection {
  color: #ffffff;
  background: #000000;
}



/* Projekt-Überschrift Größe */
h2 {
    font-size: 2.8rem;

}

 
/* Ränder Projekteinträge einstellen */
.main-project-detail .main-content .project-images {
    margin-top: 1rem;

}

/* Ränder Projekteinträge einstellen */
.project-contents {
    margin-bottom: 1rem;

}

/* Die Hover Images-Absätze haben keine Abstand*/
.hover-img {
    margin-bottom: 0rem;
}

/* Bildbeschreibungen werden hochgerückt*/
figcaption {
    margin-top: -2em;
    margin-bottom: 2em;
	font-size: 0.8rem;
    color: #747474;
}

/* Bildbeschreibungen werden nicht hochgerückt bei projekt-titelbildern*/
.caption-img-container {
    margin-top: 0em;
    margin-bottom: 0em;
}

/* Kein Zeilenumbruch innerhlab Bild und Bildbeschreibung*/
figure {
	display: inline-block;
}

/* Bildergrößen */
 img {
     max-width: 100%;
     max-height: auto;
}
/* Schriftgröße Projekteinträge Detailangaben */
 .project-details {
     font-size: 0.8rem;
     font-style: italic;
}
/* projekt bilder mouse over*/
 .img-container:hover {
     opacity: .7;
     filter: alpha(opacity=70);
     transition: opacity .5s ease-out;
}
 .mb-2:hover {
     opacity: 1;
     filter: alpha(opacity=100);
     transition: opacity 0s ease-out;
}
/* Schriftgröße Projekteinträge Haupttext*/
 .project-contents {
     font-size: 1rem;
}

.project-contents p {
    font-size: 1rem;
}


/* Schriftgrößen im Image Grid und in der Listenansicht Haupttext*/
 p.small {
     font-size: 1rem !important;
}
 .title p{
     font-size: 1rem !important;
     white-space: nowrap;
     overflow: hidden;
}
/*zu lange Stichworte bei liste/images werden abgeschnitten*/
 .keywords p{
     white-space: nowrap !important;
     overflow: hidden !important;
}

 .keywords {
     white-space: nowrap !important;
     overflow: visible !important;
}

/*abstand zwischen zeilen der liste kleiner*/
 .main-content.list-view .list-view-head {
     margin-bottom: 0rem !important;
}
/*listenansicht bei hover kommt border bottom dazu und margin bottom weg damits nicht hüpft*/
 .main-content.list-view .project a:hover {
     border-bottom: 1px solid #747474 !important;
     margin-bottom: -1px !important;
}

.main-content.list-view .artworks-list-view-projects .project a:hover {
    border-bottom: 1px solid #747474 !important;
}


 .main-projects .main-content.list-view .project {
     padding-bottom: 0.5rem !important;
}
 .main-content.list-view .project a {
     padding-bottom: 0.3rem !important;
     margin-bottom: 0rem !important;
     border-bottom: 0px !important;
}
/*links in projekttexten haben unterstrich aber nicht alles links*/
 .main-content a {
     text-decoration: underline !important;
}
 #projects a {
     text-decoration: none !important;
}
 .footer-menu a {
     text-decoration: none !important;
}
/*rahmen um body verändern*/
 .main-projects {
     padding-top: 3rem;
}
 .main-info {
     padding-top: 3rem !important;
}
/*Headermenü, Logo, etc. */
 header {
     border-bottom: 0px;
}
 header nav {
     font-size: 1.5rem;
     padding-top: 2rem;
}
/* Aufklapptexte */
 details {
     padding-bottom: 1rem;
}
 details summary {
     font-size: 1rem;
}
 details summary:hover {
     text-decoration: underline;
}
 details .details-container {
     padding-top: 1rem;
     padding-bottom: 0rem;
}
 details .details-container {
     grid-gap: 1rem;
}
/* Info-Menü Abstände */
 li#distanz-zeichen {
     margin-top: 1rem !important;
     margin-bottom: 1rem !important;
}
/* Potrait klein */
 .portrait {
     max-height:180px;
}
/*Breite Bio Text*/
 .bio {
     max-width: 600px;
}
 