/*
 Theme Name:   Axios Child
 Theme URI:    https://demo.rstheme.com/wordpress/axios/
 Description:  Axios Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     axios
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

body{
	font-family: "liebling" sans-serif !important;
}

.keinlink{
pointer-events: none; /* Verhindert alle Klick-Ereignisse */
    cursor: default; /* Ändert den Mauszeiger zu einem Standard-Cursor */
	
	}

.prelements-heading .title-inner span.sub-text{
	text-transform: none !important;
}

.maxbreite {
    max-width: 2000px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.fullscreen .referenzen .sub-arrow .e-font-icon-svg {
	display: none !important;
}

.gform_next_button, .gform_previous_button, #gform_submit_button_1 {
font-weight: bold !important;
    font-size: 20px !important;
  position: relative !important;
  border: 2px solid #212121!important;
    border-radius: 30px !important;
  text-decoration: none !important !important;
    background-color: #fff !important;
    color: #212121 !important;
    padding-top: 15px !important;
}

.gf_progressbar_wrapper {
    margin-bottom: 50px !important;
}


.gform_wrapper .gf_progressbar {
    background-color: #ccc !important;
}

.gf_progressbar_title {
    font-weight: normal !important;
    font-size: 15px !important;
}

legend.gfield_label.gform-field-label {
    font-size: 40px !important;
    line-height: 45px !important;
    font-weight: 700 !important;
    padding-top: 10px !important;
    padding-bottom: 10px;
}

.gform-field-label--type-inline {
    margin-top: 5px !important;
    margin-bottom: 5px;
}

.gform-field-label--type-inline::before {
    margin-top: -5px !important;
}

.gform_page_footer {
    margin-top: 50px !important;
}

.ginput_container {
    font-size: 12px !important;
}

.ginput_container_textarea {
    border: 2px solid #212121 !important;
    box-shadow: none !important;
}

/* Fokus-Styling für alle relevanten Eingabefelder in Gravity Forms */
.gform_wrapper input[type="text"]:focus,
.gform_wrapper input[type="email"]:focus,
.gform_wrapper input[type="url"]:focus,
.gform_wrapper input[type="tel"]:focus,
.gform_wrapper input[type="number"]:focus,
.gform_wrapper input[type="password"]:focus,
.gform_wrapper textarea:focus,
.gform_wrapper select:focus {
    outline: none; /* Entfernt den Standardrahmen */
    border-color: none !important; /* Grüner Rahmen */
    box-shadow: 0 0 0px !important; /* Optional: Grüner Schimmer */
}

/* Hover- und Fokus-Styling für Buttons */
.gform_wrapper input[type="submit"]:hover,
.gform_wrapper input[type="button"]:hover,
.gform_wrapper button:hover,
.gform_wrapper input[type="submit"]:focus,
.gform_wrapper input[type="button"]:focus,
.gform_wrapper button:focus {
 outline: none; /* Entfernt den Standardrahmen */
    border-color: none !important; /* Grüner Rahmen */
    box-shadow: 0 0 0px !important; /* Optional: Grüner Schimmer */

}




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

/* SHOTLIST CSS */


.headline-szene {
    font-size: 28px;
    font-weight: bold;
    float:left;
    margin-top: 5px;
    width: 100%;
    margin-top: 30px;
    color: #000;
}



.szene {
    font-size: 12px;
    font-weight: normal;
    padding: 5px;
    margin-top: 10px;
    color: #ccc;
 
}

.aufnahme {
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    color: #000;
}

.anmerkung {
    font-size: 13px;
    line-height: 16px;
    font-weight: normal;
    margin-top: 10px;
}

.stext {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    color:#000;
}

.text {
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
}

.darsteller {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    background: #f4f4f4;
}


.csv-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    padding: 20px;
    font-family: 'liebling' !important;
}

/* Einzelne Karten */
.csv-item {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.2s ease-in-out;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    font-family: 'liebling' !important;
}

.csv-item:hover {
    transform: scale(1.05);
}

/* Bildbereich der Karte */
.csv-image {
    background-size: contain;
    background-position: center;
    height: 200px;
}

/* Titel der Karte */
.csv-item h2 {
    font-size: 1.5em;
    color: #333;
    margin: 15px 0 10px;
}

/* Beschreibungstext der Karte */
.csv-item p {
    font-size: 1em;
    color: #666;
    padding: 0 15px 15px;
    flex-grow: 1;
}

/* Stil für deaktivierte Elemente */
.csv-item.deaktiviert,
.csv-row.deaktiviert {
    opacity: 0.3;
       font-family: 'liebling' !important;
}

.csv-item.deaktiviert * {
    color: gray;
}

/* Standardmäßig Rasteransicht anzeigen */
#csv-container {
    display: flex;
    flex-wrap: wrap;
       font-family: 'liebling' !important;
}

.ansicht-wechsel {
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: 'liebling';
}

.ansicht-wechsel a:hover {
    color: #666;
    font-weight: bold;
}

.ansicht-wechsel a {
    color: #000;
    font-weight: bold;
}

.ansicht-wechsel a:hover {
    color: #666;
    font-weight: bold;
}


.csv-item {
    width: 20%;
    margin: 1%;
}

/* Tabellenansicht ausblenden */
.csv-row {
    display: none;
}

/* Wenn Tabellenansicht aktiv ist */
#csv-container.tabellenansicht {
    display: block;
       font-family: 'liebling' !important;
}

#csv-container.tabellenansicht .csv-item {
    display: none;
}

#csv-container.tabellenansicht .csv-row {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
}

.done-button {
    margin-top: 20px;
    text-align: right;
    font-size: 20px;
    border: 0px solid #666;
    cursor: pointer;
    color: #000;
   background-color: transparent;
    padding-left: 10px;
    padding-right: 10px;
}

.done-button-zeile {
    margin-top: 0px;
    text-align: left;
    font-size: 20px;
    border: 0px solid #666;
    cursor: pointer;
    color: #000;
     padding-left: 10px;
    padding-right: 10px;
   background-color: transparent;
}

.done-button:hover {
    color: #ccc;
   background-color: transparent;
}

button {
    padding: 0;
    margin: 0;
}

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