
/* CSS fuer solnet.ch 
** Diese Datei existiert nur zum Editieren. Nach jeder Aenderung
** muss solnet-min.css in diesem Verzeichnis aktualisiert werden.
** Script: solnet/bin/css-minify.pl infile outfile
*/

/* Spacer am Seitenbeginn */
.pagebeginspacer {
  /* Das ist hier einfach so: 10px Abstand vor dem ersten Element, dem Logo */  
  padding: 0px; margin: 0px;
  height: 20px;  
}

/* Officina Font - werden nur fuer Produktelabels verwendet */
@font-face {
  font-family: solofficina;
  src: url(/ttf/Offi_.ttf);
  font-weight: normal;
}
@font-face {
  font-family: solofficina;
  src: url(/ttf/Offi_b.ttf);
  font-weight: bold;
}

/* Text in Officina */
.ocina {
  font-family: solofficina;
  font-weight: bold;
  font-size: 1.2em
}

/* Set Font Base Size */
body {
  font-size: 1.0em;
  background-color: #fff;
  /* Kopiert von BS45 */
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",
  	Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,
  	"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

/* Tweak Title sizes */
h1 { font-size: 1.8rem; }
h2 { font-size: 1.4rem; }
h3 { font-size: 1.15rem; }

/* Roter Hintergrund - wird im Navbar verwendet */
.bg-solnetred {
  background-color: #f00 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.bgwhite {
  background: #fff;
}

/* Linkfarbe */
a { color: red; text-decoration: none; }
a:hover { color: #aa0000; text-decoration: underline; }

td a {
  color: red;
  text-decoration: none;
}

td a:hover {
  color: red; text-decoration: none;
  text-decoration: underline;
}

h2 a { color: black; text-decoration: none; }
h2 a:hover { color: black; text-decoration: underline; }

.footerlink {
  color: #333; text-decoration: none;
}
.footerlink:hover {
	color: #000; 
	text-decoration: underline;
}


/* Tooltip Links mit gestrichelter Linie */
.tooltiplink {
	color: black;
	border-bottom: 1px dotted black;
	text-decoration: none;
}
.tooltiplink:hover { color: black; text-decoration: none; }
.tooltiplink:visited { color: black; text-decoration: none; }


/* HR Trennlinie ist ...rot! */
hr {
	background-color: red; height: 1px; border: 0;
}

/* oder grau */
.gray {
	background-color: #ccc; height: 1px; border: 0;
}

pre.screen {
	background-color: rgb( 255, 255, 192 );
	border-top: solid black 1px;
	border-bottom: solid black 1px;
}

/* Optionale Splashbox am Seitenbeginn formatieren */
.splashbox {
	padding: 0px;
	display: block;
	width: 100%;
	max-height: 200px;
	overflow: hidden;
	margin-bottom: 1em;	
}

/*
** Nummer im Kreis
*/
.numberCircle {
		margin-top: 25px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    padding: 16px;

    background: #007bff;
    border: 2px solid #007bff;
    color: #fff;
    text-align: center;

    font: 24px Arial, sans-serif;
}

.priceCircle {
    margin-top: 10px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding-top: 15px;
    padding-bottom: 0px; 
    margin-bottom: 0px;

    background: yellow;
    border: 2px solid yellow;
    color: black;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

/* Aendert die Farbe des Toggler Icon im Navbar */
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");}

/* Breaking News Bar auf Startseite */
#breakingnews {
	padding: 10px; border: 1px solid #ddd;
	 border-radius: 5px;
}

/* Accordion (FAQ) - Text umbrechen auf kleinen Bildschirmen */
.wswrap {
	white-space: normal;
	text-align: left;
}

/* Pixelgenauer Abstand vom Logo zum Navbar */
.logospacer {
	margin-bottom: 4px;
}
	
/* Bei numerischen Eingabefeldern die Pfeile verbergen */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

/* Link Symbol auf FAQ Seite etwas kleiner */
.lsymfont {
	font-size: 0.8em;
	color: #bbb;
}

/* Code ist von bootstrap her rot (?) */
code {
	color: black;
}

/* Hilfsklasse: Damit Anchors im Text nicht unter dem Sticky Navbar verschwinden */
a.skipnav {
	display: block;
	position: relative;
	top: -50px;
	visibility: hidden;
}

/* Footer - noch experimantal */

.footer-text {
  font-size: 0.95em
}

.footer-social {
  font-size: 1.5em;
  color: #666;
}

/* Validierte Formularfelder: Wir wollen die gruene Checkbox nicht */
.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em);
  background-image: none !important;
}

/* Dito fuer Select Boxen */
.was-validated .form-select:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em);
  background-image: none !important;
}

/* Wir wollen wieder die THEADER Hintergrundfarbe und den Stil von BS 4.x */
.thead-light {
	background: #e9ecef;
}
th {
	border-bottom: none;
}


/* Footer */

.footermain {
	font-size: 0.9em;
	border: 1px solid silver;
}
.isocial {
	color: #333;
	font-size: 20pt;
	padding: 3px;
	margin-left: 3px; margin-right: 3px;
}

/* Akkordion: Graue wenn aufgeklappt */
.accordion-button:not(.collapsed) {
	  color: #333;
	background-color: PaleGreen;
} 

/* Wenn Ocina Font im Titel Eigenschaften wie <p> Tag */
.h1-title {
	font-size: 1.0em;
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
}

/* Beim Bestellassistent: Hintergrund inaktiver Step nicht grau: */
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
    color: #888;
		background-color: transparent;
		cursor: default;
}

.text-testimonial {
	padding-top: 0px;
	margin-top: 0px;
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
}

.info-testimonial {
	font-size: 0.9em;
	padding-bottom: 0px;
	margin-bottom: 5px;

}

.info-testimonial a {
	color: black;
}

/* BA Pagination */

/* Bestellassistent: Stepzeile Schrift etwas schmaler */
.pagsmall {
	font-size: 0.8em;
}

/* Seit Bootstrap 4.5 ist die Pagination per Vorgabe blau! */
.pagination > li > a {
  color: #333;
}

.pagination > li > a:hover {
  background-color: white;
  color: #999;
}
        
/* EOF */
