.shop-korrekt {
    margin-left: -15px;
    margin-right: -15px;
}

div#mega-menu-wrap-primary > ul#mega-menu-primary > li > ul.mega-sub-menu > li > div.textwidget{
    font-size: 21px;
    text-align: center;
    color: #1B5FAA;
}

div#mega-menu-wrap-primary > ul#mega-menu-primary > li > ul.mega-sub-menu > li > div.textwidget img{
    margin: 0 auto;
}

#ttcont > .h1, #ttcont > .h2, #ttcont > .h3, #ttcont > h1, #ttcont > h2, #ttcont > h3{
    margin-bottom: 10px;
    margin-top: 0px;
}

#ttcont, #ttcont p, #ttcont span{
    line-height: 1.3em;
    font-size: 14px;
}

#sb-title {
	bottom: 0;
    position: static;
    height: auto;
}​

#sb-title, #sb-title-inner {
    height: auto;
    font-size: 18px;
}

.carousel-caption {
    bottom: 0;
}

.carousel-caption {
    padding-bottom: 0;
}

html.js{
	margin-top: 10px;
}

.no-padding{
	padding: 0;
}

.no-padding-left{
    padding-left: 0;
}

a.navbar-brand {
    height: auto;
    width: auto;
    z-index: 3;
}

span.glossaryLink , a.glossaryLink {
    font-weight: inherit;
    color: inherit;
    cursor: default;
}

span.glossaryLink:hover , a.glossaryLink:hover {
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
}

.table-step{
    margin-top: 50px; 
}

.header-button.buttons{
    margin-bottom: 5px;
}

.col-right{
    float: right;
}

.contactform {
    clear: both;
    display:table;
}

.contactformlabel {
    float: left;
    width: 100px;
}

.wpcf7-list-item {
    clear: both;
    float: left;
    width: 100%;
}

.wpcf7-form-control-wrap.adresse-anrede {
    float: left;
}

.anchor{
    cursor: pointer;
    color: inherit;
}

.anchor:hover{
    text-decoration: none;
}
@media(max-width: 991px){
    .teaser-right{
        display: none;
    }
}

span.glossaryLink , a.glossaryLink {
    
}


.panel-group .panel-title > a.collapsed::after {
    content: url(/wp-content/themes/iway/img/plus-icon.png);
    font-size: 28px;
    margin-top: -8px;
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
}
.panel-group .panel-title > a::after {
    content: url(/wp-content/themes/iway/img/minus-icon.png);
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    position: absolute;
    right: 20px;
}