/* Generic classes */
body {
    background: #fff;
    font-size: 14px;
    line-height: 1.4em;
    font-family: 'PT Sans', sans-serif;
    color: #3e3e3e;

    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
    margin: 0;
}

section {
    clear: both;
}

.max-width {
    margin: 0 auto;
    max-width: 1025px;
}

.wrapper-outer {
    width: 100%;
}

.wrapper-inner1 {
    margin: 0 auto;
    width: 948px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

img {
    max-width: 100%;
}

hr {
    clear: both;
    border-top: 1px solid #ccc;
    margin: 0;
}

h1, h2, h3, h4 {
    color: #3e3e3e;
    margin: 0;
    line-height: 1.4em;
    font-weight: bold;
    font-family: 'PT Sans';
}

h1 {
    font-size: 2.14em;

}

h2 {
    font-size: 1.93em;
}

h3 {
    font-size: 1.46em;

}

h4 {
    font-size: 1em;
}

p {
    color: #3e3e3e;
    font-size: 1em;
    font-family: 'PT Sans';
    line-height: 1.4em;
}

ul li {
    font-weight: normal;
}

.global-padding {
    padding: 0 1em;
}

a:link {
    -webkit-tap-highlight-color: #014160;
}

a {
    color: #662760;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

a:hover {
    color: #662760;
    text-decoration: underline;
}

a:visited {
    color: #662760;
    text-decoration: none;
}

a.url-white {
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

a.url-white:hover {
    color: #fff;
    text-decoration: underline;
}

a.url-white:visited {
    color: #fff;
    text-decoration: none;
}

a.url-decorated {
    color: #662760;
    text-decoration: underline;
}

/* btn overwrite temp fix */
.show-more-button, .search-form1-button, .search-results-filters-button, .equal-col-button, .equal-col2-form-button, .equal-col2-form-button2, .contact-form1-button, .complaint-form-button, .more-button, .centered-button2-standard, .centered-button-wide, .search-result-button {
    background-color: #662760;
}

button {
    font-family: 'PT Sans';
    font-size: 1em;
    font-style: normal;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
}

input[type="file"] {
    margin: 1em 0;
}

.button-white {
    color: #fff !important;
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
}

.button-white:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.button-white:visited {
    color: #fff !important;
    text-decoration: none !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.style-none {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.clear {
    clear: both;
}

*:focus {
    outline: 0;
}

.cloaked {
    display: none;
}

.transparent {
    opacity: 0.5;
}

.background-color-grey {
    background-color: #eee !important;
}

.background-color-darkgrey {
    background-color: #747272;
}

.background-color-purple {
    background-color: #662760;
}

.background-color-orange {
    background-color: #f49600;
}

.background-color-lightorange {
    background-color: #f6ab33;
}

/*

.field-validation-error span {
    max-width: 30em;
    background-color: #fff;
    font-weight: bold;
    color: #3e3e3e ;
    padding: 0.5em;
    margin: -2.5em 0;
    display: block;
    position: absolute;
    text-align: center;
    z-index: 1100;
    opacity: 0.9;
    border-radius: 4px;
    border: 2px solid #f49600;
}

.field-validation-error span:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 40px;
    border-width: 20px 20px 0;
    border-style: solid;
    border-color: #f49600 transparent;
    display: block;
    width: 0;
}


.field-validation-error span:after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 43px;
    border-width: 17px 17px 0;
    border-style: solid;
    border-color: #fff transparent;
    display: block;
    width: 0;
}

*/

/** to-top button **/
.cd-top {
    display: inline-block;
    *display: inline;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(102, 39, 96, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    z-index: 1000;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .cd-top:hover {
    background-color: #662760;
    opacity: 1;
}

/** autocomplete **/
.autocomplete-suggestions {
    border: 2px solid #aaa;
    background: #FFF;
    overflow: auto;
    font-size: inherit;
}

.autocomplete-suggestion {
    padding: 4% 1.5%;
    white-space: nowrap;
    overflow: hidden;
    font-size: inherit;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #662760
}

/* header */
.header-rgt {
    padding: 17px 0 0 0;
}

.main-nav li a:hover, .main-nav li.active a {
    border-bottom: 1px solid #f6940b;
    color: #662760;
    text-decoration: none;
}

/* secondary-nav */
.secondary-nav a {
    text-decoration: none;
}

/* breadcrumbs */
.breadcrumb li a:hover, .breadcrumb li.active a, .breadcrumb li span.active, .breadcrumb li.active span {
    border-bottom: 1px solid #f6940b;
    color: #662760;
    text-decoration: none;
}

/** search-query **/
.search-title {
    color: #3e3e3e;
    padding: 1.5em 0;
}

/* cookie-bar */
.cookie-bar {
    position: fixed;
    width: 100%;
    padding: 1em 0;
    background: #3e3e3e;
    background: rgba(62,62,62,0.90);
    z-index: 9999;
    bottom: 0;
    display: none;
}

.cookie-bar p, .cookie-bar a, .cookie-bar i {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.35);
    margin: 0;
    display:inline;
}

.cookie-bar p {
    color: #fff;
    font-size: 1.46em;
}

.cookie-bar .line2 a {
    color: #fff !important;
    font-size: 1em;
    text-decoration: underline;

}

.cookie-bar i {
    color: #f49600;;
    font-size: 2em;
    float: right;
    vertical-align: top;

}

/* Icons */
.icons {
    background-color: #f0efef;
    padding: 1em 0;
    text-align: center;

}

.icons-wrapper {
    margin: 0.5em 0 1.5em 0;
}

.icons-container {
    position: relative;
    display: inline-block;
    vertical-align: top;

}

.icons-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

.icons-list {
    position: relative;
    display: block;

    margin: 0;
    padding: 0;
}

.icons h2 {
    padding-bottom: 1em;
}

.icons-more-button {
    background-color: #747272;
    clear: both;
    color: #fff;
    display: inline-block;
    *display: inline;
    font-family: 'PT Sans';
    font-size: 1em;
    font-weight: bold;
    line-height: 43px;
    margin: 2em auto;
    padding: 0 47px;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    -moz-outline: 0;
    border: 0;
    letter-spacing: 0.05em;
}

.icons .slick-prev, .icons .slick-next {
    top: 50%;
    position: absolute;
    background: url("../images/news-controls.png") no-repeat;
    height: 28px;
    width: 17px;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    border: none;
    z-index: 100;
    margin-top: -24px;

}

.icons .slick-next {
    background-position: -17px 0;
    right: 0;
}

/* show-more  */
.show-more {
    text-align: center;
}

.show-more-wrapper {
    margin: 2em 0 1em 0;
}

.show-more-wrapper2 {
    margin: 1em 0 0 0;
}

.show-more-button {
    clear: both;
    color: #fff;
    display: inline-block;
    *display: inline;
    font-family: 'PT Sans';
    font-size: 1em;
    font-weight: bold;
    line-height: 43px;
    padding: 0 47px;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    -moz-outline: 0;
    border: 0;
    letter-spacing: 0.05em;
}

/* Quote */
blockquote {
    border-color: #f39600;
    font: 2.14em Garamond;
}

.quote {
    padding: 1.5em 0;
}

.quote blockquote {
    margin: 0.5em auto;
    max-width: 600px;
}

/* Article Centered */
.article-centered {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 1.5em 0;
}

.article-centered h1 {
    margin-bottom: 0.5em;
}

.article-centered p {
    font-family: Garamond;
    font-size: 1.71em;
    display: block;
}

.article-centered li {
    font-family: Garamond;
    font-size: 1.71em;
    list-style-type: disc;
    line-height: 1.4em;
    margin: 0 50%;
}

.article-centered a {
    text-decoration: underline;
}

/* Article Iconized */
.article-iconized {
    width: 100%;
    margin: 0 auto;
    padding: 2em 0 1em 0;
}

.article-iconized ul li {
    width: 33.3%;
    float: left;
    margin-bottom: 1em;
}

.article-iconized-left {
    width: 30%;
    float: left;
    margin: 2% 5% 2% 0;
}

.article-iconized-right {
    width: 65%;
    float: left;
}

.article-iconized h2 {
    font-size: 1.46em;
    margin: 0px;
}

.article-iconized p {
    margin: 0px;
    text-decoration: none;
}

.article-iconized p a {
    color: #3e3e3e;
}

.article-iconized p .url-decorated {
    color: #662760;
    text-decoration: underline;
}

.article-iconized a {
    text-decoration: none;
}

/* Article left */
.article-left {
    padding: 1.5em 0 0.5em 0;
}

.article-left p {
    font-family: 'Garamond';
    font-size: 1.46em;
    margin-top: 0.3em;
}

.article-left ul li {
    font-family: 'Garamond';
    font-size: 1.46em;
    line-height: 18px;
    list-style-type: disc;
    line-height: 1.4em;
    margin: 0 1em;
}

.article-left a {
    text-decoration: underline;
}

/** Article Accordion **/
.article-accordion {
}

.article-centered .article-accordion-container {
    margin-bottom: 1.5em;
}

.article-accordion h3 {
    display: inline-block;
    *display: inline;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    font-family: 'PT Sans';
    font-size: 1.46em;
    font-style: normal;
    font-variant: normal;
    font-stretch: normal;
}

.article-accordion p {
    font-family: Garamond;
    font-size: 1.46em;
}

.article-accordion ul li {
    font-family: Garamond;
    font-size: 1.46em;
    list-style-type: disc;
    line-height: 1.4em;
    display: list-item;
    margin: 0 1em;
}

.article-accordion-container .fa {
    color: #6a265d;
    font-size: 1.5em;
    font-weight: bold;
    width: 10em

}

.article-accordion a {
    text-decoration: underline;
}

.article-accordion-wrapper {
    /*float: left;*/
    clear: both;
    /*display: none;*/
    text-align: left;
}

.article-accordion-wrapper ul {
    margin-bottom: 22px;
}

.article-accordion-wrapper ul a {
    background: url(../images/bullet.png) no-repeat left center;
    padding-left: 20px;
}

/** Accordion trigger **/
.accordion-trigger-wrapper {
    float: inherit;
    text-align: center;
}

h3.accordion-trigger-wrapper {
    text-align: center;
}

a.accordion-trigger {
    background: url(../images/show-more2.png) no-repeat 0 -24px;
    display: block;

    height: 28px;
    margin: 10px auto;
    text-indent: -9999px;
    transition: none;
    width: 68px;
}

a.accordion-trigger-active {
    background-position: 0 3px !important;
}

.article-accordion-wrapper a.article-accordion-trigger {
    background-position: 0 3px;
}

a.article-accordion-trigger.active {
    background-position: 0 3px;
}

/* Article underlined*/
.article-underlined {
    padding: 1% 0;
    display: inline;
}

.article-underlined-headercontainer {
    padding: 0.5em 0;
    border-bottom: 1px solid #ddd;

}

.article-underlined-trigger {
    display: block;
    height: 2em;
}

.article-underlined-textcontainer {
    font-weight: bold;
}

.article-underlined a {
    text-decoration: underline;
}

.article-underlined-textcontainer-hidden {

}

.article-underlined h2 {
    /*text-transform: uppercase;*/
    font-size: 1.46em;
}

.article-underlined img {
    padding: 1% 0;
}

.article-underlined-textcontainer p {
    font-family: Garamond;
    font-size: 1.46em;
}

.article-underlined-textcontainer-hidden p {
    font-family: Garamond;
    font-size: 1.46em;
}

.article-underlined ul li {
    font-family: Garamond;
    font-size: 1.46em;
    list-style-type: disc;
    line-height: 1.4em;
    display: list-item;
    margin: 0 1em;
}

.article-underlined .fa {
    color: #6a265d;
    font-size: 1.5em;
    font-weight: bold;
}

/** Banner blocks **/

.banner-blocks {
    background-color: #f0efef;
    margin: 0px auto;
    text-align: center;
    padding: 1.5em 0;

}

.banner-block-small {
    position: relative;
    min-width: calc((1025px / 4) - 19px);
    height: 31em;
    overflow: hidden;
    /* float: left; */
    display: inline-block;
    text-align: center;
    margin: 5px;

}

.banner-block-img-container {
    width: 100%;
    /*height: 60%;*/
}

.banner-block-text-container {
    margin: 1em;
    /*height: 40%;*/
    /*overflow: hidden;*/

}

.banner-block-text-container-full {
    margin: 1em;
    /*height: 70%;*/
    /*overflow: hidden;*/
}

.banner-block-date-container {
    margin: 1.5em 1em;
    height: 40%;
}

.banner-block-small img {
    width: 100%
}

.banner-block-medium {
    position: relative;
    min-width: calc((1025px / 2) - 23px);
    min-height: 31em;
    overflow: hidden;
    /* float: left; */
    display: inline-block;
    text-align: center;
    margin: 5px;
}

.banner-block-medium img {
    width: 100%;
    height: auto;
}

.banner-block {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #6a265d;
}

.banner-blocks h2 {
    margin-bottom: 0.5em;
    text-align: center;
}

.banner-block-small .banner-bg01, .banner-block-medium .banner-bg01 {
    background-image: url(../images/files.png);
    background-size: 10em;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 1000;
}

.banner-block-small .banner-bg02, .banner-block-medium .banner-bg02 {
    background-image: url(../images/links.png);
    background-size: 10em;
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 1000;

}

.banner-block-small .banner-bg03, .banner-block-medium .banner-bg03 {
    background-size: 10em;
    background-image: url(../images/tips.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    z-index: 1000;
}

.banner-block h3 {
    text-align: left;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 0.3em;
}

.banner-block p {
    font-family: 'PT Sans';
    text-align: left;
    color: #fff;
    font-size: 1em;
    text-decoration: none;
    max-height: 20em;
    overflow: hidden;
}

.banner-blocks ul li {
    list-style-type: disc;
    font-family: 'PT Sans';
    text-align: left;
    color: #fff;
    font-size: 1em;
    margin-left: 17px;
}

.banner-blocks p a {
    text-decoration: underline;
    color: white;
}

p.date-right {
    text-align: right;
    display: block;
    font-weight: bold;
}

.banner-block-button-wrapper {
    bottom: 0;
}

.banner-block-button {
    clear: both;
    font-family: 'PT Sans';
    border: 1px solid #f0efef;
    text-align: center;
    letter-spacing: 0.05em;
    max-width: 90%;
    width: 100%;
    max-height: 12em;
    padding: 1em;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    -moz-outline: 0;
    display: block;
    overflow: hidden;
    position: absolute;
    margin: 0 1em;
    bottom: 1em;

}

/** .centered-buttons2 **/
.centered-buttons2 {
    background-color: #f49600;
    padding: 1.5em 0;
    text-align: center;
}

.centered-buttons2-wrapper {
    display: inline-block;
    *display: inline;
    vertical-align: bottom;
    max-width: 20em;
    margin: 0 3em;

}

.centered-buttons2 h2 {
    font-family: 'PT Sans';
    color: #3e3e3e;
    margin-bottom: 1em;

}

.centered-button2-standard {
    clear: both;
    color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    outline: 0;
    -moz-outline: 0;
    border: 0;
    display: inline-block;
    *display: inline;
    width: 18em;
    vertical-align: top;
    padding: 0.75em 1em;
    overflow: hidden;
    margin-bottom: 1em;

}

/** .centered-button **/
.centered-button {
    background-color: #f49600;
    padding: 1.5em 0;
    text-align: center;
}

.centered-button-wrapper {
    display: inline-block;
    *display: inline;
    vertical-align: top;
    max-width: 30em;
    margin: 0 1em;

}

.centered-button-wide {
    clear: both;
    color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 2em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    outline: 0;
    -moz-outline: 0;
    border: 0;
    display: inline-block;
    *display: inline;
    width: 25em;
    vertical-align: top;
    padding: 0.75em 1em;
    overflow: hidden;
}

/** .centered-socialnetwork-buttons **/
.centered-socialnetwork-buttons {
    margin: 0 auto;
    text-align: center;
}

.centered-socialnetwork-buttons-wrapper {
    width: auto;
    display: inline-block;
    *display: inline;
    margin: 1.5em 0;
}

.centered-socialnetwork-buttons h2 {
    /*text-transform: uppercase;*/
}

.socialnetwork-button {
    width: 33%;
    float: left;
    padding: 0;
    margin: 1.5em 0 0.5em 0;
}

.socialnetwork-button img {
    max-width: 70%;
    max-height: 70%;
}

/** .billboard-search **/
.billboard-search {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 1em 0;

}

.billboard-search-wrapper {
    position: relative;
    width: 70%;
    display: inline-block;
    *display: inline;
    margin: 6.5% 0 9.5% 0
}

.billboard-search-input {
    border: 2px solid #aaa;
    float: left;
    font-size: 1.14em;
    height: 3em;
    padding: 0 1.2%;
    margin: 0 2% 1em 0;
    width: 67%;

}

.billboard-search-button {
    background: none repeat scroll 0 0 #662760;
    border: medium none;
    float: left;
    color: #fff;
    cursor: pointer;
    letter-spacing: 0.05em;
    height: 3.4em;
    font-family: 'PT Sans';
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    width: 30%;
}

.billboard-search-payoff {
    position: relative;
    margin-top: 1em;
    display: inline-block;
    width: auto;

}

.billboard-search h1 {
    color: #454545;
    /*position: absolute;*/
    background-color: rgba(255, 255, 255, 0.6);
    padding: 0.3em 0.8em;
    text-align: center;

}

/** search-form1 **/
.search-form1 {
    background-color: #eee;
    padding: 2.2em 0 1.3em 0;
}

.search-form1-row {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.search-form1-field {
    margin: 0 1em 1em 0;
    display: inline-block;
    vertical-align: top;
}

.search-form1-input {
    border: 2px solid #aaa;
    width: 100%;
    height: 3em;
    background-color: #fff;
    font: normal 16px/45px 'PT Sans';
    padding-left: 0.5em;
    vertical-align: top;
}

.search-form1-select {
    border: 2px solid #aaa;
    width: 100%;
    height: 3em;
    background-color: #fff;
    font: normal 16px/45px 'PT Sans';
    padding-left: 0.5em;
}

.search-form1-button {
    width: 100%;
    height: 3em;
    text-align: center;
    letter-spacing: 0.05em;
    color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    -moz-outline: 0;
    border: 0;
}

.search-form1-field-title {
    width: 22em;
    height: 3.28em;
    text-align: right;
}

.search-form1-field-input {
    width: 25em;
    height: 3.28em;
}

.search-form1-field-btn {
    width: 12em;
    height: 3.28em;
}

/** search-results-header **/
.search-results-header {
    width: 100%;
    vertical-align: top;
    padding: 1em 0;

}

.search-results-header h2 {
    display: inline-block;
    width: 79.6%;
    vertical-align: middle;

}

.search-results-counter {
    font-size: 1em;
    font-weight: bold;
    font-family: 'PT Sans';
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f49600;
    color: #3e3e3e;
    letter-spacing: 0.05em;
    display: inline-block;
    min-width: 14em;
    width: 20%;
    height: 3.28em;
    text-align: center;
    line-height: 43px;
    vertical-align: middle;
}

/** search-results-filters **/
.search-results-filters {
    padding: 1.5em 0;
}

.search-results-filters-wrapper {
    width: 100%;
}

.search-results-filters-button {
    text-align: center;
    letter-spacing: 0.05em;
    width: 19.16%;
    color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
    line-height: 43px;
    margin: 0.4em 0.2em;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    -moz-outline: 0;
    border: 0;
    height: 3.28em;
}

.search-results-filters h3 {
    margin: 0 0 0.5em;
    text-align: left;
}

/** Search results **/
.search-results {
}

.search-result {
    text-align: left;
    width: 100%;
    padding: 1em 0;

}

.search-form1-row {
    /*margin: 0 6%;*/
}

.search-result-header {
    width: 100%;
}

.search-result-header-left {
    width: 70%;
    display: inline-block;
    vertical-align: top;
}

.search-result-header-right {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.search-result-title {
    font-family: 'PT Sans';
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    padding-bottom: 0.71em;
    display: inline-block;
    vertical-align: top;
}

.search-result-body {
    padding-bottom: 0.71em;
}

.search-result-button-wrapper {

}

.search-result p {
    font-family: 'EB Garamond';
    font-size: 1.14em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #3e3e3e;
    width: 85%;
}

.search-result p a {
    color: #3e3e3e;
}

.search-result p .url-decorated {
    color: #662760;
    text-decoration: underline;
}

.search-result a {
    text-decoration: none;
}

.search-result ul li {
    font-family: 'EB Garamond';
    font-size: 1.14em;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    list-style-type: disc;
    line-height: 24px;
    display: list-item;
    margin: 0 1em;
}

.search-result-category {
    text-align: center;
    line-height: 31px;
    padding: 0 1em;
    max-width: 100%;
    font-size: 0.86em;
    font-weight: bold;
    font-family: 'PT Sans';
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f49600;
    clear: both;
    color: #3e3e3e;
    letter-spacing: 0.05em;
    display: inline-block;
    vertical-align: top;
    float: right;
    overflow: hidden;
}

.search-result-date {
    color: #68265b;
    font-family: 'PT Sans';
    font-size: 1.2em;
    line-height: 30px;
    width: 100%;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    float: right;
}

.search-result-button {
    line-height: 31px;
    padding: 0 2.78em;
    margin: 0 1.07em 1em 0;
    font-size: 0.86em;
    font-weight: bold;
    font-family: 'PT Sans';
    text-decoration: none;
    text-transform: uppercase;
    background-color: #6a265d;
    color: #fff;
    letter-spacing: 0.05em;
    float: left;
}

.mouseover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.mouseover:hover {
    background: #e1e1e1 !important;

}

/** search-results-address **/
.search-results-address {
    margin: 0 auto;
    text-align: center;
}

.search-results-address-block {
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    border-bottom: 2px solid #ddd;
    padding: 1em 0;
    overflow: hidden;
    min-height: 8em;
    height: auto;
    text-align: left;

}

.search-results-address-block:hover {
    background: #f6f6f6;
}

.search-results-address-left {
    float: left;
    width: 55%;
    height: auto;
}

.search-results-address-right {
    float: right;
    width: 40%;
    height: auto;
}

.search-results-address h2 {
    font-family: 'PT Sans';
    font-size: 1.714em;
    line-height: 28px;
    padding: 0 0 0 13px;
}

.search-results-address h3 {
    font-family: 'PT Sans';
    font-weight: bold;
    font-size: 1em;
    line-height: 1.64em;
}

.search-results-address p {
    font-family: 'PT Sans';
    font-size: 1em;
    line-height: 1em;
}

.search-results-address span {
    float: left;
    margin: 0.25em 2% 0 0;
    background: #232323;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    display: block;
    font: bold 14px/17px 'PT Sans';
    height: 17px;
    width: 17px;
    text-align: center;
}

.search-results-address p a {
    color: #3e3e3e;
}

.search-results-address p .url-decorated {
    color: #662760;
    text-decoration: underline;
}

.search-results-address a {
    text-decoration: none;
}

/** contact-maps **/
.contact-maps-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 1.5em 0;
}

.contact-maps-column-left {
    display: inline-block;
    width: 43.2%;
    vertical-align: top;
}

.contact-maps-column-right {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    margin: -10px 0 0 0;
}

.contact-maps-header {
    vertical-align: top;
}

.contact-maps-header-left {
    float: left;
}

.contact-maps-header-right {
    float: right;
}

.contact-maps-block {
    float: left;
    width: 27em;
    padding: 14px 0;
    /*cursor: pointer;
    transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -o-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;*/
}

.contact-maps p a {
    text-decoration: underline;
}

.contact-maps-block:hover {
    /* background: #f6f6f6;*/
}

.contact-maps h2 {
    font-family: 'PT Sans';
    font-size: 1.714em;
    line-height: 28px;

}

.contact-maps h3 {
    font-family: 'PT Sans';
    font-weight: bold;
    font-size: 1em;
    line-height: 1.64em;
    margin: 0;
}

.contact-maps2 h3 {
    font-family: 'PT Sans';
    font-weight: bold;
    font-size: 1em;
    line-height: 1.64em;
    margin: 0 0 0 2em;
}

.contact-maps p {
    font-family: 'PT Sans';
    font-size: 1em;
    line-height: 1.64em;
    margin: 0;
}

.contact-maps2 p {
    font-family: 'PT Sans';
    font-size: 1em;
    line-height: 1.64em;
    margin: 0 0 0 2em;
}

.contact-maps span {
    margin: 0.25em 0.7em 0 -27px;
    background: #232323;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    display: inline-block;
    font: bold 14px/17px 'PT Sans';
    height: 17px;
    width: 17px;
    text-align: center;
}

.google-map {
    margin: 0.71em 0 0 1.57em;
    height: 39em;
    width: 39.85em;
}

#map-canvas {
    width: 100%;
    height: 100%;
}

.contact-maps-button {
    vertical-align: top;
    line-height: 31px;
    padding: 0 1em;
    font-size: 0.86em;
    font-weight: bold;
    font-family: 'PT Sans';
    text-decoration: none;
    text-transform: uppercase;
    background-color: #6a265d;
    clear: both;
    color: #fff;
    display: inline-block;
    letter-spacing: 0.05em;
}

/** equal col **/
.equal-col {
    background-color: #f6ab33;
    text-align: center;
}

.equal-col-left img {
    height: 100%;
    width: auto;

}

.equal-col-wrapper {
    text-align: left;
    min-height: 10em;
    height: 100%;

}

.equal-col-left {
    width: 50%;
    float: left;

}

.equal-col-left-inner {
    float: right;
    display: inline-block;
}

.equal-col-right {
    width: 50%;
    float: right;
    text-align: center;
    margin-top: 10%;
    padding: 1em;
    height: 100%;

}

.equal-col-heading {
    color: #3e3e3e;
    line-height: 39px;
    margin-bottom: 45px;
    text-align: center;
}

.equal-col-button {
    text-align: center;
    clear: both;
    color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
    line-height: 43px;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    -moz-outline: 0;
    border: 0;
    width: 18em;
}

/** equal col2 **/
.equal-col2-wrapper {
    height: 100%;
    text-align: left;
}

.equal-col2-left {
    width: 50%;
    float: left;
}

.equal-col2-right {
    width: 50%;
    float: right;
    padding: 1em;
}

.equal-col2-heading {
    color: #3e3e3e;
    font-size: 1.46em;
    margin: 0 0 0.8em 0;
}

.equal-col3-heading {
    color: #3e3e3e;
    /*font-size: 1.46em;*/
    margin: 2em 0 0.8em;
}

.equal-col2 h3 {
    font-size: 1.46em;
    font-weight: bold;
}

.equal-col2 .fa {
    color: #6a265d;
    font-size: 1.1em;

}

.equal-col2-form-row {
    width: 100%;
    /*display: inline-block;*/
    vertical-align: top;
    /*float: left;*/
    margin: 0 1em 2.5em 0;
}

.equal-col2-form-row2 {
    width: 100%;
    vertical-align: top;
    float: left;
}

.equal-col2-form-row3 {
    width: 100%;
    /*display: inline-block;*/
    vertical-align: top;
    /*float: left;*/
    text-align: center;

}

.equal-col2-form-field {
    display: inline-block;
    vertical-align: top;
}

.equal-col2-form-field-size {
    width: 100%;
    height: 3.28em;
}

.equal-col2-form-input-title {
    display: inline;
}

.equal-col2-form-input {
    border: 2px solid #aaa;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    padding-left: 0.5em;
    vertical-align: top;
}

.equal-col2-form-button {
    text-align: center;
    width: 12em;
    clear: both;
    color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
    line-height: 43px;
    text-decoration: none;
    text-transform: uppercase;
    float: right;
    outline: 0;
    -moz-outline: 0;
    border: 0;
    letter-spacing: 0.05em;
    margin-top: 1em;
}

.equal-col2-form-button2 {
    text-align: center;
    max-width: 12em;
    width: 100%;
    clear: both;
    color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
    line-height: 43px;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    -moz-outline: 0;
    border: 0;
    letter-spacing: 0.05em;
    margin: 1em 0 0 1%;
}

.equal-col2-form-button-02 {
    float: left
}

.equal-col-icon-wrapper {
    padding-top: 60px;
    background-color: #fff;
}

.equal-col-icon {
    height: 120px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    margin-top: -60px;
    width: 120px;
    z-index: 10;
}

.equal-col ul li, .equal-col2 ul li {
    list-style-type: disc;
    margin: 0 1.3em;
    font-size: 1.46em;
    font-family: 'PT Sans';
    line-height: 1.4em;
}

.equal-col p, .equal-col2 p {
    font-size: 1.46em;
}

.equal-col p a, .equal-col2 p a {
    text-decoration: underline;

}

/** overwrites old equal col section **/
.equal-col .pull-right .content-wrapper .content-inner {
    padding: 0 1em;
}

/** contact-form1 **/
.contact-form1 {
    padding: 1.5em 0;
}

.contact-form1-row {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.contact-form1-field {
    margin: 0 1em 3em 0;
    display: inline-block;
    vertical-align: top;
}

.contact-form1-input {

    border: 2px solid #aaa;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    padding-left: 0.5em;
    vertical-align: top;
}

.contact-form1-select {

    border: 2px solid #aaa;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    padding-left: 0.5em;
}

.contact-form1-textarea {
    resize: none;
    border: 2px solid #aaa;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    padding-left: 0.5em;
    line-height: 20px;
}

.form1-input-title {
    display: inline;
}

.contact-form1-field-salutation {
    width: 7em;
    min-width: 6em;
    height: 3.28em;
}

.contact-form1-field-firstname {
    width: 27em;
    height: 3.28em;
}

.contact-form1-field-lastname {
    width: 35em;
    height: 3.28em;
}

.contact-form1-field-address {
    width: 35em;
    height: 3.28em;
}

.contact-form1-field-complaint {
    width: 35em;
    height: 9em;
}

.contact-form1-field-zipcode {
    width: 10em;
    height: 3.28em;
    /*margin-top: -6.2em;*/
}

.contact-form1-field-location {
    width: 24em;
    height: 3.28em;
    /*margin-top: -6.2em;*/
}

.contact-form1-button {
    text-align: center;
    width: 12em;
    clear: both;
    color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
    line-height: 43px;
    margin: 0 2em 1em 0;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    -moz-outline: 0;
    border: 0;
    float: right;
    letter-spacing: 0.05em;
}

.contact-form1 h2 {
    margin-bottom: 0.5em;
}

.contact-form1 h3 {
    font-size: 1.14em;
    font-weight: bold;
}

.contact-form1 p {
    color: #d90000;
    font-size: 1.14em;
}

.contact-form1 img {
    margin-bottom: 2px;
}

.contact-form1 .fa {
    color: #6a265d;
    font-size: 1.1em;
}

/** complaint-form **/
.complaint-form {
    padding: 1.5em 0;
}

.complaint-form-row {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    float: left;
}

.complaint-form-field {
    margin: 0 1em 3em 0;
    display: inline-block;
    vertical-align: top;
}

.complaint-form-input {
    border: 2px solid #aaa;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    padding-left: 0.5em;
    vertical-align: top;
}

.complaint-form-select {

    border: 2px solid #aaa;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    padding-left: 0.5em;
}

.complaint-form-textarea {
    resize: none;
    border: 2px solid #aaa;
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    padding-left: 0.5em;
    line-height: 20px;
}

.form-input-title {
    display: inline;
}

.complaint-form-field-salutation {
    width: 7em;
    min-width: 6em;
    height: 3.28em;
}

.complaint-form-field-firstname {
    width: 27em;
    height: 3.28em;
}

.complaint-form-field-lastname {
    width: 35em;
    height: 3.28em;
}

.complaint-form-field-address {
    width: 35em;
    height: 3.28em;
}

.complaint-form-field-zipcode {
    width: 10em;
    height: 3.28em;
}

.complaint-form-field-location {
    width: 24em;
    height: 3.28em;
}

.complaint-form-field-email {
    width: 35em;
    height: 3.28em;

}

.complaint-form-field-phone {
    width: 35em;
    height: 3.28em;
}

.complaint-form-field-organisation {
    width: 35em;
    height: 3.28em;
}

.complaint-form-field-complaint {
    width: 35em;
    height: 9em;
}

.complaint-form-field-solution {
    width: 35em;
    height: 9em;
}

.complaint-form-button {
    text-align: center;
    width: 12em;
    clear: both;
    color: #fff;
    font-family: 'PT Sans';
    font-size: 1em;
    font-weight: bold;
    display: inline-block;
    line-height: 43px;
    margin: 1em 2em 1em 0;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    -moz-outline: 0;
    border: 0;
    float: right;
    letter-spacing: 0.05em;
}

.complaint-form h2 {
    margin-bottom: 0.5em;

}

.complaint-form h3 {
    font-size: 1.14em;
    font-weight: bold;
}

.complaint-form p {
    color: #d90000;
    font-size: 1.14em;
}

.complaint-form fieldset {
    border: none;
    width: 36em;
    display: inline-block;
    margin-bottom: 1em;
}

.complaint-form input[type="radio"] {
    margin: 0.5em;

}

.complaint-form img {
    margin-bottom: 2px;
}

.complaint-form .fa {
    color: #6a265d;
    font-size: 1.1em;
}

/** news **/
.contact-wrapper-outer {
    float: right;
}

.flexslider p {
    /* margin-bottom: 2em;*/
}

.flexslider p {
    /* margin-bottom: 2em;*/
}

.news p a {
    text-decoration: underline;
}

.news .contact-wrapper a {
    text-decoration: none;
}

.news-more-button {
    clear: both;
    color: #fff;
    display: inline-block;
    font-family: 'PT Sans';
    font-size: 1em;
    font-weight: bold;
    line-height: 43px;
    padding: 0 47px;
    text-decoration: none;
    text-transform: uppercase;
    outline: 0;
    -moz-outline: 0;
    border: 0;
    letter-spacing: 0.05em;
}

.slider-steps-hidden-article-wrapper {
    margin-top: 1em;
}

.flexslider-wrapper .pull-right h3 {
    margin-bottom: 14px;
}

.news-carousel h2 {
    margin: 17px 0 15px;
}

.two-col {
    border-top: 0;
}

/** slider-steps **/
.slides p {
    color: #fff;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding: 0 1em;
}

.slider-steps-article-wrapper p a {
    text-decoration: underline;
}

.slider-steps-article-wrapper ul li {
    color: #5c5c5c;
    font-family: 'Garamond';
    font-size: 1.46em;
    list-style-type: disc;
    margin: 0 1em;
    line-height: 1.4em;
}

.wrapper-inner {
    margin: -2.5em auto 0 auto;
}

.flexslider-wrapper {
    padding-bottom: 2.2em;
}

.flexslider-wrapper h2 {
    margin-bottom: 0;
    padding: 0.8em 0 2.2em 0;
}

.flexslider-wrapper2 {
    padding-top: 0;
}

/** overview-AZ**/
.overview-AZ-wrapper {
    margin: 1em 0 4em 0;
}

.overview-AZ-picker {
    font-size: 1.46em;
    display: inline-block;
    line-height: 1.8em;
}

.test li {
    padding-top: 10em;
}

.overview-AZ-subjects {
    font-size: 1em;
    margin: 3em 0 1em -4em;
}

.overview-AZ a {
    margin: 0 1em 0.5em 0;
}

.overview-AZ li {
    display: list-item;
    margin: 0 0 1em 6em;
}

.overview-AZ h2 {
    color: #520d44;
    font-size: 5em;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 -15em 0;
    line-height: 1.3em;
}

.overview-AZ i {
    color: #520d44;
    margin: 0 0.5em 0 0;
}

.back-to-top {
    background: url(../images/feedback.jpg) no-repeat;
    display: block;
    height: 180px;
    position: fixed;
    right: 0;
    top: 264px;
    width: 50px;
    z-index: 100;
}

/** subjects-list **/
.subjects-list {
    background-color: #f0efef;
    text-align: center;
    padding: 1em 0;
}

.subjects-list ul {
    overflow: hidden;
    color: #68265b;

}

.subjects-list ul li {
    display: inline-block;
    width: 22em;
    vertical-align: top;
}

.subjects-list-subthemes ul li {
    padding: 0;
    list-style: none;
    display: list-item;
    margin: 0;
}

.subjects-list a {
    color: #68265b;
    font-size: 1em;
}

.subjects-list a:hover {
    color: #68265b;
    text-decoration: underline;
}

.subjects-list a:visited {
    color: #68265b;
    text-decoration: none;
}

/** nav-arrows **/
.nav-arrows {
    text-align: center;
    font-size: 2em;
    padding: 1em;
}

.nav-arrows p {
    display: none;
}

.nav-arrows ul {
    overflow: hidden;
    color: #68265b;

}

.nav-arrows ul li {
    display: inline-block;
    margin: 0 1em;
}

.nav-arrows a {
    color: #68265b;
}

.nav-arrows a:hover {
    color: #68265b;
    text-decoration: none;
}

.nav-arrows a:visited {
    color: #68265b;
    text-decoration: none;
}

/** .article-image **/
.article-image {
    height: 100%;
    width: 100%;
    text-align: center;
    /*padding: 0 1em;*/

}

/** footer **/
.footer p {
    color: #fff;
}

/** context-underline **/
/*.context-underline {
    text-decoration: underline;
    text-decoration-color: #f49600;
    text-decoration-style: wavy;
}*/

.context-underline {
    /*border-bottom: 1px dotted #68265b;;*/
    display: inline-block;
    position: relative;
    background-color: transparent;
    /*font-style: italic;*/
}

.context-underline:after {
    content: '';
    height: 5px;
    width: 100%;
    border-bottom: 2px dotted #68265b;
    position: absolute;
    bottom: 2px;
    left: -2px;
}

/** disclaimer **/
.disclaimer {
    background: #fff;
    margin: 0 auto;
    padding: 1.5em 0 0 0;
}

.disclaimer-wrapper {
    padding: 1em 0;
    border-top: 2px solid #ddd;
    text-align: center;
}

.disclaimer li {
    display: inline-block;
    *display: inline;
    padding: 0 0.25em 0 0.5em;
}

.disclaimer a {
    border-left: 1px solid #3e3e3e;
    padding-left: 1em;
}

.disclaimer span {
    color: #f49600;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    white-space: nowrap;

}

.disclaimer p {
    color: #662760;
    text-transform: uppercase;
    font-family: "PT Sans", sans-serif;
    font-weight: bold;
    line-height: 1.4em;
}

@media only screen
and (max-width: 1100px) {

    .contact-form1 h2 {
        width: 100%;
        display: inline-block;
    }

    .contact-form1-row {
        width: 510px;
    }

    .complaint-form h2 {
        width: 100%;
        display: inline-block;
    }

    .complaint-form-row {
        width: 510px;
    }

}

@media only screen
and (max-width: 800px) {
    .contact-wrapper-outer {
        float: left;
    }

    .contact-wrapper {
        padding-right: 35em;
    }
}

@media only screen
and (max-width: 768px) {
    /* Generic classes @ 768px */
    h1, h2, h3, h4 {
        line-height: 1.3em;
    }

    h1 {
        font-size: 1.94em;
    }

    h2 {
        font-size: 1.63em;
    }

    h3 {
        font-size: 1.26em;

    }

    p {
        line-height: 1.3em;
    }

    .header-rgt {
        padding: 10px 0 0 0;
    }

    /** Quote @ 768px **/
    .quote blockquote {
        font-size: 1.94em;
    }

    /** article-centered @ 768px **/
    .article-centered p {
        font-size: 1.46em;
    }

    .article-centered ul li {
        font-size: 1.46em;
    }

    /** article-iconized @ 768px **/
    .article-iconized h2 {
        font-size: 1.26em;
    }

    .article-iconized ul li {
        width: 48%;
    }

    /** article-left @ 768px **/
    .article-left p {
        font-size: 1.36em;
    }

    .article-left ul li {
        font-size: 1.36em;
    }

    /** article-accordion @ 768px **/
    .article-accordion p {
        font-size: 1.36em;
    }

    .article-accordion ul li {
        font-size: 1.36em;
    }

    .article-accordion a {
        font-size: 1em;
    }

    /** article-underlined @ 768px **/
    .article-underlined h2 {
        font-size: 1.36em;
    }

    .article-underlined p {
        font-size: 1.36em;
    }

    .article-underlined ul li {
        font-size: 1.36em;
    }

    /** banner-blocks @ 768px **/
    /** centered-socialnetwork-buttons @ 768px **/
    .socialnetwork-button img {
        width: 100%;
        height: 100%;
    }

    .centered-socialnetwork-buttons h2 {
        font-size: 1.4em;
    }

    /** search-form1 @ 768**/
    .search-form1-row {
        margin: 0;
    }

    .search-form1-field-title {
        text-align: left;
    }

    /** search-results-header @768px **/
    .search-results-header h2 {
        display: block;
        padding-bottom: 0.5em;
    }

    .search-results-counter {

        float: left;
    }

    /** search-results-filters @ 768px **/
    .search-results-filters-button {
        width: 32%;
    }

    /** search-results @ 768px **/
    .search-result-header-left {
        width: 100%;
    }

    .search-result-header-right {
        width: 100%;
    }

    .search-result-category {
        float: left;
    }

    .search-result-date {
        margin-right: 1.5em;
        font-size: 1.1em;
        float: left;
        text-align: left;
    }

    /** search-results-address @ 768px **/
    .search-results-address-left {
        width: 50%;
    }

    /** contact-maps @ 768px **/
    .contact-maps-header-right {
        float: left;
        margin: 1em 0;
    }

    .google-maps {
        float: left;
    }

    #map-canvas {
        width: 50%;
        height: 100%;
    }

    /** equal-col @768px **/
    .equal-col-left {
        width: 100%;
        height: auto;
        text-align: center;

    }

    .equal-col-right {
        margin-top: 5%;
        width: 100%;
        float: left;
    }

    .equal-col-left img {
        height: auto;
    }

    /** equal-col2 @768px **/
    .equal-col2-left {
        width: 100%;
        height: auto;
        text-align: center;

    }

    .equal-col-left-inner {
        float: left;
    }

    .equal-col2-right {
        width: 100%;
        float: left;
    }

    .equal-col3-heading {
        margin-top: 0;
    }

    .equal-col2-form-button {
        float: none;
    }

    .equal-col-icon {

    }

    .equal-col p, .equal-col2 p, .equal-col h3, .equal-col2 h3 {
        font-size: 1.36em;
    }

    /** contact-form @768px **/
    .contact-form1-button {
        float: left;
    }

    .contact-form1-row {
        width: 100%;
    }

    .contact-form1-field-salutation {
        width: 100%;
    }

    .contact-form1-field-firstname {
        width: 100%;
    }

    .contact-form1-field-lastname {
        width: 100%;
    }

    .contact-form1-field-address {
        width: 100%;
    }

    .contact-form1-field-complaint {
        width: 100%;
    }

    .contact-form1-field-zipcode {
        width: 100%;
    }

    .contact-form1-field-location {
        width: 100%;
    }

    .contact-form1-field-phone {
        width: 100%;
    }

    .contact-form1-field-email {
        width: 100%;
    }

    .contact-form1-button {
        width: 100%;
        font-weight: normal;
    }

    /** complaint-form @768px **/
    .complaint-form-button {
        float: left;
    }

    .complaint-form-row {
        width: 100%;
    }

    .complaint-form-field-salutation {
        width: 100%;
    }

    .complaint-form-field-firstname {
        width: 100%;
    }

    .complaint-form-field-lastname {
        width: 100%;
    }

    .complaint-form-field-address {
        width: 100%;
    }

    .complaint-form-field-complaint {
        width: 100%;
    }

    .complaint-form-field-zipcode {
        width: 100%;
    }

    .complaint-form-field-location {
        width: 100%;
    }

    .complaint-form-field-phone {
        width: 100%;
    }

    .complaint-form-field-email {
        width: 100%;
    }

    .complaint-form-field-organisation {
        width: 100%;
    }

    .complaint-form-button {
        width: 100%;
        font-weight: normal;
    }

    /** news @ 768px **/
    .news-carousel a.more-button {
        margin: 1em 0;
    }

    .owl-carousel .owl-wrapper-outer {
        margin-bottom: 0;
    }

    /** overview-AZ @ 768px **/
    .overview-AZ-subjects {
        margin: 2em 0 1em -4em;
    }

    .overview-AZ li {
        margin: 0 0 1em 5em;
    }

    .overview-AZ h2 {
        font-size: 4em;
        line-height: 1.5em;
    }
}

@media only screen
and (max-width: 468px) {

    /* Generic classes @ 468px */
    h1, h2, h3, h4 {
        line-height: 1.2em;
    }

    h1 {
        font-size: 1.84em;
    }

    h2 {
        font-size: 1.53em;
    }

    h3 {
        font-size: 1.16em;

    }

    p {
        line-height: 1.2em;
    }

    /* header @ 468px*/
    .header-padding {

    }

    .breadcrumb.breadcrumb1.page-identifier, .breadcrumb.breadcrumb1, .breadcrumb.breadcrumb-row {
        padding: 1em 0 0 0;
    }

    /** icons @ 468px **/
    .icons-more-button {
        font-weight: normal;
        width: 100%;
    }

    /** show-more @ 468px **/
    .show-more-button {
        font-weight: normal;
        width: 100%;
    }

    /** Quote @ 468px **/
    .quote blockquote {
        font-size: 1.63em;
    }

    /** article-centered @ 468px **/
    .article-centered h1 {
        line-height: 1.2em;
    }

    .article-centered p {
        font-size: 1.26em;
        line-height: 1.2em;
    }

    .article-centered ul li {
        font-size: 1.26em;
        line-height: 1.2em;
    }

    /** article-iconized @ 468px **/
    .article-iconized h2 {
        font-size: 1.16em;
    }

    .article-iconized ul li {
        width: 100%;
    }

    /** article-left @ 468px **/
    .article-left p {
        font-size: 1.26em;
    }

    .article-left ul li {
        font-size: 1.26em;
    }

    /** article-accordion @ 468px **/
    .article-accordion p {
        font-size: 1.26em;
    }

    .article-accordion ul li {
        font-size: 1.26em;
    }

    .article-accordion-wrapper a {
        font-size: 0.85em;
    }

    /** article-underlined @ 468px **/
    .article-underlined h2 {
        font-size: 1.26em;
    }

    .article-underlined p {
        font-size: 1.26em;
    }

    .article-underlined ul li {
        font-size: 1.26em;
    }

    /** banner-blocks @ 468px **/
    .banner-block-small, .banner-block-medium {
        min-width: calc(1025px / 4);
        margin: 5px 0;
    }

    /*.banner-block-small img{
        width: 100%;
        height: 50%;

    }
    .banner-block-small {
        width: 100%;

    }*/
    /** centered-buttons2 @ 468px **/
    .centered-buttons2-wrapper {
        padding: 0;
        margin: 0;
    }

    .centered-button2 {
        width: 100%;
    }

    .centered-button2-standard {
        font-weight: normal;
        margin: 0 0 1em 0;
    }

    /** centered-button @ 468px **/
    .centered-button {
        width: 100%;
    }

    .centered-button-wrapper {
        margin: 0;
    }

    .centered-button-wide {
        width: 100%;
        font-weight: normal;
        margin: 0 0 1em 0;
    }

    /** billboard-search @ 468px **/
    .billboard-search-wrapper {
        width: 100%;
        margin: 15% 0;
    }

    .billboard-search-input {
        width: 100%;

    }

    .billboard-search-button {
        width: 100%;
        font-weight: normal;
    }

    .billboard-search-payoff {
        width: 100%;
    }

    /** search-form @ 468px **/
    .search-form1-row {
        margin: 0 0 1em 0;
    }

    .search-form1-field-input {
        width: 18em;
        margin: 0;
        padding: 0;
    }

    .search-form1-button {
        font-weight: normal;
    }

    .search-form1-field-title {
        height: 2em;
        margin: 0;
        padding: 0;
    }

    .search-form1-field {
        margin: 0;
    }

    .search-form1-field-btn {
        width: 18em;
        margin-top: 1em;

    }

    .search-form1 h2 {
        font-family: 'PT Sans';
    }

    /** search-results-header @ 468px **/
    .search-results-header h2 {
        width: 100%;
        font-weight: normal;
        margin-bottom: 0.5em;
    }

    .search-results-counter {
        width: 18em;
    }

    /** search-results-filters @ 468px **/
    .search-results-filters-button {
        width: 18em;
        font-weight: normal;
    }

    .search-results-filters h3 {
        margin: 1em 0 0.5em 0;
    }

    /** search-results @ 468px **/
    .search-result-wrapper {

    }

    .search-results h2 {
        font-size: 1.28em;
    }

    .search-results h3 {
        font-size: 1.14em;
    }

    .search-result-header-right {
        font-size: 0.95em;
    }

    .search-result-button {
        width: 100%;
        text-align: center;
        font-weight: normal;
    }

    .search-result-category {
        font-weight: normal;
    }

    .search-result-date {
        font-size: 1em;
    }

    /** search-results-address @ 468px **/
    .search-results-address-right {
        width: 100%;
    }

    .search-results-address-right {
        float: left;
        width: 100%;
        padding: 0 0 0 1.7em;
    }

    /** contact-maps @ 468px **/
    .contact-maps-block {
        width: 100%;
        text-align: center
    }

    .contact-maps-column-right {
        width: 9%;
        display: none;
        visibility: hidden
    }

    .contact-maps-column-left {
        width: 100%;
        float: left;
    }

    .contact-maps-button {
        float: left;
    }

    #map-canvas {
        display: none;
        visibility: hidden
    }

    /** equal-col @468px **/
    .equal-col-wrapper {
        height: 25em;
    }

    .equal-col-left {
        width: 100%;
        float: left;
    }

    .equal-col-right {
        width: 100%;
        float: left;
        margin-top: 10%;
    }

    .equal-col-heading {
        font-size: 1.71em;
        line-height: 0;
        margin-bottom: 45px;
    }

    .equal-col-button {
        width: 100%;
        font-weight: normal;
    }

    /** equal-col2 @468px **/
    .equal-col2-form-button {
        width: 100%;
        font-weight: normal;
    }

    .equal-col2-form-button2 {
        width: 100%;
        font-weight: normal;
        max-width: none;
        margin: 1em 0 0 0;
    }

    .equal-col-icon {
        display: none;
    }

    .equal-col-icon-wrapper {
        padding-top: 0;
    }

    .equal-col p, .equal-col2 p, .equal-col h3, .equal-col2 h3 {
        font-size: 1.26em;
    }

    /** contact-form @468px **/
    /** complaint-form @468px **/
    /** news @468px**/
    .contact-wrapper {
    }

    .news-carousel a.more-button {
        font-weight: normal;
        text-align: center;
    }

    .flexslider-wrapper a.more-button {
        margin-top: 1em;
        float: left;
        width: 100%;
        height: 100%;
        font-weight: normal;
        text-align: center;
    }

    /** tiles-slider **/
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        position: relative;
        min-height: 1px;
        padding: 0;
    }

    /** overview-AZ @ 468px **/
    .overview-AZ-subjects {
        margin: 1em 0 1em -4em;
    }

    .overview-AZ li {
        margin: 0 0 1em 4em;
    }

    .overview-AZ h2 {
        font-size: 3em;
        line-height: 1.7em;
    }

    /** subjects-list @ 468px **/
    .subjects-list ul li {
        width: 100%
    }

    /** disclaimer @ 468px **/
    .disclaimer img {
        display: none;
    }

    .disclaimer {
        font-size: 0.9em;
    }

    .disclaimer-wrapper {
        padding: 0;
    }

    .disclaimer li {
        padding: 0px 0.25em 0.5em 0.5em;
    }

    .disclaimer p {
        padding-top: 1em;
        line-height: 1.8em;
    }
}
