@charset "utf-8";
/**********************************************************************************
	project:		WKK Stanzteil
	file:			simpletoggle.css
	function:		Typo3 Extension to hide and endlarge text
**********************************************************************************/

.simpletoggle {
    float: none;
    margin-bottom: 0;
}

.simpletoggle .toggle_ce {
    display: none;
}

.trigger {
    border: none;
    background: none;
    box-shadow: none;
    filter: none;
    /*float:left;*/
    clear: both;
    height: auto;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}

.trigger a {
    background: none;
    padding: 0;
    display: inline;
}

.toggle_ce {
    border: none;
    background: none;
    box-shadow: none;
    padding-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    filter: none;
    margin: 0 0 -10px;
    overflow: visible;
}

.trigger, .toggle_ce {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.simpletoggle .title {
    color: #00355F;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8em;
    margin-bottom: 10px;
    padding: 0px;
    text-transform: normal;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.simpletoggle .subtitle {
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 1em;
    padding: 0px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.trigger .arrow {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    background: url("../html/img/arrow_toggle.png");
    background-repeat: no-repeat;
    float: left;
    clear: both;
    width: 70px;
    height: 10px;
}

.simpletoggle.active .arrow {
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
    background: url("../html/img/arrow_toggle_close.png");
    background-repeat: no-repeat;
    float: left;
    clear: both;
    width: 70px;
    height: 10px;
    overflow: hidden;
}

.trigger .arrow .up-arrow{
    font-size: 0px;
}
.trigger .arrow .down-arrow{
    margin-left: 5px !important;
}
.simpletoggle.active .arrow .down-arrow{
    font-size: 0px!important;
}
.simpletoggle.active .arrow .up-arrow{
    font-size: 1em!important;
}
.language{
    position: absolute;
    bottom: 44px;
    right: 250px;
}
.language li{
    display:inline-block;
    margin:0 5px;
}
.language li a{
    text-decoration: none!important;
}
.language li a .active{
    font-weight: bold;
}
.language li.active a{
    font-weight: bold;
}
.container_16{position: relative!important;}
@media only screen and (max-width: 1200px) {
    .language{
        bottom: 35px;
        right: 100px;
    }
}