﻿/*
Theme Name: Kastenwagen
Theme URI: http://camp24magazin.com/
Description: Camp24-Child-Theme von slightly.
Author: Jens Göttling
Author URI: goettling@jgme.de
Template: slightly
Version: 0.1
*/
@import url("../slightly/style.css");
@import url(https://fonts.googleapis.com/css?family=Cabin:400,600);
@import url(https://fonts.googleapis.com/css?family=Cabin+Condensed:400,600,700);


/* Basic
----------------------------------------------- */

body, input, textarea, p {
	    font-family: 'Cabin Condensed';
		font-size: 14px;
		font-weight: 400;
		line-height: 21px;
}

/* NEU
----------------------------------------------- */
label { text-transform: none; }
.searchandfilter ul {padding-left:0 !important;}

.sf-field-post-meta-sicherheit-serie ul { max-height: 0px; transition: max-height 0.5s ease-out; overflow: hidden;}
.classToAssign ul { max-height: 2000px; transition: max-height 0.5s ease-in; }
.sf-field-post-meta-sicherheit-serie { cursor: pointer; }
.sf-field-post-meta-sicherheit-serie h4 {pointer-events: none;}

.sf-field-post-meta-sicherheit-serie h4::before { 
content: url("data:image/svg+xml;charset=UTF-8, <svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='1em' width='1em'></svg>");
 background: url("_gfx/pfeil.svg") no-repeat; background-position: center; display: inline-block; 
margin-right: 0.25em; transform: rotate(180deg);
 }

 .classToAssign h4::before  { transform: rotate(-90deg); }

