/*
This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License, either version 2
of the License, or any later version.

For the full copyright and license information, please read the
LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share!
*/
/*
    Created on : 24.10.2016, 11:34:22
    Author     : Kevin Ditscheid <kevinditscheid@gmail.com>
*/

.accordion {
	overflow-y: hidden;
}
.accordion-body{
	display: none;
}
.buttons .accordion-close{
	display: none;
}
.accordion .active .accordion-open{
	display: none;
}
.accordion .active .accordion-close{
	display: block;
}
.accordion .buttons .btn{
	text-align: left;
}
.accordion > div{
	padding: 10px 0 40px 0;
}
.accordion > div:nth-child(2n){
	background: #eae9e7;
}
.accordion .accordion-head h3{
	margin-bottom: 0;
}
.accordion .accordion-head{
	font-weight: bold;
}
.accordion .buttons{
	margin-top: 20px;
}
.accordion .buttons button{
	min-width: 260px;
}
.accordion .buttons button:before{
	display: inline-block;
	height: 33px;
	vertical-align: middle;
	content: '';
}
.accordion .buttons button:after{
	float: right;
}
.accordion.tx_eptemplatezab_newsletterarchive .icon-arrow-round-right:after{
	margin-right: 0;
}
.accordion.tx_eptemplatezab_newsletterarchive button{
	width: 100%;
	min-width: 100%;
}
.accordion.tx_eptemplatezab_newsletterarchive > div{
	padding: 0;
}
.tx_eptemplatezab_newsletterarchive-link {
	display: flex;
	align-items: flex-start;
	margin: 10px 0 10px 5px;
}
.tx_eptemplatezab_newsletterarchive-link img{
	margin-right: 7px;
	margin-top: 6px;
	width: 12px;
}