/*
 Theme Name:   PEN Child
 Description:  Child Theme PEN
 Author:       oNET (Support-Ticketsystem)
 Author URI:   https://support.otto-live.de
 Template:     pen
 Version:      1.0
 Text Domain:  pen-child
*/

/* Anpassungen oNET: */


/* -------------------------------------------------------- */
/* ALLGEMEIN:                                               */
/* Bearbeiten-Link von allen Seiten entfernen               */
/* -------------------------------------------------------- */
/* .edit-link { display: none; }                            */
/*  INFO: Coding ist im Custom-CSS des aktiven Themes       */
/*        eingetragen, da es über die style.css nicht       */
/*        funktioniert!                                     */
/* -------------------------------------------------------- */


/* -------------------------------------------------------- */
/* WATS:                                                    */
/* Feld "Status" in "neues Ticket erstellen" ausblenden     */
/* -------------------------------------------------------- */
.wats_select_ticket_status_frontend {
    display:none;
}


/* -------------------------------------------------------- */
/* TML:                                                     */
/* Theme my login zentrieren                                */
/* -------------------------------------------------------- */
#theme-my-login {
    margin-left: auto;
    margin-right: auto;
}


/* -------------------------------------------------------- */
/* FONTS:                                                   */
/* GoogleFonts (Schriftarten) lokal einbinden               */
/* Schriftartendownload unter:                              */
/* https://google-webfonts-helper.herokuapp.com/fonts       */
/* -------------------------------------------------------- */

/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}








