/* Klickliste */


dd { 
display: none;
margin: 0px;
}

dt {
cursor: pointer;
}

dt h3 {
color: #7f0044;
font-weight: 700;
text-transform: none;
font-size: 1.04em;
line-height: 110%;
padding: 10px 70px 25px 70px;
margin: 0px 0px 0px 0px;
display: inline-block;
}

.closed {
background: url(imgs/pfeil_weinrot_unten.png) 70px bottom no-repeat;
background-size: 17px 19px;
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}

.open {
background: url(imgs/pfeil_weinrot_oben.png) 70px bottom no-repeat;
background-size: 17px 19px;
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}

.listbox {
width: 100%;
margin: 0px 0px 10px 0px;
padding: 0px;
border-top: 1px solid #1a171b;
}

.endline {
width: 100%;
margin: 0px 0px 0px 0px;
border-bottom: 1px solid #1a171b;
}

.listcontent {
font-weight: 700;
margin: 10px 0px 0px 0px;
padding: 10px 70px 0px 70px;
border-top: 2px dotted #1a171b;
}


@media only screen and (max-width: 750px) {

dt h3 {
color: #7f0044;
font-weight: 700;
text-transform: none;
font-size: 1.04em;
line-height: 110%;
padding: 10px 30px 25px 30px;
margin: 0px 0px 0px 0px;
display: inline-block;
}

.closed {
background: url(imgs/pfeil_weinrot_unten.png) 30px bottom no-repeat;
background-size: 17px 19px;
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}

.open {
background: url(imgs/pfeil_weinrot_oben.png) 30px bottom no-repeat;
background-size: 17px 19px;
-o-transition: all 400ms ease 10ms;
-moz-transition: all 400ms ease 10ms;
-ms-transition: all 400ms ease 10ms;
-webkit-transition: all 400ms ease 10ms;
transition: all 400ms ease 10ms;
}

.listcontent {
font-weight: 700;
margin: 10px 0px 0px 0px;
padding: 10px 30px 0px 30px;
border-top: 2px dotted #1a171b;
}

}


@media only screen and (max-width: 600px) {



}


