/*!
Theme Name: sonnerie
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sonnerie
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

sonnerie is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/


/*# sourceMappingURL=custom-style.css.map */

.accordion .accordion-item {
	border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
	border-bottom: 1px solid #ff5722;
}
.accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1em 0;
	color: #333;
	font-size: 1.15rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
}
.accordion button:hover, .accordion button:focus {
	cursor: pointer;
	color: #ff5722;
}
.accordion button:hover::after, .accordion button:focus::after {
	cursor: pointer;
	color: #ff5722;
	border: 1px solid #ff5722;
}
.accordion button .accordion-title {
	padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 18px;
	right: 0;
	width: 22px;
	height: 22px;
	border: 1px solid;
	border-radius: 22px;
}
.accordion button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: 10px;
	left: 6px;
	width: 10px;
	height: 2px;
	background: currentColor;
}

.accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 6px;
	left: 10px;
	width: 2px;
	height: 10px;
	background: currentColor;
}
.accordion button[aria-expanded='true'] {
	color: #ff5722;
}
.accordion button[aria-expanded='true'] .icon::after {
	width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
	opacity: 1;
	max-height: 9em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content {
	opacity: 0;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}
.accordion .accordion-content p {
	font-size: 1rem;
	font-weight: 300;
	margin: 2em 0;
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size:1.5rem
	}
}
h1 {
	line-height:2rem;
}
.main-item-head {
	position: relative;
	padding: 8px 12px !important;
	background-color: #fff;
	border-left: 3px solid #ff5722 !important;
	color: #ff5722;
	font-size: 18px;
}
.logo a img {
	width:80px;
	height:auto;
}
.post-description{
	font-size:1.2rem;
	margin-top:10px;
}
.main-item-head {
	position: relative;
	padding: 8px 12px !important;
	background-color: #fff;
	border-left: 3px solid #00b3ff !important;
	color: #00b3ff;
	font-size: 18px;
}
.main-item-head a, .main-item-head span {
	color: #00b3ff;
	display: inline-block;
	line-height: 1.5;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	padding-right: 15px;
}
.post-file-item:hover .post-file-item-title a {
	color: #00b3ff;
}
.single-title {
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	padding: 10px 15px;
	background-color: #fff;
	color: #00b3ff;
}
.post-file-item-right {
	width: 50px;
	height: 50px;
	line-height: 46px;
	border-radius: 100%;
	color: #ff5722;
	font-size: 19px;
	text-align: center;
	background: #fff url(https://klingeltone.com.de/wp-content/uploads/2024/11/iconin.png) left 7px top 10px no-repeat;
	box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
	border: 2px solid #ddd;
	box-sizing: border-box;
	background-size: 62% auto;
	transition: all ease-in-out 0.3s;
}
.post-file-item-meta a {
	color: #00b3ff;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #f5f5f5;
	padding: 0px 10px;
	border-radius: 15px;
	height: 23px;
	line-height: 23px;
	font-weight: 700;
}
.header {
	background: linear-gradient(90deg, #000000 0%, #1fdfed 100%);
}

.single-meta-box-top a {
    color: #00b3ff;
    font-weight: 700;
}
.accordion-item{
	background-color:#fff;
	padding:5px;
}
