/* Testing responsiveness */
/*body {*/
    /*background: SpringGreen !important;*/
/*}*/

h1,
h2 {
    font-size: 48px;
    line-height: 53px;
}

h3 {
    font-size: 40px;
    line-height: 47px;
}

h4 {
    font-size: 24px;
    line-height: 40px;
}


.news-single-view .news-list-body h1,
.news .article h3,
.news .article h3 a {
    font-size: 26px;
    line-height: 28px;
}

.form-field .col-sm-3 label {
    margin: 0;
    line-height: 50px;
}

header {
    z-index: 0;
    padding-top: 40px;
}

header .container {
    position: relative;
    z-index: 20;
}

.navbar-header {
    float: none;
}

#main-navigation {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
}

.main-logo {
    width: 16%;
}

.main-logo a {
    position: relative;
    z-index: 1;
}

.navigation {
    width: 42%;
    float: left;
    border-bottom: 1px solid rgba(64, 64, 78, 0.2);
    display: table;
}

.navigation ul {
    display: table-row;
}

.navigation li {
    display: table-cell;
    text-align: left;
}

.navigation.last {
    float: right;
}

.navigation.last li {
    text-align: right;
}

.breadcrumb {
    display: block;
    padding: 5px;
    clear: both;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    color: rgba(87, 87, 108, 0.6);
    font-size: 11px;
    font-weight: 800;
    text-align: left;
}

.breadcrumb a {
    color: inherit;
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumb>li+li:before {
    color: inherit;
}

.secondary-navigation-wrapper {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: #f7f7f7;
    overflow: hidden;
    box-shadow: 0 5px 8px rgba(0,0,0,.3);
    z-index: 15;
}

.secondary-navigation-wrapper .container {
    padding-top: 170px;
}

.secondary-navigation-wrapper h3 {
    color: rgba(182, 0, 101, 0.7);
    font-weight: 300;
}

.secondary-navigation-wrapper form {
    width: 80%;
    margin: 70px auto 100px;
}

.secondary-navigation-wrapper form .metawidth {
    width: 70%;
    margin-right: 5%;
    background-color:  rgba(64, 64, 78, 0.15);;
}

.secondary-navigation-wrapper form button {
    width: 25%;
    margin: 0;
    background-color: rgba(64, 64, 78, 0.5);
    position: relative;
    float: right;
    height: 50px;
}

.secondary-navigation-wrapper form button:after {
    content: 'Finden';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    color:  #fff;
    line-height: 50px;
}

.secondary-navigation-wrapper .page-image {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    position: absolute;
    right: -10%;
    bottom: 0;
}


.secondary-navigation-wrapper .lvl2,
.secondary-navigation-wrapper .lvl3 {
    margin-bottom: 50px;
    list-style: none;
    padding: 0;
}

.secondary-navigation-wrapper .lvl2 > li {
    height: 70px;
    padding-top: 6px;
}

.secondary-navigation-wrapper .lvl2 > li .subpage-icon {
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    vertical-align: top;
    float: left;
    width: 15%;
    height: 64px;
}

.secondary-navigation-wrapper .lvl2 > li > a {
    line-height: normal;
    color: #8a8a91;
    font-weight: 400;
    font-size: 18px;
    padding-top: 10px;
    display: inline-block;
    width: 65%;
    margin-left: 5%;
}

.secondary-navigation-wrapper .lvl3 {
    margin: 0;
    margin-left: 5%;
    width: 80%;
    display: inline-block;
}

.secondary-navigation-wrapper .lvl3 li {
    float: left;
}

.secondary-navigation-wrapper .lvl3 li a {
    color: rgba(182, 0, 101, 0.7);
    font-size: 12px;
    padding: 0 5px;
    font-weight: 800;
    border-left: 1px solid;
}

.secondary-navigation-wrapper .lvl3 li:first-child a {
    border: 0 none;
    padding-left: 0;
}

.linkToTop a {
    width: 60px;
    height: 60px;
}

.tx-indexedsearch-searchbox-sword-wrapper, .kesearchbox {
    width: 50%;
}
