body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}


/*---HEADER---*/

header {
    background-color: #0663ad;
    padding-bottom: 4px;
    height: auto;
    /*---header bleibt stehen---*/
    position: fixed;
    width: 100%;
    z-index: 9999;
}

/*---ALLGEMEINE STYLES---*/

h1,h2,h3,h4,h5,h6,p,a,a:hover,ul,li,span {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
}
/*---ALLGEMEINE STYLES---*/

h1,h2,h3,h4,h5,h6,p,a,a:hover,ul,li,span {
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-decoration: none;
}

/*---METANAVIGATION---*/

.metanavigation {
    margin-top: 10px;
}

.metanavigation li {
    float: left;
}

.metanavigation li a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 10px 0 0;
    text-transform: uppercase;
    font-style: normal;
}

.metanavigation li a:hover,
.metanavigation li.current-menu-item a {
    text-decoration: underline;
}

.metanavigation li a:after {
    content: "|";
    margin-left: 10px;
}

.metanavigation li:last-of-type a:after {
    content: "";
}

/*--LOGO---*/

.logo {
    width: 100%;
}

/*---HAUPTNAVIGATION---*/

.hauptnavigation-container {
    margin: 45px 0 30px 0;
}

.hauptnavigation-container .hauptnavigation {
    display: block;
}

.hauptnavigation-container .hauptnavigation > li {
    float: left;
    width: 16.59%;
    text-align: center;
    background-color: rgba(255,255,255,0.1);
    margin-left: 1px;
    height: 65px;
    vertical-align: middle;
    line-height: 65px;
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -webkit-transition: all ease 1s;

}

.hauptnavigation-container .hauptnavigation > li:hover,
.hauptnavigation-container .hauptnavigation > li.current-menu-item,
.hauptnavigation-container .hauptnavigation > li.current-menu-ancestor {
    background-color: rgba(255,255,255,0.25);
}

.hauptnavigation-container .hauptnavigation > li:first-of-type {
    margin-left: 0px;
}

.hauptnavigation-container .hauptnavigation > li.einzeilig {
    padding-top: 10px;

}

.hauptnavigation-container .hauptnavigation > li > a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 900;
    font-style: italic;
    color: #ffffff;
    padding: 13px 15px 0 15px;
    display: block;
    height: 69px;
}

.hauptnavigation-container .hauptnavigation > li.einzeilig > a {
    height: 59px;
}

.hauptnavigation-container .hauptnavigation > li:hover > a,
.hauptnavigation-container .hauptnavigation > li.current-menu-item > a,
.hauptnavigation-container .hauptnavigation > li.current-menu-ancestor > a {
    color: #ffffff;
    text-decoration: none;

}

.hauptnavigation-container .hauptnavigation > li.current-menu-item > a,
.hauptnavigation-container .hauptnavigation > li.current-menu-ancestor > a{
    border-bottom: 4px solid #ffffff;
}

/*---KLAPP NAVIGATION---*/

.hauptnavigation-container .hauptnavigation > li > .sub-menu {
    display: none;
}

.hauptnavigation-container .hauptnavigation > li:hover > .sub-menu {
    display: block;
    width: 250px;
    position: absolute;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: italic;
    padding: 15px 15px;
    margin-top: -4px;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 2px 10px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 2px 10px 0px rgba(50, 50, 50, 0.25);
}

.hauptnavigation-container .hauptnavigation > li:last-of-type:hover > .sub-menu {
    right: 15px;
}

.hauptnavigation-container .hauptnavigation > li > .sub-menu > li {
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    font-style: italic;
    font-weight: 500;
}

.hauptnavigation-container .hauptnavigation > li > .sub-menu > li:last-of-type {
    border-bottom: 0px;
}

.hauptnavigation-container .hauptnavigation > li:hover > .sub-menu > li > a {
    color: #0663ad;
    padding: 7px 0;
    display: block;
    transition: all ease 0.5s;
}

.hauptnavigation-container .hauptnavigation > li > .sub-menu > li a:hover {
    color: #696a6a;
}

.hauptnavigation-container .hauptnavigation > li > .sub-menu > li.current-menu-item a {
    color: #696a6a;
}
.hauptnavigation-container .hauptnavigation > li > .sub-menu > li.current-menu-item a:after {
    content: " ";
    background-image: url("../img/link-arrow_hover.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 13px;
    position: absolute;
    margin: 3px 0 0 5px;
}

/*---SUBNAVIGATION-IN-CONTENT---*/

.subnavigation-in-content {
    margin-top: 50px;
    padding: 0px;
}

.subnavigation-in-content ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.subnavigation-in-content li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    background-image: none;
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    font-style: italic;
    font-weight: 500;
}

.subnavigation-in-content .menu-hauptnavigation-container .menu > li {
    display: none;
}

.subnavigation-in-content .menu-hauptnavigation-container .menu > li > a {
    display: none;
}

.subnavigation-in-content .menu-hauptnavigation-container .menu > li.current-menu-ancestor {
    display: block;
    border-bottom: 0px;
}

.subnavigation-in-content .sub-menu li:last-of-type,
.subnavigation-in-content .menu li:last-of-type{
    border-bottom: none;
}

.subnavigation-in-content li a {
    color: #0663ad;
    padding: 7px 0;
    display: block;
    transition: all ease 0.5s;
}

.subnavigation-in-content li a:hover {
    color: #696a6a;
    text-decoration: none;
}

.subnavigation-in-content li ul li.current-menu-item a {
    color: #696a6a;
}
.subnavigation-in-content li ul li.current-menu-item a:after {
    content: " ";
    background-image: url("../img/link-arrow_hover.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 13px;
    position: absolute;
    margin: 4px 0 0 5px;
}

.subnavigation-in-content > li.current-menu-ancestor  {
    display: block;
}

.subnavigation-in-content > li.current-menu-ancestor > a {
    display: none;
}

/*---RESPONSIVE NAVIGATION---*/

.glyphicon.glyphicon-menu-hamburger {
    color: #ffffff;
    font-size: 24px;
    margin: 0px 0px 15px 0;
    float: right;
}

.responsive-navigation-container {
    display: none;
    margin-bottom: 30px;
    border-bottom: 4px solid #ffffff;
}

.responsive-navigation-container .responsive-hauptnavigation > li {
    background-color: rgba(255,255,255,0.1);
    vertical-align: middle;
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    margin-bottom: 1px;
}

.responsive-navigation-container .responsive-hauptnavigation > li.current-menu-ancestor {
    background-color: rgba(255,255,255,0.25);
}

.responsive-navigation-container .responsive-hauptnavigation > li.current-menu-ancestor {
    background-color: rgba(255,255,255,0.25);
}

.responsive-navigation-container .responsive-hauptnavigation > li > a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    font-style: italic;
    color: #ffffff;
    padding: 15px 15px;
    display: block;
}

.responsive-navigation-container .responsive-hauptnavigation > li.current-menu-ancestor > .sub-menu {
    display: block;
}

.responsive-navigation-container .responsive-hauptnavigation > li > .sub-menu {
    display: none;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: italic;
    padding: 15px 15px;
    position: relative;
}

.responsive-navigation-container .responsive-hauptnavigation > li > .sub-menu > li {
    font-size: 16px;
    border-bottom: 1px solid #f0f0f0;
    font-style: italic;
    font-weight: 500;
}

.responsive-navigation-container .responsive-hauptnavigation > li > .sub-menu > li > a {
    color: #0663ad;
    padding: 7px 0;
    display: block;
}

.responsive-navigation-container .responsive-hauptnavigation > li > .sub-menu > li.current-menu-item > a {
    color: #696a6a;
}

.responsive-navigation-container .responsive-hauptnavigation > li > .sub-menu > li.current-menu-item:after {
    color: #696a6a;
}

.responsive-navigation-container .responsive-hauptnavigation > li > .sub-menu > li.current-menu-item > a:after {
    content: " ";
    background-image: url("../img/link-arrow_hover.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 13px;
    position: absolute;
    margin: 3px 0 0 5px;
}

/*---Responsive Metanavigation---*/

.responsive-navigation-container .responsive-metanavigation {
    padding: 15px 0;
}

.responsive-navigation-container .responsive-metanavigation > li > a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    padding: 5px 10px 5px 0;
    text-transform: uppercase;
    display: block;
}

.responsive-navigation-container .responsive-metanavigation > li.current-menu-item > a {
    text-decoration: underline;
}

/*---INTRO----*/

.intro_block {
    background-color: #0663ad;
    margin-bottom: 45px;
    padding-bottom: 30px;
    padding-top: 230px;
}

.intro {
    
}

.flyer {
    position: absolute;
    z-index: 9998;
    right: 20px;
    font-weight: 600;
    color: #ffffff;
    font-size: 28px;
    top: 15px;
    line-height: 30px;
}

.flyer_small {
    font-size: 20px;
}

.flyer:after {
    content: " ";
    background-image: url(../img/link-arrow_white.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 25px;
    height: 23px;
    position: absolute;
    margin: 5px 0 0 8px;
}

.flyer:hover {
    color: #ffffff;
    text-decoration:underline;
}

.intro h1 {
    font-size: 52px;
    font-weight: 900;
    font-style: italic;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 30px;
}

.intro p {
    font-size: 22px;
    line-height: 26px;
    font-style: italic;
    color: #ffffff;
    padding-bottom: 15px;
}

.richiKran {
    /*background-image: url("../img/glow.png");
    width: 100%;
    height: 100%;*/
}

.richiKran .kran {
    position: absolute;
    z-index:9998;
}

.richiKran .glow {
    position: absolute;
    z-index:8888;
    left: 0;
    right: 0;
    top: -20px;
}

/*---BLÖCKE---*/

/*---Mood Block---*/

.mood-container {
    padding-top: 205px;
}

.mood {
    width: 100%;
    height: 400px; /*--gemäss Photoshop---*/
    height: 450px;
    /*background-image: url(../img/../img/mood-dummy.jpg);*/
    background-position: 50% 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}

/*---Einleitung---*/

.einleitung {
    /*padding-bottom: 30px;*/
}

h1.einleitung {
    color: #0663ad;
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 30px;
    width: 100%;
}

h1.einleitung  span {
    background-color: #ffffff;
    padding-right: 5px;
}

h1.einleitung:after {
    content: "";
    border-bottom: 2px solid #e1e1e1;
    display: block;
    width: 100%;
    margin-top: -5px;
}

article p  {
    color: #525252;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
    padding-bottom: 15px;
}


article .text-block ul,
article .einleitung ul,
article .text-bild-block ul {
    color: #525252;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
    padding-bottom: 15px;
    margin-left: 20px;
}

article .text-block ul li,
article .einleitung ul li,
article .text-bild-block ul li {
    list-style: disc;
    padding-bottom: 5px;
}

article .text-block ul li a,
article .einleitung ul li a,
article .text-bild-block ul li a {
    color: #0663ad;
    font-weight: 500;
}

article .text-block ul li a:hover,
article .einleitung ul li a:hover,
article .text-bild-block ul li a:hover{
    color: #525252;
}

article .text-block.special p {
    color: #ffffff;
    padding-bottom: 5px;
}

article .text-block.special p a {
    color: #ffffff;
    text-decoration: underline;

}

article .text-block.special p a:hover {
    color: #ffffff;
    text-decoration: none;
}

article .text-block.special ul {
    color: #ffffff;

}

article p a {
    color: #0663ad;
    font-weight: 500;
}

article p a:hover {
    color: #525252;
}

.einleitungEnde {
    /*display: block;
    padding-bottom: 25px;*/
}

/*---TABELLE---*/

article table {
    border: 0px;
    margin-bottom: 30px;
}

article table tr td {
    padding: 10px 5px;
    border: 0px;
    color: #525252;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
}


article table tr:nth-child(odd) td {
    background-color: #f0f0f0;
}

article table tr td a {
    color: #0663ad;
    font-weight: 500;
}

article table tr td a:hover {
    color: #525252;

}

/*---ARTICLE---*/

article {
    padding: 50px 0;

}

article.frontpage {
    padding-top: 0px;
}

/*---TEXT BLOCK---*/

.text-block {
    margin-bottom: 10px;
}

.text-block.special {
    background-color: #0663ad;
    padding: 15px 15px 10px 15px;
    margin-bottom: 20px;
}

/*---UNTERTITEL BLOCK---*/

h2 {
    color: #0663ad;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}

.text-block.special h2 {
    color: #ffffff;
}

h3 {
    color: #0663ad;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-style: italic;
    margin-top: 10px;
    margin-bottom: 5px;
    width: 100%;
}

.text-block.special h3 {
    color: #ffffff;
}

h4 {
    color: #525252;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-style: italic;
    padding-bottom: 0px;
    display: block;
}

.text-block.special h4 {
    color: #ffffff;
}


/*---BILD BLOCK---*/

.bild-block,
.text-bild-block {
    margin-bottom: 20px;
}

.bild-block img,
.text-bild-block img {
    margin-bottom: 10px;
}

.text-bild-block {
    margin-top: 10px;
}

.text-bild-block h2 {
    margin-top: 0px;
}

.content-image {
    -webkit-box-shadow: 0px 0px 1px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 1px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 1px 0px rgba(50, 50, 50, 0.25);
    margin: 8px 0;
}

.content-image.noborder {
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;

    width: 100%;
}

.sidebar .content-image.noborder {
    margin: 0px;
    width: 100%;
}

.legend {
    color: #525252;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: italic;
    display: block;

}

/*---iFRAME BLOCK---*/

.iframe-block {
    margin-bottom: 30px;
}

/*---TEASER---*/

/*.teaser-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    margin-left: 15px;
}*/

.teaser {
    padding-bottom: 35px;
    margin-bottom: 45px;
}
.row-eq-height .teaser {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
}

/*.teaser {
 webkit-box-flex: 4;
    -moz-box-flex: 4;
    -ms-box-flex: 4;
    box-flex: 4;
    /*width: 100%;*
    margin-right: 15px;
    margin-left: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -ms-flex-align: start;
    margin-bottom: 45px;
}*/

/*.teaser:first-of-type {
    margin-left: 0px;
}

.teaser:last-of-type {
    margin-right: 0px;
}*/

/*.teaser-container.teaser-content-container .teaser:first-of-type {
    margin-left: 0px;
    /*background-color: pink;*
}

.teaser-container.teaser-content-container .teaser:last-of-type {
    margin-right: 0px;
    /*background-color: blue;*
}

.teaser-container.teaser-content-container .teaser {
    /*display: -ms-flexbox;*
}*/

.teaser h2 {
    color: #0663ad;
    font-size: 20px;
    line-height: 22px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 15px;
    width: 100%;
}

.teaser h2 span {
    background-color: #ffffff;
    padding-right: 5px;
}

.teaser > h2:after {
    content: "";
    border-bottom: 2px solid #e1e1e1;
    display: block;
    width: 100%;
    margin-top: -5px;
}

.teaser img {
    margin-bottom: 15px;
}
.row-eq-height .teaser img {
    flex-grow: 0;
    /*max-height: 258px;*/
    max-height: 258px;
    align-self: flex-start;
    width: 100%;
    /* height: 100%;*/

}

.content-teaser.row-eq-height .teaser img {
    max-height: 188px;
    width: 262px;
}

.teaser-container.teaser-content-container .teaser img {
    /*height: 100%;*/
    /*border: 1px solid lime;*/
    /*border: 1px solid lime;*/
}

.teaser-text {
    box-sizing: border-box;
    flex-grow: 1;
    height: 100%;
    width: 100%;
}
.teaser p {
    color: #525252;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    font-style: italic;
    /*flex: 1 0 auto;*/
    padding-bottom: 15px;
}

.teaser a.more {
    margin-bottom: 10px;
    color: #0663ad;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    display: inline;
    transition: all ease 1s;
    -moz-transition: all ease 1s;
    -webkit-transition: all ease 1s;
    position: absolute;
    bottom: 0;
}

.teaser a.more:after {
    content: " ";
    background-image: url("../img/link-arrow.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 13px;
    position: absolute;
    margin: 3px 0 0 5px;
}

.teaser a.more:hover {
    color: #525252;
}

.teaser a.more:hover:after {
    background-image: url("../img/link-arrow_hover.png");
}

/*---SIDEBAR---*/

.contact-block {
    background-color: #faf9f9;
    padding: 15px 15px 30px 15px;
}

.contact-block img {
    margin-bottom: 15px;
    margin-top: 15px;
}

.function {
    color: #525252;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-style: italic;

    display: block;
}

.contact-information {
    padding-top: 15px;
}

.contact-block .contact-information .phone,
.mail {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 0px;
    display: block;
    padding-left: 28px;
}

.contact-block .contact-information .phone {
    color: #525252;
    margin-bottom: 5px;
}


.contact-block .contact-information .phone:before {
    content: " ";
    position: absolute;
    background-image: url("../img/icon_phone.png");
    background-size: cover;
    width: 19px;
    height: 20px;
    margin: 2px 0 0 -28px;

}

.mail:before {
    content: " ";
    position: absolute;
    background-image: url("../img/icon_mail.png");
    background-size: cover;
    width: 20px;
    height: 15px;
    margin: 3px 0 0 -28px;

}

.mail a {
    color: #0663ad;
}

.mail a:hover {
    color: #525252;
}

/*---PORTRAIT BLOCK---*/

.teaser.portrait {
    padding-bottom: 0px;
    display: block;
    padding: 0 15px;
}

.mail,
.teaser.portrait .contact-information .phone {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-style: italic;
    padding-bottom: 0px;
    display: block;
    padding-left: 28px;
}

.teaser.portrait .contact-information .phone {
    margin-bottom: 5px;
}

.teaser.portrait .contact-information .phone:before {
    content: " ";
    position: absolute;
    background-image: url("../img/icon_phone.png");
    background-size: cover;
    width: 19px;
    height: 20px;
    margin: 2px 0 0 -28px;

}



/*---BREADCRUMBS---*/
.breadcrumbs-container {
    background-color: #faf9f9;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
    color: #676767;
    margin-top: 45px;
    margin-bottom: 25px;
}

.breadcrumbs-container.startseite-bereich {
    margin-top: 0px;
}

.breadcrumbs-container .breadcrumbs {
    padding: 31px 0;
}

.breadcrumbs-container .breadcrumbs span {
    padding-right: 8px;
    margin-left: 2px;
    margin-right: 2px;
}

.breadcrumbs-container .breadcrumbs span:last-of-type:after {
    background-image: none;
}

.breadcrumbs-container .breadcrumbs span > span {
    font-weight: 500;
}

.breadcrumbs-container .breadcrumbs > span:after {
    content: '';
    background-image: url(../img/arrow-breadcrumb.png);
    background-size: cover;
    width: 4px;
    height: 7px;
    position: absolute;
    margin-top: 8px;
}

.breadcrumbs-container .breadcrumbs-title:after {
    background-image: none !important;
}

.breadcrumbs-container .breadcrumbs-title {
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.breadcrumbs-container .breadcrumbs a {
    color: #676767;
}

/*---FOOTER---*/

.footerTop {

    display: block;
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.address {
    /*float: left;*/
    margin-right: 30px;
    font-size: 16px;
    font-style: italic;
    color: #676767;
}

.address a {
    color: #0663ad;
}

.address a:hover {
    color: #676767;
}

.footerEnd {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 6px solid #faf9f9;
}

.copyright {
    font-size: 16px;
    font-style: italic;
    color: #676767;
    text-align: left;
    display: block;
}

.copyright a {
    font-size: 16px;
    font-style: italic;
    color: #676767;
}

.copyright a:hover {
    color: #0663ad;
}

.webdesignby {
    text-align: right;
    display: block;
}

.webdesignby a {
    font-size: 16px;
    font-style: italic;
    color: #676767;

}

.webdesignby a:hover {
    color: #0663ad;
}

/*---404 ERROR---*/
img.error {
    margin-top: 240px;
    margin-bottom: 30px;
}

.error-404 {
    text-align: center;
}

.error-404 p {
    text-align: center;
}


/*---TEXT MARKIERUNG---*/

::-moz-selection {
    color:#FFFFFF;
    background: #0663ad;
    text-shadow: none;
}

::selection {
    color:#FFFFFF;
    background: #0663ad;
    text-shadow: none;
}

.magnify > .magnify-lens {
    width: 300px;
    height: 300px;
}

