/*
Grau Socials: #838280
Farben
Neu 2020
Orange dunkel: #d36606
Orange hell: #ef7c00  		
Grau dunkel: #575756
Grau hell: #9d9d9c
Blau: #09255c


Zigarettenverband

Orange: #f49700
Dunkelgrau (Text): #525b52

Petrol (Footer BG): #265b74

*/



html { 
	font-size: 16px;
	scroll-behavior: smooth; 
}
body{
         font-family:"Montserrat";
         font-size:1rem;
         line-height:28px;
         font-style: normal;
         font-weight: 400;
         letter-spacing: .05em;
         color: var(--dunkelgrau);
         margin:0px;
         padding:0px;
         background:var(--hellgruen);
}
/* Html Elemente */
h1,.h1-size,
h2,.h2-size,
h3,.h3-size,
h4,.h4-size,
h5,.h5-size,
h6,.h6-size{
	font-weight:400;
	margin-bottom:24px;
	text-wrap:balance;
	letter-spacing: 0.1rem;
}
h1,
h1 a,
.h1-size,
.h1-size a{
	font-size:var(--h1-size);
	line-height: var(--h1-line-height);
}
h2,
h2 a,
.h2-size,
.h2-size a{
	font-size:var(--h2-size);
	line-height: var(--h2-line-height);
}
h3,
h3 a,
.h3-size,
.h3-size a{
	font-size:var(--h3-size);
	line-height: var(--h3-line-height);
}
h4,
h4 a,
.h4-size,
.h4-size a{
	font-size:var(--h4-size);
	line-height: var(--h4-line-height);
	letter-spacing: .05em;
}
p{ margin-bottom:24px; }
strong,
b{
         font-weight:600;
}
sup{ font-size:10px;vertical-align:super; }

a:link,
a:visited,
a:hover,
a:active,
a:focus,
div,
button{
         outline: 0px;
}
a{
	color: var(--dunkelgrau);
	text-decoration:none;
	transition:color .2s;
}
a:hover,
a:focus{
	color: var(--orange);
}
.ce_text:not(.infobox) a{
	color: var(--orange);
	text-decoration:underline;
}
.ce_text:not(.infobox) a:hover{
	text-decoration:none;
}

.ce_text:not(.infobox) a.more,
.mod_newslist p.more a{
	background: var(--orange);
	color: var(--weiss);
	text-decoration:none;
	padding: 0 5px 0 5px;
}
.ce_text:not(.infobox) a.more:hover,
.mod_newslist p.more a:hover{
	background: var(--orange);
	color: var(--dunkelgrau);
}

a.cboxElement{  }

hr{
         border:0;
         color: #ef7c00;
         background-color: #ef7c00;
         height: 1px;
         margin: 24px 0px 30px 0px;
}
#main .ce_text ul{
	
}
#main .ce_text ul li{
	background:url(../images/list-style-pfeil.png) no-repeat left 6px transparent;
	background-size: 14px auto;
	padding-left:24px;
	padding-bottom:6px;
}
#main .ce_text ol{
	padding-left:20px;
}
#main .ce_text ol li{
	padding-left:8px;
	padding-bottom:6px;
}

/* Allgemeine Formate */
.clear{clear:both;}
.left{float:left !important;}
.right{float:right !important;}
.textleft{text-align:left !important;}
.textright{text-align:right !important;}
.textcenter{text-align:center !important;}

.error{ color:#ff0000; }
/* Contao-Klassen --------------------------------------------------------------------------------------------------------- */
#main{
	padding: 60px 0px 100px 0px;
}

.mod_article.linkespalte:not(.fluid){
	padding-right:80px;
	box-sizing:border-box;
}
.mod_article.rechtespalte{
	padding-top: 40px;
}
@media (min-width:984px) and (max-width:1303px)
{
	.mod_article.linkespalte:not(.fluid){
		padding-right:0px;
	}
}
@media (min-width:768px) and (max-width:979px)
{
	.mod_article.linkespalte:not(.fluid){
		padding-right:0px;
	}
}
@media (max-width:767px)
{
	.mod_article.linkespalte:not(.fluid){
		padding-right:0px;
	}
}

#ueber-den-dzv-mitglieder .ce_image{
	text-align:center;
	margin-bottom:30px;
}
#ueber-den-dzv-mitglieder .ce_image .caption{
	font-size: .9rem;
}
#ueber-den-dzv-mitglieder .ce_image img{
	box-sizing:border-box;
	padding:40px;
	border: 1px solid var(--hellgrau);
	background: var(--weiss);
}

.ce_text.infobox,
.mod_newsmenu,
.mod_newslist.sidebar {
	background: var(--hellgrau);
	border: 10px solid var(--weiss);
	box-sizing:border-box;
	font-size: .8rem;
	line-height:1.4em;
	margin-bottom:20px;
}
.ce_text.infobox h3{
	color: var(--weiss);
	background: var(--orange);
	text-align:center;
	font-size: .8rem;
	margin-top:0px;
	font-weight:600;
	background: url(../images/icon-info.png) no-repeat center top 10px var(--orange); 
	background-size: 32px auto;
	padding: 45px 5px 10px 5px;
}
.mod_newsmenu h3,
.ce_text.infobox.links h3{
	color: var(--weiss);
	background: var(--orange);
	text-align:center;
	font-size: .8rem;
	margin-top:0px;
	font-weight:600;
	background: url(../images/icon-links.png) no-repeat center top 10px var(--orange); 
	background-size: 32px auto;
	padding: 45px 5px 10px 5px;
}
.ce_text.infobox.download h3,
.mod_newslist.sidebar h3{
	color: var(--weiss);
	background: var(--orange);
	text-align:center;
	font-size: .8rem;
	margin-top:0px;
	font-weight:600;
	background: url(../images/icon-download-dzv.png) no-repeat center top 10px var(--orange); 
	background-size: 26px auto;
	padding: 45px 5px 10px 5px;
}
.ce_text.infobox h4,
.mod_newsmenu h4,
.mod_newslist.sidebar h4{
	font-size: .8rem;
	line-height:1.2em;
	font-weight:600;
	margin-left:20px;
	margin-right:20px;
	hyphens:auto;
}
#main .ce_text.infobox ul,
.mod_newsmenu ul,
.mod_newslist.sidebar ul{
	margin: 0px 20px 24px 20px;
}
#main .ce_text.infobox p,
.mod_newsmenu p,
.mod_newslist.sidebar p{
	margin: 0px 20px 24px 20px;
}
#main .ce_text.infobox ul li,
.mod_newsmenu ul li,
.mod_newslist.sidebar ul li{
	background:url(../images/list-style-pfeil.png) no-repeat left 2px transparent;
	background-size: 10px auto;
	padding-left:18px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px solid var(--weiss);
}
.mod_newslist.sidebar time,
.mod_newslist.sidebar .layout_simple a{
	margin-left:0px;
	margin-right:0px;
	hyphens:auto;
}
@media (min-width:984px) and (max-width:1303px)
{

}
@media (min-width:768px) and (max-width:979px)
{
	#main .ce_text.infobox ul,
	.mod_newsmenu ul,
	.mod_newslist.sidebar ul{
		margin: 0px 10px 24px 10px;
		hyphens:auto;
	}
	#main .ce_text.infobox p,
	.mod_newsmenu p,
	.mod_newslist.sidebar p{
		margin: 0px 10px 24px 10px;
		hyphens:auto;
	}
}
@media (max-width:767px)
{

}

/* Presse & News */
.mod_newslist .layout_latest{
	margin-bottom:60px;
}
.mod_newslist .ce_text{
	margin-left:0px !important;
	margin-right:0px !important;
}
.mod_newslist h2{
	margin-top:0px;
}
.mod_newslist p{
	margin-bottom:12px;
}
.mod_newslist .info{
	margin-bottom:6px;
}

#home .ce_swiperStart .swiper-container{
	margin-left:60px;
	margin-right:60px;
	box-sizing:border-box;
}
.ce_swiperStart .layout_latest{
	margin-left:0px !important;
	margin-right:0px !important;
}
.mod_newsarchive .ce_text{
	margin-left:0px !important;
	margin-right:0px !important;
}
.layout_latest.news figure{
	padding-left:30px;
	padding-right:30px;
}
.layout_latest.news h2{
	text-align:center;
}
.layout_latest.news p.more{
	text-align:center;
}
.mod_newsreader h1,
.mod_newsreader p.back{
	margin-left:10px !important;
}
.mod_newsarchive p.more a,
.mod_newsreader p.back a{
	padding: .4em 1.2em;
	background: var(--orange);
	color: var(--weiss);
	text-decoration:none;
}
.mod_newsarchive p.more a:hover,
.mod_newsreader p.back a:hover{
	background: var(--orange);
	color: var(--dunkelgrau);
}
.layout_latest p.more a{
	padding: .4em 1.2em;
}
.swiper-button-next, 
.swiper-button-prev{
	top:150px;
	color: var(--dunkelgrau);
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:0px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right:0px;
}
.ce_swiperStart .layout_latest figure,
.ce_swiperStart .layout_latest h2,
.ce_swiperStart .layout_latest p.more{
	margin-left:10px;
	margin-right:10px;
}
.ce_swiperStart .layout_latest h2{
	font-weight:500;
	margin-bottom:36px;
}
.layout_latest img{
	border:10px solid #fff;
	box-sizing:border-box;
}
.ce_swiperStart .layout_latest p.more{
	display:none;
}

.layout_latest.news{

}
.layout_latest.news img{
	width:100%;
	height:auto;
}

@media (min-width:984px) and (max-width:1303px)
{

}
@media (min-width:768px) and (max-width:979px)
{

}
@media (max-width:767px)
{
	#home .ce_swiperStart .swiper-container{
		margin-left:0px;
		margin-right:0px;
		box-sizing:border-box;
	}
	.ce_swiperStart .layout_latest{
		margin-left:0px !important;
		margin-right:0px !important;
		width:100% !important;
	}
}



.ce_accordion .toggler,
.content-accordion h2,
.content-accordion h3{
	font-size:var(--h3-size);
	line-height: var(--h3-line-height);
}
.ce_accordion .toggler,
.handorgel__header__button{
	position:relative;
	background-color:transparent;
	padding: 20px 40px 20px 10px;
	color: var(--dunkelgrau);
	transition:all .2s;
	cursor:pointer;
}
.ce_accordion .toggler:hover,
.handorgel__header__button:hover{
	color: var(--orange);
}
.ce_accordion .toggler:before,
.handorgel__header__button:before{
	position:absolute;
	display:inline-block;
	width:32px;
	text-align:center;
	content:"+";
	font-size:2rem;
	line-height:1em;
	font-weight:400;
	color: var(--weiss);
	background:var(--orange);
	right:10px;
	top:50%;
	transform:translateY(-50%);
}
.ce_accordion .toggler.active:before,
.handorgel__header--opened .handorgel__header__button:before{
	content:"-";
}
.handorgel__content{
	background-color:transparent;
}
.handorgel__content__inner,
.ce_accordion .ui-accordion-content{
	padding: 20px 0px;
}

@media (min-width:984px) and (max-width:1303px)
{

}
@media (min-width:768px) and (max-width:979px)
{

}
@media (max-width:767px)
{

}
/* Mitglieder */
#ueber-den-dzv-mitglieder .ce_image{
	width:25%;
	box-sizing:border-box;
	float:left;
}
#ueber-den-dzv-mitglieder .ce_image .caption{
	line-height:normal;
}
@media (min-width:984px) and (max-width:1303px)
{

}
@media (min-width:768px) and (max-width:979px)
{

}
@media (max-width:767px)
{
	#ueber-den-dzv-mitglieder .ce_image{
		width:100%;
		float:left;
	}
	#ueber-den-dzv-mitglieder .clear{ display:none; }
}
/* Termine */
table.events-bvte{
	width:100%;
	font-size:14px;
}

table.events-bvte td{
	padding: 5px 5px 10px 5px;
}
table.events-bvte td.datum .date{
	white-space: nowrap;
}
table.events-bvte td.beschreibung{
	font-weight:500;
	padding: 5px 10px 10px 10px;
}

table.events-bvte td.beschreibung a{
	background: var(--orange);
	color: var(--weiss);
	text-decoration:none;
	padding: 0 5px 0 5px;
}
table.events-bvte td.beschreibung a:hover{
	background: var(--orange);
	color: var(--dunkelgrau);
}
table.events-bvte td.speichern{
	width:20px;
	padding: 5px 0px 0px 0px;
}
table.events-bvte td.speichern a.save{
	display:inline-block;
	width:20px;
	height:24px;
	margin-left:0px;
	margin-right:0px;
	background:url(../images/Icon-Kalender-Download.svg) no-repeat left 4px transparent !important;
	background-size: auto 20px !important;
	text-indent:-10000px;
}