* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
button,
input,
textarea,
select {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

p {
    margin: 0 0 30px;
}

h1 {
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 5px;
}
.home-header h1 {
    display: none;
}

h2 {
    font-weight: 700;
    font-size: 30px;
    margin: 0 0 20px;
    color: #0060a8;
}
.home-header h2 {
    font-size: 50px;
}

h3 {
    font-weight: 300;
    font-size: 22px;
    margin: 0 0 30px;
}

h4 {
    font-weight: 300;
    font-size: 18px;
}

a {
    color: #0060a6;
}

a:hover {
    color: #69a62f;
}

.style-underlined {
    text-decoration: underline;
}

strong {
    font-weight: 600;
}

hr {
    border: none;
    border-bottom: 1px solid rgba(0, 96, 168, 0.25);
    margin: 30px 0 50px;
}

.clear {
    clear: both;
}

.mainColor {
    color: #000;
}

.alternateColor {
    color: #E3F5FC;
}

.button {
    background: #0060a6;
    border-radius: 3px;
    padding: 8px 16px;
    color: #fff;
    text-decoration: none;
    font-weight: 300;
    line-height: 1;

    transition: 0.25s;
}

.buttonLarge {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 12px 16px;
}

.button:hover {
    background: #69a62f;
    color: #ffffff;
}

.inactive {
    pointer-events: none;
    cursor: default;
}

/* Mobile Menu*/
.mobileMenu {
    position: absolute;
    top: 70px;
    left: -100%;
    width: 100%;
    z-index: 1000;
    background: #0060a8;
    transition: 0.5s;
    min-height: calc(100vh - 70px);
}

.mobileMenu.open {
    left: 0;
}

.mobileMenu ul {
    list-style: none outside none;
    padding: 0;
    margin: 0;
}

.mobileMenu .main li {
    padding-left: 15px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.mobileMenu .main a {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    line-height: 1;
    width: 50%;
    padding: 13px 0;
    font-weight: 300;
    display: block;
}

.mobileMenu .main img {
    padding: 14px;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    z-index: 1000;
    transition: 0.25s;
}

.mobileMenu .main img.open {
    transform: rotate(180deg);
}

.mobileMenu .main > ul {
    z-index: 9999;
    background: #0060a8;
    width: 100%;
    min-height: 100%;
}

.mobileMenu .main > ul > li {
    padding-left: 25px;
}

.mobileMenu .main > ul > li > ul {
    max-height: 0;
    overflow: hidden;
    transition: .5s;
}

.mobileMenu .main > ul > li > ul.open {
    max-height: 1000px;
    padding-bottom: 20px;
}

.mobileMenu .main > ul > li > ul > li {
    border-bottom: none;
}

.mobileMenu .main > ul > li > ul > li > a {
    width: auto;
}

.mobileMenu .quicknav {
    padding-top: 10px;
    padding-bottom: 16px;
}

.mobileMenu .quicknav a {
    font-size: 0.88em;
    line-height: 1;
    width: auto;
    font-weight: 400;
    display: block;
}

/* Sitemap */
#sitemap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sitemap ul>li>a {
    text-decoration: none;
    color: #000000;
}

#sitemap>ul>li {
    float: left;
    margin: 0 60px 60px 0;
    width: 200px;
    min-height: 100px;
}

#sitemap>ul>li>a {
    font-size: 22px;
    text-decoration: underline;
}

#sitemap>ul>li>ul>li {
    margin: 0 0 2px;
    position: relative;
    height: 41px;
}

#sitemap>ul>li>ul>li>a {
    padding: 9px 0 9px 5px;
    background: #E3F5FC;
    width: 100%;
    position: absolute;
}

#sitemap>ul>li>ul>li>a:hover {
    background: #1f419a;
    color: #ffffff;
}

.header-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 325px;
    background-image: url('../img/home/header-bubbles.jpg');
}

.navholder {
    width: 1120px;
    height: 120px;
    margin: 10px auto;
    position: relative;
}

.headerLogo {
    float: left;
    padding: 22px 0 0;
    border: 0;
    width: 230px;
    height: auto;
}

.navToggle {
    display: none;
}

.navs {
    margin-left: 250px;
    padding-top: 30px;
}

.globalNav {
    margin-bottom: 10px;
}

.globalNav ul,
.quicknav ul {
    list-style: none;
    text-align: right;
}

.globalNav ul li,
.quicknav ul li {
    display: inline-block;
    margin-left: 10px;
}


.quicknav a {
    text-decoration: none;
    color: #181818;
    font-size: 14px;
    display: block;
    position: relative;
    margin-top: 5px;
    line-height: 1.2;
}

.quicknav-button .close {
    display: none;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    padding-top: 8px;
    padding-bottom: 10px;
}

.quicknav input:checked+label .open {
    display: none;
}

.quicknav input:checked+label .close {
    display: block;
}

.globalNav li {
    padding: 0 10px;
}

.globalNav li:last-child {
    padding-right: 0;
}

.globalNav a {
    text-decoration: none;
    color: #181818;
    font-size: 18px;
    display: block;
    position: relative;
    margin-top: 5px;
    line-height: 1;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}

.globalNav a:hover,
.globalNav .active a {
    border-bottom: 2px solid #000;
}

.quicknav a:hover,
.quicknav .active a {
    border-bottom: 1px solid #000;
}

.navs .active a {
    font-weight: bold;
}

.banner {
    position: relative;
    padding: 60px 80px;
}

.headerBanner {
    padding: 30px 0;
}

.bannerAlternateColor {
    background: #E3F5FC;
    border: 1px solid #E3E3E3;
    margin-bottom: 200px;
    margin-top: 0;
}

.bannerContentHolder {
    width: 1120px;
    margin: 0 auto;
}

.headBannerTitle {
    font-weight: 300;
    font-size: 24px;
    margin: 0;
}

.headBannerLongTitle {
    font-weight: 300;
    font-size: 20px;
    margin: 0;
}

/*Breadcrumbs*/
.B_crumbBox {
    padding: 0;
    margin: 0;
    list-style: none;
}

.B_crumbBox>li {
    width: 100px;
    display: inline;
    margin-left: 5px;
}

.B_crumbBox>li+li:before {
    content: url(../img/breadcrumbs.png);
    margin: 0 2px;
}

.B_crumbBox>li:first-child {
    margin-left: 0;
}

.B_crumbBox>li>a {
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 0 10px;
}

.B_crumbBox>li:first-child>a {
    margin-left: 0;
}

.B_crumbBox>li>a:hover {
    text-decoration: underline;
}

.breadcrumbsHomeIcon {
    float: left;
    margin-top: 2px;
    border: 0;
    margin-right: 10px;
}

.crumbBanner {
    padding: 5px 0;
    width: 1120px;
    margin: 10px auto 30px;
}

.bottomBar {
    border-top: 3px solid #ffffff;
    padding: 10px 0;
    background: #181818;
    color: #fff;
}

body.blue .bottomBar {
    background: #0060a6;
}

body.green .bottomBar {
    background: #69a62f;
}

body.grey .bottomBar {
    background: #cdcdcd;
}

.bottomBar a,
.bottomBar p {
    color: #ffffff;
    text-decoration: none;
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}

.bottomBar a:hover {
    text-decoration: underline;
}

/* Content */
.content {
    width: 1120px;
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 50px;
}

.container {
    margin-right: 30px;
    display: inline-block;
}

.container h1 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 100;
}

.container img {
    max-width: 100%;
}

.underlinedTitle {
    border-bottom: 1px solid #ebebeb;
    position: relative;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.container ul {
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    padding: 0 0 0 16px;
    margin: 0 0 30px;
}

.container ul>li {
    margin: 0 0 10px;
}

.datenschutz {
    margin: 0 0 60px;
}
iframe {
    max-width: 100%;
}

/*Home*/
.home-header {
    margin-bottom: 50px;
}

.slider-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 325px;
    background-image: url('../img/home/header-bubbles.jpg');
    margin: 0 0 50px;
}

.home-widget-wrapper {
    width: calc(100% + 30px) !important;
    margin: 0 -15px;
}

.home-widget {
    width: 33.3%;
    float: left;
    color: #000000;
    text-decoration: none;
    position: relative;
    padding: 0 15px;
}

.home-widget-link:hover .home-widget-inner {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.3);
}

.home-widget-text {
    position: absolute;
    text-decoration: none;
    color: #ffffff;
    line-height: 20px;
    top: 20px;
    left: 0;
    right: 0;
    text-align: center;
    display: none;
}

.home-widget-link:hover .home-widget-text {
    display: block;
}

.home-widget img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.home-widget-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    transition: background-color 0.5s;
}

.home-widget-border {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 5;
}

.home-widget-border.left,
.home-widget-border.right {
    width: 1px;
    height: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: height 1.5s;
    -moz-transition: height 1.5s;
    transition: height 1.5s;
}

.home-widget-border.top,
.home-widget-border.bottom {
    width: 0px;
    height: 1px;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transition: width 1.5s;
    -moz-transition: width 1.5s;
    transition: width 1.5s;
}


.home-widget-link {
    position: relative;
}

.home-widget-border.left {
    left: 10px;
}

.home-widget-border.right {
    right: 10px;
}

.home-widget-border.top {
    top: 10px;
}

.home-widget-border.bottom {
    bottom: 10px;
}

.home-widget-link:hover .home-widget-border.left,
.home-widget-link:hover .home-widget-border.right {
    height: 505px;
}

.home-widget-link:hover .home-widget-border.top,
.home-widget-link:hover .home-widget-border.bottom {
    width: 330px;
}

.home-widget.services .home-widget-link {
    border-bottom: 15px solid #219a62;
}

.home-widget.submitter .home-widget-link {
    border-bottom: 15px solid #219a62;
}

.home-widget.jobs .home-widget-link {
    border-bottom: 15px solid #219a62;
}

.home-widget h3 {
    font-weight: 600;
    text-align: center;
    margin: 10px 0 20px 0;
}

.home-widget p {
    font-size: 18px;
    text-align: center;
}

.blogPostWrapHome>p {
    position: relative;
    padding: 5px 0;
    margin: 0;
}

.blogPostWrapHome>.blogPostImageWrapper>h3 {
    bottom: 160px;
    left: 20px;
    max-width: 450px;
}

.blogPostWrapHome>.blogPostImageWrapper>p {
    bottom: 210px;
    left: 40px;
}

.blogPostWrap.hide {
    display: none;
}

.opan-button-startpage {
    margin-left: 68px;
    margin-top: 40px;
}

/*Blog*/
.blogPostWrap {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

.blogPostWrap>h3 {
    margin-bottom: 0;
}

.blogPostWrap>h3>a {
    display: block;
    text-decoration: none;
    font-size: 20px;
    color: #fff;
    background: #0060a6;
    padding: 10px 20px;
}

.blogPostWrapButtonWrapper {
    text-align: right;
}

.blogPostWrap img {
    max-width: 100%;
}

.blogPostInfo {
    bottom: 0;
    font-size: 10px;
    margin-bottom: 10px;
}

.blogPostWrapMini img {
    width: 218px;
    height: 122px;
}

.blogPostWrapMini h4 {
    margin: 0;
    padding: 3px;
    font-size: 1em;
    position: relative;
    background: #ffffff;
    opacity: 0.8;
    top: -125px;
    left: 3px;
    width: 208px;
}

.blogHome {
    width: calc(100% + 30px) !important;
    margin: 0 -15px;
}

.blogHome .blogPostWrap {
    float: left;
    width: 33.3%;
    padding: 0 15px;
}

.blogWrap {
    width: calc(100% + 30px);
    margin: 0 -15px;
}

.blogWrap .blogPostWrap {
    float: left;
    width: 50%;
    padding: 0 15px;
    height: 500px;
}

.fb-comments {
    margin-bottom: 60px;
}

/*Outpost*/
.outpostInfo p {
    padding: 0 60px 0 0;
}

.outpostInfo p img {
    border: 5px solid #E3F5FC;
    margin-bottom: -20px;
}

.outpostMap {
    width: 100%;
    height: 400px;
    border: none;
    padding-top: 5px;
}

/*Contact*/
.widget.contactFormWidget {
    padding: 0 30px 50px 0;
    position: relative;
}

.widget.contactFormWidget p {
    margin: 0 0 20px;
}

.contactForm .inputHolder {
    overflow: hidden;
    margin: 0 0 10px;
}

.contactForm label {
    display: inline-block;
    width: 230px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: left;
    padding: 10px 0;
}

.contactForm input,
textArea,
select {
    width: 300px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    float: right;
}

.contactForm textArea {
    resize: none;
    height: 100px;
}

.contactFormButton {
    height: auto;
    border: none;
    float: right;
}

.notificationbox {
    border-style: solid;
    border-width: 2px;
    padding: 10px;
    float: left;
    margin: 10px 0;
    display: none;
}

.notificationbox.error {
    border-color: #FF0000;
    background: #ED6868;
}

.notificationbox.confirm {
    border-color: #1B6E00;
    background: #89DB6E;
}

.donateText {
    margin-bottom: 30px;
}

.widget.opanWidget {
    padding: 0;
}

.opanForm {
    width: 462px;
    margin: 20px 0 0;
}

.opanForm input {
    border-radius: 5px;
    padding: 10px;
    border: 1px solid #E3E3E3;
    width: 290px;
    margin: 0 0 15px;
}

.opanFormButton {
    border: none;
    float: left;
    padding: 10px;
}

.contactMap {
    position: relative;
    width: 1120px;
    height: 350px;
}

.mapHolder {
    margin: 0 auto;
    width: 1130px;
}

.contactBanner {
    height: 360px;
    border-bottom: none;
    margin-top: 60px;
}

.contactPhone {
    margin: 0;
    padding: 0 0 60px;
    font-size: 30px;
    font-weight: 600;
}

/*Left sidebar 2nd level navigation*/
.subNav {
    padding-right: 30px;
    margin: 0 0 60px;
}

.mobileSubNav, .mobileSubNav .subNav {
    display: none;
}

.subNav a {
    text-decoration: none;
    width: 100%;
    color: #181818;
    padding: 9px 0 9px 5px;
    float: left;
}

.subNav>ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.subNav>ul>li {
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}

.subNav a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.subNav a:hover,
.activeSubNav>a {
    color: #ffffff;
}

body.blue .subNav a:hover,
body.blue .activeSubNav>a {
    background: #0060a6;
}

body.green .subNav a:hove,
r body.green .activeSubNav>a {
    background: #219a62;
}

body.grey .subNav a:hover,
body.grey .activeSubNav>a {
    background: #cdcdcd;
}

body.farblos .subNav a:hover,
body.farblos .activeSubNav>a {
    color: #181818;
}

/*Images*/
.imageWrapper {
    margin-bottom: 30px;
}

.imageWrapper>h3,
.imageWrapper>p {
    text-transform: uppercase;
    position: relative;
    float: left;
    margin: 0;
    background: white;
    opacity: 0.8;
    padding: 2px 5px;
}

.imageWrapper>h3 {
    font-size: 18px;
    top: -70px;
}

.imageWrapper>p {
    top: -65px;
    font-size: 14px;
}

.threeColumnImageLeft,
.threeColumnImageRight {
    height: 169px;
}

.threeColumnImageRight>img {
    float: right;
    width: 260px;
}

.threeColumnImageLeft>img {
    float: left;
    width: 260px;
}

.threeColumnImageRight>h3 {
    left: 20px;
}

.threeColumnImageLeft>h3 {
    left: 5px;
}

.threeColumnImageRight>p {
    left: 20px;
}

.threeColumnImageLeft>p {
    left: 5px;
}

.blogPostImage {
    margin-bottom: 30px;
    max-width: 100%;
}

.greyBorderImage {
    border: 1px solid #e3e3e3;
}

.whiteBorderImage {
    border: 5px solid #ffffff;
}

/*widgets*/
.widgetHolder {
    position: relative;
}

.widget {
    padding: 0 15px 60px 0;
}

.widget h3 {
    font-size: 20px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.widget p {
    margin: 0 0 5px;
}

.widget ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

.widget a {
    text-decoration: none;
    color: #000000;
    position: relative;
}

.widget a img {
    max-width: 100%;
}

.middleWidgetRight {
    padding-right: 30px;
}

.middleWidgetLeft {
    padding-left: 30px;
}

.noPadding {
    padding: 0;
}

.paddingBottom {
    padding-bottom: 60px;
}

.widgetVerticalDivisionLine {
    border-right: 1px solid #e3e3e3;
    position: absolute;
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    top: 0;
    right: 0px;
}

.widgetHorizontalDivisionLine {
    border-bottom: 1px solid #e3e3e3;
    position: absolute;
    width: 95%;
    margin: 15px;
    left: 0;
    right: 0;
}

.welcomeWidget h1 {
    font-weight: 300;
    font-size: 26px;
    margin: 0 0 5px;
}

.openingTimesWidget {
    height: 100px;
}

.donateWidget {
    height: 130px;
}

.donateWidget>form>input {
    border-radius: 5px;
    padding: 10px;
}

.donateWidget>form>input[type=number] {
    border: 1px solid #e3e3e3;
    color: #e3e3e3;
}

.socialWidget {
    height: 130px;
}

.fb-like {
    margin-top: 7px;
}

.phoneNumberTitle {
    margin: 20px 0 0;
}

.phoneNumber {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 0 30px;
}

.startpage-phone-widget {
    text-align: center;
}

.phoneNumber.big {
    font-size: 40px;
}

.mailAdress {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 15px;
}

.servicesOverviewWidget {
    position: relative;
    font-size: 0;
    overflow: hidden;
    padding-right: 0;
}

.servicesOverviewWidget .miniIconWidget {
    float: left;
}

.servicesOverviewWidget ul>li>a {
    left: 30px;
    right: 0;
    width: auto;
}

.servicesNav {
    width: 280px;
    float: left;
}

.miniIconWidget {
    position: relative;
    width: 250px;
}

.miniIconWidget h3 {
    background-color: #ffffff;
    text-transform: uppercase;
    position: absolute;
    top: -30px;
    left: 10px;
    opacity: 0.8;
    padding: 2px 5px;
}

.miniIconWidget .button {
    float: right;
}

/*WidgetNav*/
.widgetNav .subNavArrow {
    float: right;
    height: 1em;
    margin-right: 5px;
}

.widgetNav li {
    height: 34px;
    position: relative;
    margin: 0 0 2px;
}

.widgetNav li>a {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    background: #E3F5FC;
    position: absolute;
    line-height: 1;
    padding: 9px 0 9px 5px;
}

.widgetNav li>a:hover {
    background: #1f419a;
    color: #ffffff;
}

/*Icons*/
.pIcon {
    width: 25px;
    position: relative;
    top: 7px;
}

.pdfIcon {
    background-image: url(../img/pdf.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 35px;
}

.phone-icon {
    height: 80px;
    margin: 60px 0 0;
}

/*Workflow Widget*/
.workflow-widget {
    margin: 50px 0;
}

.workflow-widget .row {
    padding-left: 80px;
    margin-bottom: 210px;
}

.workflow-horizontal-divider {
    position: absolute;
    height: 3px;
    background-color: #e3e3e3;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 800px;
}

.workflow-ball {
    height: 94px;
    background-color: #E3F5FC;
    border-radius: 122px;
    border: 3px solid #ffffff;
    text-align: center;
    line-height: 84px;
    position: relative;
    cursor: pointer;
}

.workflow-ball span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 12px;
}

.tool-tip {
    display: none;
    position: absolute;
    padding: 20px;
    top: 105px;
    width: 220px;
    left: -77px;
    margin: auto;
    background-color: #E3F5FC;
    z-index: 5;
    line-height: 1em;
    text-align: left;
    border-radius: 5px;
}

.tool-tip-text {
    font-size: 12px;
}

.triangle-top {
    border-width: 12px;
    border-color: transparent transparent #E3F5FC transparent;
    position: absolute;
    left: -24px;
    right: 0px;
    margin: auto;
    width: 0px;
    height: 0px;
    border-style: solid;
    top: -24px;
}

.tool-tip-text:last-child {
    margin: 0;
}

.workflow-left-column {
    padding: 0 25px 20px 0;
}

.workflow-right-column {
    padding: 0 0 20px 25px;
}

.fragebogen {
    margin-left: 150px;
}

@media screen and (min-width: 480px) and (max-width : 1200px) {

    body,
    html,
    .bodyWrapper {
        width: 1120px;
    }

    .banner.newsBanner {
        padding: 60px 0;
    }

    div.content,
    .bannerContentHolder {
        margin: auto;
        /*width: 1090px;*/
    }

    .navholder {
        /*width: 1090px;*/
    }

    .bottomBar {
        padding: 10px 15px;
    }

    .servicesNav {
        width: 265px;
    }

    .mapHolder,
    .contactMap {
        width: 800px;
    }
}

/*Small Screens*/
@media screen and (max-width: 480px) {

    /* Global */
    html,
    body {
        overflow-x: hidden;
    }

    html,
    body,
    .bodyWrapper {
        width: auto;
    }

    .content {
        padding: 20px 15px;
    }

    .bodyWrapper {
        padding-top: 70px;
    }

    .phoneNumber {
        margin: 0 15px 30px;
        font-size: 26px;
    }

    .phoneNumber.big {
        font-size: 26px;
    }

    .phoneNumberTitle {
        margin: 0 15px 0;
    }

    /*Header*/
    header {
        border: none;
    }

    .navholder {
        width: 100%;
        position: fixed;
        height: 70px;
        background: #ffffff;
        z-index: 5;
        top: 0;
        left: 0;
        border-bottom: 1px solid #1f419a;
        margin: 0;
    }

    .bannerContentHolder {
        width: 100%;
    }

    .headerLogo {
        position: absolute;
        margin: auto;
        padding: 0;
        width: auto;
        height: 40px;
        top: 0;
        bottom: 0;
        right: 30px;
    }

    .navToggle {
        display: block;
        position: absolute;
        background-image: url("../img/navtoggle.png");
        background-repeat: no-repeat;
        background-position: center center;
        height: 30px;
        width: 40px;
        top: 0;
        bottom: 0;
        left: 20px;
        margin: auto;
    }

    .globalNav,
    .quicknav {
        display: none;
    }

    .mobileMenu .quicknav {
        display: block;
        color:#fff;
    }

    .mobileMenu .quicknav ul {
        text-align: left;
        padding-left: 25px;
    }

    .mobileMenu .quicknav li {
        display: block;
        margin: 0;
        padding-right: 20px;
    }

    .mobileMenu .quicknav li a {
        font-weight: bold;
        line-height: 2.5;
        color: #fff;
        border-bottom: none !important;
    }

    .header-image {
        display: none;
    }

    .headerBanner {
        margin: 0 0 30px;
        padding: 30px 15px;
    }

    /* Footer */
    .footer {
        position: relative;
        height: auto;
    }

    .bottomBar {
        padding: 10px 15px;
    }

    .crumbBanner {
        display: none;
    }

    /* Content */
    .subNav {
        display: none;
    }

    .mobileSubNav {
        padding-top: 20px;
    }

    .mobileSubNav h3 {
        margin-bottom: 12px;
    }

    .mobileSubNav, .mobileSubNav .subNav {
        display: block;
    }

    .widgetVerticalDivisionLine {
        display: none;
    }

    .container {
        margin: 0;
    }

    .outpostInfo,
    .outpostAddress {
        padding: 0 15px;
    }

    .outpostInfo h3,
    .outpostAddress h3 {
        margin: 0 0 15px;
    }

    .contactBanner {
        padding: 30px 15px;
        margin: 30px 0 0;
    }

    .mapHolder,
    .contactMap {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .contactAddress {
        padding: 0 15px;
    }

    .contactAddress h3,
    .contactAddress p {
        margin: 0 0 15px;
        padding: 0;
    }

    .contactAddress .contactPhone {
        margin: 0 0 30px;
    }

    .blogPostWrap {
        margin: 0 0 30px;
        overflow: hidden;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .blogPostWrap>.blogPostIntro {
        margin: 0 0 15px;
    }

    .blogPostWrap>a {
        position: relative;
        float: right;
    }

    .blogPostImageWrapper {
        position: relative;
    }

    .blogPostImageWrapper>img {
        height: auto;
        width: 100%;
    }

    .blogPostWrapHome>.blogPostImageWrapper>h3 {
        margin: 0;
        bottom: 10px;
    }

    .blogPostImageWrapper>p {
        margin: 0;
        bottom: 15px;
    }

    /* Home */
    .blogPostWrapHome {
        height: auto;
        padding: 0;
        width: 100%;
    }

    .blogPostWrapHome>.blogPostImageWrapper>img {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .blogPostWrapHome>.blogPostImageWrapper>h3,
    .blogPostWrapHome>.blogPostImageWrapper>p {
        left: 10px;
        max-width: 90%;
    }

    .blogPostWrapHome .blogPostWrapButton {
        position: relative;
        float: right;
    }

    .blogPostIntro {
        height: auto;
    }

    .blogPostWrapMini img {
        width: 100%;
        height: auto;
    }

    .home-widget-wrapper,
    .blogHome,
    .blogWrap {
        width: 100% !important;
        margin: 0;
    }

    .home-widget,
    .blogHome .blogPostWrap,
    .blogWrap .blogPostWrap {
        width: 100%;
        float: none;
        padding: 0;
    }

    /* Widgets */
    .widget,
    .middleWidgetLeft,
    .middleWidgetRight {
        padding: 0px;
    }

    .widget {
        margin: 0 0 20px;
    }

    .welcomeWidget h2 {
        font-size: 20px;
    }

    .widget.servicesOverviewWidget {
        margin: 0 0 30px;
        overflow: hidden;
    }

    .servicesOverviewWidget .miniIconWidget {
        width: 100%;
        margin: 0 0 30px;
    }

    .servicesOverviewWidget .miniIconWidget img {
        height: auto;
        width: 100%;
        max-width: none;
    }

    .servicesOverviewWidget .miniIconWidget p {
        margin: 0 30px 0;
    }

    .servicesOverviewWidget .miniIconWidget .button {
        margin: 0 30px 0 0;
    }

    .servicesOverviewWidget .servicesNav {
        width: 100%;
        padding: 0 30px;
        height: auto;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .servicesOverviewWidget .servicesNav ul>li>a {
        margin: 0;
        left: 0;
    }

    .widget.contactFormWidget {
        margin: 0 15px 30px;
        padding: 0;
    }

    .widget.contactFormWidget .inputHolder input,
    .widget.contactFormWidget .inputHolder label,
    .widget.contactFormWidget .inputHolder select,
    .widget.contactFormWidget .inputHolder textarea {
        width: 100%;
    }

    .contactFormButton {
        right: 0;
        width: 100%;
    }

    .widget.opanWidget {
        margin: 0;
        padding: 0 15px 30px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .donateText {
        margin: 30px 0;
    }

    .opanForm,
    .opanForm input,
    .opanForm .opanFormButton {
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    .opanForm input {
        margin: 0 0 15px;
    }

    .phone-icon {
        height: 80px;
        margin: 30px 0 0;
    }

    .workflow-widget {
        margin: 30px 0;
    }

    .workflow-title {
        text-align: center;
    }

    .g-1-9.workflow-ball {
        width: 124px;
        margin: 0 auto 30px;
        float: none;
    }

    .g-1-9.workflow-ball:last-child {
        margin: 0 auto;
    }

    .workflow-horizontal-divider {
        height: 100%;
        width: 3px;
        left: 0;
        right: 0;
    }

    .workflow-left-column,
    .workflow-right-column {
        padding: 0 15px;
    }

    .fragebogen {
        display: none;
    }

}

/* FORMULAR ELEMENTS */
#formHolder input[type=text] {
    width: 350px;
    border: 1px solid #ccc;
    padding: 3px;
    height: 22px;
    font-size: 15px;
}



#formHolder input[type=text]:hover {
    background-color: #e0e9f2;
}

#formHolder textarea {
    width: 350px;
    border: 1px solid #ccc;
    padding: 3px;
    height: 80px;
    font-size: 15px;
}

#formHolder textarea:hover {
    background-color: #e0e9f2;
}

#formHolder select {
    width: 357px;
    border: 1px solid #ccc;
    padding: 3px;
    height: 22;
    font-size: 15px;
}

#formHolder select:hover {
    background-color: #e0e9f2;
}

#formHolder input[type=button] {
    width: 180px;
    height: 30px;
    border: 1px solid #ccc;
    background-color: #01459a;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
}

#formHolder input[type=button]:hover {
    background-color: #007a47;
}

#formHolder form label {
    float: left;
    width: 190px;
    font-size: 15px;
    margin-top: 6px;
}

#formHolderWidth form label {
    float: left;
    width: 330px;
    font-size: 15px;
    margin-top: 6px;
}

.formRow {
    margin-bottom: 10px;
}

.formRow select,
.formRow textarea {
    float: none;
}

.formRow input[type="checkbox"] {
    margin-right: 10px;
}

.formRetMessage {
    float: left;
    padding: 5px;
    border: 1px solid #ccc;
    width: 346px;
    line-height: 22px;
    margin-bottom: 10px;
}

.red {
    background-color: #e10000;
}

.green {
    background-color: #e3ffdf;
}

.error {
    border: 1px solid #e10000 !important;
}

.error-message {
    margin-left: 325px;
    width: 330px;
    border-left: 5px solid #e10000;
    padding-left: 5px;
}


.success-message {
    width: 500px;
    padding: 10px;
    border: 1px solid #00ce1e;
    background-color: #e3ffdf;
}

.widget-sticky {
    z-index: 20;
    position: fixed;
    right: -40px;
    top: 199px;
}

.widget-sticky .widget__button {
    display: block;
    z-index: 10;
    position: relative;
    height: 80px;
    line-height: 74px;
    padding: 0 61px 0 23px;
    background-color: #0060a8;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fff;
    text-decoration: none;
    -webkit-box-shadow: 0 6px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.3);
    -webkit-transition: background .3s, border .3s, color .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, color .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s, background .3s, border .3s, color .3s;
    transition: box-shadow .3s, background .3s, border .3s, color .3s;
    transition: box-shadow .3s, background .3s, border .3s, color .3s, -webkit-box-shadow .3s;
}
.widget-sticky .widget__button:hover {
    background-color: #219a62;
}
.widget-sticky .widget__button.green {
    background-color: #219a62;
}
.widget-sticky .widget__button.green:hover {
    background-color: #219a62;
}

.widget-sticky .widget__button img {
    margin-right: 20px;
}

.widget-sticky .widget__button:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.widget-sticky .widget__button--close {
    position: absolute;
    top: 66px;
    right: -65px;
    padding-left: 22px;
}

.widget-sticky .widget__content {
    position: absolute;
    max-height: calc(100vh - 140px);
    z-index: 11;
    top: -66px;
    right: 40px;
    width: 1000px;
    max-width: 780px;
    padding: 69px 135px 81px 63px;
    -webkit-box-shadow: 0 0 48px rgba(0, 0, 0, 0.2), 0 0 1px rgba(10, 31, 68, 0.08);
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.2), 0 0 1px rgba(10, 31, 68, 0.08);
    background-color: #fbf1e3;
    border: 1px solid #e0e0e0;
    -webkit-transition: opacity .4s, visibility .4s, -webkit-transform .4s;
    transition: opacity .4s, visibility .4s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .4s, visibility .4s;
    transition: transform .4s, opacity .4s, visibility .4s;
    transition: transform .4s, opacity .4s, visibility .4s, -webkit-transform .4s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    overflow-x: hidden;
}

.widget-sticky.is-expanded .widget__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.widget-sticky #opan-button,
.widget-sticky .zufriedenheit-button {
    margin-right: 50px;
}

/* Small Desktop */

@media (max-width: 1280px) {
    .widget-sticky {
        top: 210px;
    }

    .widget-sticky .widget__content {
        max-height: calc(100vh - 165px);
    }
}

/* Tablet Portrait */

@media (max-width: 1023px) {
    .widget-sticky {
        top: 168px;
        right: -50px;
    }

    .widget-sticky .widget__content {
        max-height: calc(100vh - 125px);
    }
}

/* Mobile */

@media (max-width: 767px) {
    .widget-sticky {
        top: 97px;
        right: -250px;
    }

    .widget__button.green {
        visibility: hidden !important;
    }

    .widget-sticky #opan-button,
    .widget-sticky .zufriedenheit-button {
        margin-right: 0px;
        transition: .25s;
    }

    .widget-sticky.is-expanded {
        z-index: 100;
    }

    .widget-sticky.is-expanded #opan-button,
    .widget-sticky.is-expanded .zufriedenheit-button {
        margin-right: 50px;
    }

    .widget-sticky .widget__button {
        padding: 0 61px 0 21px;
        line-height: 70px;
    }

    .widget-sticky .widget__content {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        max-height: none;
        overflow-x: hidden;
        padding: 116px 34px 53px 25px;
    }

    .widget-sticky .widget__button--close {
        top: 15px;
        right: -74px;
    }
}

.widget-sticky.phone-widget {
    text-align: right;
}

.widget-sticky.phone-widget .widget__button {
    display: block;
    padding: 10px 60px 8px 25px;
    border: none;
    height: auto;

    background-position: 20px 23px;
    background-repeat: no-repeat;
}

.widget-sticky .widget__button:hover {
    -webkit-box-shadow: 0 6px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0 6px 4px rgba(0, 0, 0, 0.3);
}

.widget-sticky .widget__button a {
    cursor: pointer;
}

.widget-sticky .widget__button a:hover {
    text-decoration: none;
}

.widget-sticky .widget__content {
    padding: 49px 135px 61px 53px;
}

.widget-sticky .phone-widget-text,
.widget-sticky .phone-widget-text:hover {
    text-decoration: none;
    color: white;
}

.widget-sticky .phone-widget-text span {
    display: block;
    text-align: right;
    line-height: 1.1;
}

.widget-sticky .phone-widget-text span:nth-child(2) {
    font-size: 22px;
    font-weight: 700;
}

.widget-sticky .phone-widget-text span:first-child,
.widget-sticky .phone-widget-text span:last-child {
    font-size: 14px;
}

@media (max-width: 480px) {
    .widget-sticky {
        right: -245px;
        -webkit-transition: 0.25s;
        transition: 0.25s;
    }
    .widget-sticky.open {
        right: -40px;
    }
}

span.children {
    display: inline-block;
    font-size: 11px;
    background: #219a62;
    width: 16px;
    line-height: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    color: white;
    position: relative;
    top: -10px;
    left: -2px;
}

.social-media {
    height: 20px;
    position: relative;
    top: 5px;
}

.cols-2 {
    column-count: 2;
}

@media (max-width: 480px) {
    
    .cols-2 {
        column-count: 1;
    }
}