/*--------------------------------------------------------------
Mediawerk basic
--------------------------------------------------------------*/
html {
    font-size: 1em;
    box-sizing: border-box;
    overflow-x: hidden;
}

body {
    font-size: 1em;
    margin: 0px;
    padding: 0px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    height: 100%;
    color: rgba(200, 200, 200, 1);
    background-color: white !important;


}

body.startseite_container {
    font-size: 1.4em;
    overflow: hidden;
    width: 100vw;
}

body.wp-admin {
    margin: 0px;
    padding: 0px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    background-color: white;
    background-image: none;
}

.wrapper {
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    /*overflow: hidden;*/

    padding-top: 84px;
}

#content {
    /*overflow: hidden;*/
}

.contentwrapper {
    max-width: 1530px;
    min-width: 320px;
    width: 95%;
    margin: 0 auto;
    height: 100%;
}

.clear {
    clear: both;
}

.menu_box a:hover img {
    opacity: 0.8;
}

.gbs3 .teaser_box, .gbs3 .menu_box {
    margin-bottom: 30px;
}

.gbs3 .teaser_box h3, .gbs3 .menu_box h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 10px 0 5px 0;
    color: #6ab446;
}

.gbs3 .teaser_box p, .gbs3 .teaser_box span, .gbs3 .teaser_box a {
    font-size: 14px;
    line-height: 1.4;
    margin: 0px;
    color: black;
}

.gbs3 .teaser_box a .more-link {
    color: #6ab446
}

embed, iframe, img, object, video, .wp-caption {
    max-width: 100%;
    border: 0 none;
}

img {
    height: auto;
}


/*--------------------------------------------------------------
site specific
--------------------------------------------------------------*/


.gallery .flex-control-nav {
    width: 100%;
    position: absolute;
    z-index: 100;
    text-align: center;
}

.gallery .flex-control-nav {
    margin: auto;
}

.gallery .flex-control-nav {
    padding: 5px 0;
    background-color: #aaa;
    bottom: 40px;
    left: 0;
    line-height: 11px;
}

.gallery .flex-control-nav li a {
    margin: 0 0px;
    padding: 0;
}

.gallery .media-shortdesc, .gallery .audio-shortdesc, .gallery .video-shortdesc, .gallery .image-shortdesc {
    font-size: 0.8em;
    background-color: #ddd;
    padding: 20px 0.8em 0.2em 0.8em;
}

.gallery .flex-control-nav li {
    margin: 3px 0;
}


.person {
    margin-bottom: 1em;
}


.spenden-button {
    margin-top: 10px;
}


.frontpage_spenden_box a, .spenden-button a {
    background-color: white;
    padding: 10px 45px;

    border-radius: 5px;
    font-weight: 800;
    color: #0e4194;

    text-decoration: none;

    /*background: -moz-linear-gradient(top, #b2e5f6 0%, #fff 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2e5f6), color-stop(100%, #fff));*/
    /*background: -webkit-linear-gradient(top, #b2e5f6 0%, #fff 100%);*/
    /*background: -o-linear-gradient(top, #b2e5f6 0%, #fff 100%);*/
    /*background: -ms-linear-gradient(top, #b2e5f6 0%, #fff 100%);*/
    /*background: linear-gradient(to bottom, #b2e5f6 0%, #fff 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2e5f6', endColorstr='#fff', GradientType=0);*/
}

.frontpage_spenden_box a:hover, .spenden-button a:hover {
    background-color: white;
    padding: 10px 45px;
    margin-top: 10px;
    border-radius: 5px;
    font-weight: 800;
    color: #0e4194;

    text-decoration: underline;

    /*background: -moz-linear-gradient(top, #fff 0%, #b2e5f6 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #b2e5f6));*/
    /*background: -webkit-linear-gradient(top, #fff 0%, #b2e5f6 100%);*/
    /*background: -o-linear-gradient(top, #fff 0%, #b2e5f6 100%);*/
    /*background: -ms-linear-gradient(top, #fff 0%, #b2e5f6 100%);*/
    /*background: linear-gradient(to bottom, #fff 0%, #b2e5f6 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#b2e5f6', GradientType=0);*/
}

.front-box {
    height: 0px;
    padding: 0 10px 50% 0;
}

.front-box-image {
    height: 0px;
    padding-bottom: 210%;
    overflow: hidden;
    box-shadow: 0px 2px 10px #000;
}

.front-box-text {
    margin: 240% 0px 0 0px;
    height: 150px;
    padding: 15px;
    background: #444;
    font-size: 1.3em;
    font-weight: 100;
    text-transform: uppercase;
    transition: margin 0.5s;
}

.front-box:hover > .front-box-image > .front-box-text {
    margin: 180% 0 0 0;
    transition: margin 0.5s;
}

a.front-box {
    color: #ffffff;
    text-decoration: none;
}


#front-box-content {
    padding: 0 0 0 5px;
}

.front-box-content-inner {
    background-color: #333;
    margin-bottom: 15px;
    padding: 3px 3px 1px 3px;
    text-indent: 7px;
    font-size: 1.2em;
    font-weight: 400;
    box-shadow: 0px 2px 10px #000;
}


.front-box-content-inner-content {
    background-color: #555;
    text-indent: 0px;
    padding: 7px;
    width: 100%;
    font-size: 0.7em;
    font-weight: 100;
    margin-bottom: 3px;
    line-height: 150%;
}

.front-box-content-inner-content-image {
    background-color: #555;
    text-indent: 0px;
    padding: 40px 0px 0px 0px;
    width: 100%;
    font-size: 0.7em;
    font-weight: 100;
    margin-bottom: 3px;
    line-height: 150%;
}

.front-box-content-inner-content-grey {
    padding: 5px 7px;
    background-color: rgba(85, 85, 85, 0.8);
}

.front-box-content-inner-content h4 {
    margin: 0;
    padding: 0;
}


.front-box-content-inner-content p {
    margin: 9px 0 0 0;
    padding: 0;
}


@media (max-width: 767px) {
    #front-box-content {
        padding-left: 0px;
        padding: 0px;
    }

    .front-box-text {
        text-align: center;
        margin: 125% 0 0 0;
        font-size: 0.9em;
        padding: 2% 2%;
    }

    .front-box {
        overflow: hidden;
        margin: 5px 0 15px 0;
        border: 1px solid #333;
        padding-right: 0;
        box-shadow: 0px 2px 10px #000;
    }

    .front-box:hover > .front-box-image > .front-box-text {
        margin: 125% 0 0 0;
        transition: margin 0.5s;
    }
}

#home-h1 {
    margin: 0;
    padding: 0;
    height: 50px;
    font-size: 25px;
    text-indent: 120px;
}

.spacer {
    display: block;
    width: 100%;
    height: 1em;
    float: left;
}

.lebensbericht_typ {
    min-height: 200px;
    margin-bottom: 1em;
}

.lebensbericht_kategorielink {
    background-color: #F37020;
    color: #fff;
    padding: 5px 10px;
    margin: 0px;
    font-weight: 500;
    font-size: 1em;
    min-height: 3.75em;
    text-decoration: none;
}

.beratung_kategorielink {
    background-color: #1746BA;
    color: #fff;
    padding: 5px 10px;
    margin: 0px;
    font-weight: 500;
    font-size: 1em;
    min-height: 1.75em;
    text-decoration: none;
}

.neutral_kategorielink {
    background-color: #717171;
    color: #fff;
    padding: 5px 10px;
    margin: 0px;
    font-weight: 500;
    font-size: 1em;
    min-height: 1.75em;
    text-decoration: none;
    float: left;
    width: 100%;
}

.audiofile .neutral_kategorielink {
    font-weight: initial;
}

.teaser_frontpage .neutral_kategorielink {
    /*background-color: #717171;*/
    background-color: #e4eaf2;
    color: #333333;
    padding: 5px 10px;
    margin: 0px;
    font-weight: 400;
    font-size: .9em;
    min-height: 5.5em;
    text-decoration: none;
    float: left;
    width: 100%;
}

.angebote_kategorielink {
    background-color: #8DC73F;
    color: #fff;
    padding: 5px 10px;
    margin: 0px;
    font-weight: 500;
    font-size: 1em;
    min-height: 1.75em;
    text-decoration: none;
}

.teaser_person {
    margin-bottom: 2em;
}

/*.teaser_person .teaser_text p{padding:5px 10px;}*/
.agenda_teaser_date h4 {
    font-size: 1.25em;
}


.teaser_frontpage {
    margin-bottom: 1em;
}

.teaser_frontpage a, .teaser_person a {
    float: left;
}

.news_teaser a, .agenda a, .lebensbericht_typ a, .teaser_frontpage a, .teaser_person a {
    border: 0px solid white;
    display: block;
    max-width: 100%;
}

.teaser_frontpage a:focus, .teaser_frontpage a:hover, .news_teaser a:focus, .news_teaser a:hover, .agenda a:focus, .agenda a:hover, .lebensbericht_typ a:focus, .lebensbericht_typ a:hover, .teaser_person a:focus, .teaser_person a:hover { /*border: 3px solid red;*/
    display: block;
    color: #00a8e2;
}

.clearfix {
    clear: both;
}

.angebot_table td, .angebot_table th {
    padding: 3px;
    vertical-align: top;
}

.angebot_table th {
    font-weight: 500;
}

.spenden-formular button {
    background-color: #00a8e2;
    font-size: 1.2em;
    border: 1px solid #333;
    padding: 10px 20px;
    font-weight: 500;
    margin-top: 0.5em;
}

.form-group {
    padding-left: 10px;
    margin: 0;
}

.myForm > form > p {
    font-weight: 500;
    padding-left: 10px;
    margin: 0;
}

.myForm label {
    margin-top: 30px;
}

.myForm .form-group > label {
    margin-top: 40px;
}

.myForm .form-addressblock .form-group > label {
    margin-top: 0px;
}

.gcore-input label {
    margin-top: 0;
    font-weight: 100;
}

.gcore-input-wide label {
    margin-top: 0;
    font-weight: 100;
}

form .form-group.value-input {
    margin-bottom: 4px;
}

form .form-group.value-input > label {
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    font-weight: 100;
    float: left;
}

form .form-group.value-input :after {
    clear: both;
    content: "\A";
    white-space: pre;
}

form .form-group.value-input input {
    width: 100px;
    float: left;
    padding: 0 5px;
    height: 25px;
}

form #submit {
    margin-top: 30px;
    padding: 10px 40px;
}

.myForm {
    /*margin: 40px -10px 10px -10px;*/
}

.myForm:before,
.myForm:after {
    content: '';
    display: table;
}

.myForm:after {
    clear: both;
}

.myForm .form-group > label {
    margin-top: 20px;
}


.biographie_author, .speech_speaker, .angebot_details {
    font-size: 0.8em;
    border-top: dotted 1px #333;
    border-bottom: dotted 1px #333;
    margin: 10px 0;
    padding: 10px 0;
}

.angebot_table tr {
    border-bottom: dotted 1px #333;
}

.angebot_table tr:last-child {
    border-bottom: dotted 0px #333;
}

p:last-child {
    margin: 0
}

.agenda_leftside_block {
    margin-top: 4em;
}

.agenda_teaser_date time, .agenda_teaser_date span, .additional_speechs span, #breadcrumbs {
    font-size: 0.8em;
}

.agenda_leftside_block .agenda_teaser_title {
    text-decoration: underline;
}

.media-shortdesc, .audio-shortdesc, .video-shortdesc, .image-shortdesc {
    font-size: 0.8em;
    background-color: #ddd;
    padding: 0.2em 0.8em;
}

.content-quote blockquote {
    margin: 0;
    padding: 0 0 0 2em;
    color: #00a8e2;
}

.customerquote_box {
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0;
}

.customerquote blockquote {
    padding: 0;
}

.customerquote blockquote p {
    font-size: 1.3rem;
    line-height: 1.5;

    text-align: right;
}

.customerquote blockquote img {
    margin: 0 auto;
    display: block;
}

.customerquote blockquote cite {
    font-weight: 500;

    font-size: 0.6em;
    line-height: 50px;
    letter-spacing: 0em;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: right;
}

.infos {
    margin: 0 0 1em 0;
}

.site-info .infos h2 {
    font-size: 0.9em;
    font-weight: 500;
    margin: 0;
}

.site-info .infos p {
    font-size: 0.8em;
    font-weight: 400;
}

.footernavi {
    clear: both;
}

.gcore-radio-item input, .gcore-single-column .gcore-checkbox-item input {
    margin-right: 5px;
}



.slider_frontpage {
    /*margin-bottom: 240px;   !*local site *!*/
    margin-bottom: -140px;
}

@media (min-width: 1880px) {

    .slider_frontpage {
        /*margin-bottom: 240px;   !*local site *!*/
        margin-bottom: 160px;
    }

}



.slider {
    margin-top: -80px;
}

/*.slider img {max-height:590px;}*/
.sliderimage {
    background-color: white;
    transition: 0.5s;
}


.slider-link {
    color: white;
    text-decoration: none;
}

.slider-link:hover {
    text-decoration: underline;
}


.slider {
    height: 0;
    /*overflow: hidden;*/
    transition: 0.5s;
}

.slider .slidecontent {
    height: 0;
    background-color: transparent !important;
    color: #fff;
    padding: 0;
    text-align: left;
    /*overflow: hidden;*/
    /*transition: 0.5s;*/

    padding-left: 0 !important;
    margin-top: -140px !important;
}

.slider .slidecontentblue {
    /*background-color: rgba(0, 168, 226, 0.9);*/
    /*background-color: rgba(14, 65, 148, 0.9);*/
    margin-bottom: -0.8em;
    padding-bottom: 0.8em;
    padding-top: 0.8em;
    margin-top: 0.5em;
    /*margin-right: 35vw;*/

    position: relative;
}

.slidecontent > .slidecontentblue:before {
    position: absolute;
    content: "";
    /*background-color: rgba(0, 168, 226, 0.9);*/
    background-color: rgba(14, 65, 148, 0.95);
    margin-bottom: -0.8em;
    padding-bottom: 0.8em;
    padding-top: 0.8em;
    margin-top: 0.5em;
    margin-right: 35vw;

    margin-left: 0 !important;

    display: block;

    height: calc(100% + 20px);
    width: 300%;

    top: -10px;
    left: -200%;
}

.slidecontent div.slide_text {
    margin-bottom: 30px;
}

.slidecontent a {
    position: absolute;
    right: 50px;
    bottom: 0px;
}


.slider-link {
    display: inline-block;
    margin-bottom: 10px;
}

.slider-link .iconcontainer {
    display: block;
    /*background-color: rgba(0, 168, 226, 0.9);*/
    border-radius: 38px;
    width: 38px;
    height: 38px;
    /*margin-top: -6px;*/
}

/*.slider-link .slider_icon_video .iconcontainer .icon {*/
/*    display: inline-block;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    background: url("../images/theme_icons/hexFFF/icon_video.svg") no-repeat scroll center center / 60% 60%;*/
/*}*/

.slider-link .slider_icon_video .iconcontainer .icon:before {
    font-family: 'icomoon_slider';
    font-size: 1em;
    content: "\e900";
    display: inline-block;
    width: 40px;
    height: 40px;
    /*background: url("../images/theme_icons/hexFFF/icon_video.svg") no-repeat scroll center center / 60% 60%;*/
}

.slider-link .slider_icon_audio .iconcontainer .icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url("../images/theme_icons/hexFFF/icon_headphone.svg") no-repeat scroll center center / 60% 60%;
}

/*.slider-link .slider_icon_gallery .iconcontainer .icon {*/
/*    display: inline-block;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    background: url("../images/theme_icons/hexFFF/icon_gallery.svg") no-repeat scroll center center / 60% 60%;*/
/*}*/

.slider-link .slider_icon_gallery .iconcontainer .icon:before {
    font-family: 'icomoon_slider';
    font-size: 1.6em;
    content: "\e901";
    display: inline-block;
    width: 40px;
    height: 40px;
    /*background: url("../images/theme_icons/hexFFF/icon_gallery.svg") no-repeat scroll center center / 60% 60%;*/
}

/*.slider-link .slider_icon_extlink .iconcontainer .icon {*/
/*    display: inline-block;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*    background: url("../images/theme_icons/hexFFF/icon_extlink.svg") no-repeat scroll center center / 60% 60%;*/
/*}*/

.slider-link .slider_icon_extlink .iconcontainer .icon:before {
    font-family: 'icomoon_slider';
    font-size: 1em;
    content: "\e900";
    display: inline-block;
    width: 40px;
    height: 40px;
    /*background: url("../images/theme_icons/hexFFF/icon_extlink.svg") no-repeat scroll center center / 60% 60%;*/
}


.shaddowed {
    text-shadow: 0px 0px 3px #000000;
}

/*@media (max-width: 1100px) {*/
/*    .slider .slidecontent {*/
/*        background-color: rgba(0, 168, 226, 0.9) !important;*/
/*    }*/

/*    .slider .slidecontentblue {*/
/*        background-color: rgba(0, 168, 226, 0);*/
/*    }*/
/*}*/

/*
.slider .slidecontent{
	min-height: 5em;
	background-color:rgba(0, 168, 226, 0.9);
	color:#fff; 
	padding:0.8em; 
	text-align:center;
}*/
.slider .slidecontent h2,
.slider .slidecontent p {
    padding: 0;
    margin: 0;

}

.slider .slidecontent h2 {
    font-size: 1.4em;
}

.slider .slidecontent p {
    font-size: 1em;
}

@media (max-width: 910px) {
    .slider .slidecontent {
        font-size: .8em;
        line-height: 1.5em;
        margin-top: -100px !important;
    }

    .slider_frontpage {
        margin-bottom: -100px;
    }

    .slidecontent a {
        bottom: -20px;
    }

}

@media (max-width: 678px) {
    .slider .slidecontent {
        font-size: .8em;
        line-height: 1.2em;
        margin-top: -24px !important;
    }

    .slider .slidecontent h2 {
        line-height: 1.2em;
    }

    .slider_frontpage {
        margin-bottom: -24px;
    }
}

@media (max-width: 910px) {
    .slider .slidecontent {
        margin-left: 13px !important;
    }
}

ul.slides {
    padding: 0px;
}

#frontpageslider .flex-control-nav {
    position: absolute;
    right: 2%;
    top: -40px;
    z-index: 10;
    width: auto;
}

#main_content_right {
    float: right;
}

#main_left_side {
    float: left;
    margin-top: 6em;
}

#main_left_side_home {
    float: left;
}


/*linke seite dropdown 2 navi start*/
#main_left_side .wrapper-dropdown, #main_left_side_home .wrapper-dropdown, #zusatznavi, #lebensberichtnavi {
    /* Size and position */
    position: relative; /* Enable absolute positioning for children and pseudo elements */
    /*width: 200px;*/
    margin: 0 auto;
    padding: 10px 15px;

    /* Styles */
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    font-weight: 500;
    margin-bottom: 1em;
}

#main_left_side .wrapper-dropdown ul, #main_left_side_home .wrapper-dropdown ul {
    border-radius: 5px;
}

#main_left_side .wrapper-dropdown ul li, #main_left_side_home .wrapper-dropdown ul li {
    border-bottom: 1px solid #333;
}

#main_left_side .wrapper-dropdown ul li:last-child, #main_left_side_home .wrapper-dropdown ul li:last-child {
    border-bottom: 0px solid #333;
}

#main_left_side .wrapper-dropdown ul li a, #main_left_side_home .wrapper-dropdown ul li a {
    text-decoration: none;
}

#main_left_side .wrapper-dropdown ul li a:focus, #main_left_side .wrapper-dropdown ul li a:hover, #main_left_side_home .wrapper-dropdown ul li a:focus, #main_left_side_home .wrapper-dropdown ul li a:hover {
    font-weight: bold;
}

#main_left_side .wrapper-dropdown .dropdown, #main_left_side_home .wrapper-dropdown .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0px;
    padding: 10px 15px;

    /* Styles */
    transition: all 0.3s ease-out;
    list-style: none;
    font-weight: normal;

    /* Hiding */
    opacity: 0;
    pointer-events: none;
    display: none;
}

#main_left_side .wrapper-dropdown:after, #main_left_side_home .wrapper-dropdown:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -0.25em;
    border-width: 0.5em 0.5em 0 0.5em;
    border-style: solid;
    border-color: white transparent;
}

#main_left_side .wrapper-dropdown.active:after, #main_left_side_home .wrapper-dropdown.active:after {
    border-width: 0 0.5em 0.5em 0.5em;
}

#main_left_side .wrapper-dropdown.active .dropdown, #main_left_side_home .wrapper-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 99;
    display: block;
}

/*linke seite dropdown 2 navi ende*/

/*linke seite dropdown 2 navi angebot start*/
#dd_angebot.wrapper-dropdown {
    background-color: #8DC73F;
    border: 0px solid #8DC73F;
}

#dd_angebot.wrapper-dropdown ul {
    border: 1px solid #8DC73F;
}

#dd_angebot.wrapper-dropdown .dropdown {
    background: #F4F9EC;
}

/*linke seite dropdown 2 navi angebot ende*/

/*linke seite dropdown 2 navi beratung start*/
#dd_beratung.wrapper-dropdown, #zusatznavi {
    background-color: #1746BA;
    border: 0px solid #1746BA;
}

#dd_beratung.wrapper-dropdown ul {
    border: 1px solid #1746BA;
}

#dd_beratung.wrapper-dropdown .dropdown {
    background: #dEf1f8;
}

/*linke seite dropdown 2 navi beratung ende*/

/*linke seite dropdown 2 navi lebensberichte start*/
#dd_lebensbericht.wrapper-dropdown, #lebensberichtnavi {
    background-color: #F37020;
    border: 0px solid #F37020;
}

#dd_lebensbericht.wrapper-dropdown ul {
    border: 1px solid #F37020;
}

#dd_lebensbericht.wrapper-dropdown .dropdown {
    background: #FEF1E9;
}

/*linke seite dropdown 2 navi lebensberichte ende*/

#zusatznavi, #zusatznavi li, #lebensberichtnavi, #lebensberichtnavi li {
    float: none;
}

#zusatznavi a, #lebensberichtnavi a {
    height: auto;
    padding: 0;
    color: #fff;
    text-decoration: none;
}

.nofloat {
    float: none;
}

.site-content .contentwrapper {
    max-width: 1680px;
    min-width: 320px;
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
    height: 100%;
}

.linklist {
    padding-left: 18px;
}

.linklist li {
    line-height: 120%;
    margin: 5px 0;
}


.side-box-content-inner {
    background-color: #333;
    margin-bottom: 15px;
    padding-top: 7px;
    box-shadow: 0px 2px 10px #000;
}


#mobilelogo {
    float: right;
    margin-top: 0;
}

#mobilelogo img {
    height: 50px;
}

#mobileheader {
    height: 50px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-left: 5px;
    width: calc(100% - 5px);
}

#content {
    color: #333;
    font-size: 1em;
    line-height: 170%;
    padding: 1px 0;
}

#colophon {
    /*overflow: hidden;*/
}

.content_block {
    margin-bottom: 1.5em;
}

.content_image img {

}

.link_box {
    padding: 15px;
    text-align: center;
}

.teaser_box_topline {
    background-color: #aaa;
    margin: 0 auto;
    width: 100%;
    height: 1px;
    margin-bottom: 10px;
}

.teaser_box.link_box p, .teaser_box.link_box h3 {
    padding: 0;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.teaser_box.link_box img {
    margin-bottom: 15px;
}

.fullimage img {
    width: 100%;
}

.audiofile {

    padding-top: 10px;
}

.audiofile p {
    margin: 0;
}

.audiofile h3 {
    margin: 10px 0;
}

.audiojs {
    margin-bottom: 30px;
    width: 100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: rgba(200, 200, 200, 1);
    border-radius: 0px;
}

.audiojs .progress {
    background: rgba(0, 168, 226, 1);
    border-radius: 0px;
}

.audiojs .loaded {
    background: rgba(150, 150, 150, 1);
    border-radius: 0px;
}

.audiojs .play-pause {
    width: 45px;
    border-color: white;
    background-color: rgba(0, 168, 226, 1);
}

.audiojs .play-pause p {
    margin: 0;
    padding: 0;
    width: 28px;
    height: 28px;
    padding: 0px;
    border-radius: 0px;
}

.audiojs .play-pause .play {
}

.audiojs .scrubber {
    border: 0px;
    background: rgba(180, 180, 180, 1);
    width: calc(100% - 195px);
    border-color: white;
}

.audiojs .time {
    margin: 0px;
    padding: 0px 0px 0px 20px;
    width: 130px;
    color: #000;
    text-shadow: none;
    border-color: white;
}

.audiojs .time .played {
    color: #333;
}

.audiojs .time .duration {
    color: #666;
}

footer#colophon {
    background-color: rgb(178, 229, 246);
    /*background-color: #fdfdfd;*/
    float: left;
    width: 100%;
    margin-top: 2.5em;

    font-size: 0.8em;
}

.mini_kontakt_icon, .mini_spenden_icon, .mini_newsletter_icon {
    width: 100%;
    height: 100%;
}

.mini_kontakt_icon {
    background: url("../images/theme_icons/hexFFF/icon_person.svg") no-repeat scroll center center / 60% 60%;
}

.mini_spenden_icon {
    background: url("../images/theme_icons/hexFFF/icon_savings.svg") no-repeat scroll center center / 60% 60%;
}

.mini_newsletter_icon {
    background: url("../images/theme_icons/hexFFF/icon_news.svg") no-repeat scroll center center / 60% 60%;
}

.circle_kontakt_icon, .circle_spenden_icon, .circle_newsletter_icon {
    width: 1.25em;
    height: 1.25em;
    margin: 0;
    padding: 0;
    border-radius: 0.625em;
    position: absolute;
    top: 0;
    left: -1.25em;

    background: #999; /* Old browsers */
    background: -moz-linear-gradient(top, #555 0%, #999 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #999)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 0%, #999 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0%, #999 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555 0%, #999 100%); /* IE10+ */
    background: linear-gradient(to bottom, #555 0%, #999 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#999', GradientType=0); /* IE6-9 */

}

.site-info {
    color: rgba(85, 85, 85, 1);

    font-size: 1em;
    padding: 1em 0 1em 0;
    width: 100%;
}

.site-info p {
    margin: 0;
}

#frontpage_title_box {
    border: 0px solid white;
    margin-top: 10%;
    padding: 0 15px;
    color: #fff;
    font-size: 2.5em;
    line-height: 170%;
    font-weight: 100;
    background-color: rgba(253, 195, 0, 0.85) !important;
}

#frontpage_text_box {
    clear: both;
    border: 0px solid white;
    margin-top: 10px;
    margin-bottom: 60px;
    padding: 10px 0 0px 0;
    color: #000;
    font-size: 1.2em;
    line-height: 170%;
    font-weight: 400;
    background-color: rgba(255, 255, 255, 0.85);
}

#frontpage_text_box p {
    padding: 0 15px 0 15px;
}

#progressbar {
    margin-top: 15px;
    height: 5px;
    width: 0%;
    color: #fff;
    background-color: rgba(253, 195, 0, 0.85) !important;
}

#progressicon {
    color: rgba(0, 168, 226, 1);
    height: 20px;
    text-align: center;
    font-size: 1.5em;
}

#logo {
    float: none;
    display: block;
}

#access-links a {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#access-links a:focus {
    position: static;
    left: 0;
    width: auto;
}

#myHeader .site-branding {
    padding: 0px 0px 25px 0px;
    /*float: left;*/
    margin-left: -150px;
    position: absolute;
}

@media (max-width: 1200px) {
    #myHeader .site-branding {
        margin-left: -100px;
    }
}

@media (max-width: 1000px) {
    #myHeader .site-branding {
        margin-left: -60px;
    }
}

@media (max-width: 900px) {
    #myHeader .site-branding {
        margin-left: 100px;
    }
}

#myHeader {
    font-size: 1.4rem;
    height: 70px;
    /*background-color: rgb(228, 247, 253);*/
    background-color: white;

}

nav.navbar {
    margin-left: 150px;
}

@media (max-width: 1000px) {
    nav.navbar {
        margin-left: 200px;
    }
}

@media (max-width: 900px) {
    nav.navbar {
        margin-left: 0px;
    }

    /*#myHeader {*/
    /*    position: static;*/
    /*}*/
}

#myHeader .container {
    position: relative;
}

#myHeader .nav-icons {
    height: 20px;
    position: absolute;
    top: 20px;
    right: -200px;

    z-index: 12000;
}

@media (max-width: 1400px) {
    #myHeader .nav-icons {
        right: 15px;
    }
}

@media (max-width: 520px) {
    #myHeader .nav-icons {
        display: none;
    }
}


#myHeader .nav-icons img {
    height: 30px;
    margin: 0 5px;
}

#myHeader .nav-icons img:last-child {
    margin-right: 0;
}


.search-btn {
    cursor: pointer;
}


.search-overlay {
    position: absolute;
    height: 100vh;
    width: 100%;
    padding-bottom: 50vh;

    display: none;
    opacity: 0;

    transition: opacity 500ms ease-in-out;

    top: 100vh;
    left: 0;

    position: fixed;

    z-index: 1000;

    background: rgba(255, 255, 255, 0.8);
    /*display: none;*/

    display: flex;
    align-items: center;
    justify-content: center;
}


.search-overlay.active {
    position: absolute;
    height: 100vh;
    width: 100%;

    display: block;
    opacity: 100;


    top: 0;
    left: 0;

    position: fixed;

    z-index: 1000;

    background: rgba(255, 255, 255, 0.8);
    /*display: none;*/

    display: flex;
    align-items: center;
    justify-content: center;
}

.search-overlay #searchform {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.search-overlay #searchinput {
    width: 80%;
    background-color: white;
    border: black solid 1px;
    height: 55px;
    font-size: 1.5em;

    font-family: "Fira Sans light", Arial, sans-serif;
}

.search-overlay .btn#searchsubmit {
    height: 55px;
    width: 55px;
    background-color: #333333;
    margin-left: 0;
    display: inline-block;
    float: none;
}


/*
.site-content.content{
	background-color: rgba(0,0,0,0.2);
}
.site-content.frontpage{
	background-color: rgba(0,0,0,0.2);
}
h1{
	font-size: 1.4rem;
}
h1.entry-title{
	font-size: 1.8rem;
	margin-top: 30px;
	margin-bottom: 30px;
}
h2{
	font-size: 1.2rem;
	margin-bottom: 20px;
}
h3{
	font-size: 1.2rem;
	margin-bottom: 20px;
}*/


#searchform {
    background-color: #eee;
    height: 2em;
    margin: 1em 0;
}

#searchinput {
    width: 100%;
    padding: 10px 15px;
    border: 0px solid #fff;
    color: #000;
    height: 2em;
    background-color: transparent;
    font-weight: 500;
    font-size: 1em;
}

#searchinput:focus {
    outline-color: transparent;
    outline-style: none;
    box-shadow: inset 0px 1px 1px 1px #aaa;
}

.btn#searchsubmit {
    outline-color: transparent;
    outline-style: none;
}

.btn#searchsubmit {
    border-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    color: white;
    height: 25px;
    margin: 0px 0 0 -5px;
    border: 0px solid #fff;
    padding: 3px 5px 0px 5px;
    background-color: transparent;
    float: right;
}

.search-highlight {
    background: #ffc287;
}

hr {
    margin: 30px 0 50px 0;
}

/* Gallery */
.gallery {
    margin-bottom: 15px;
}

.gallery ul {
    padding: 0px;
    margin: 0px -5px;
}

.gallery li {
    list-style-type: none;
    padding: 0 5px;
    margin: 0 0 5px 0;
}

.gallery li img {
    width: auto;
    height: auto;
    border: 0px solid #333;
    /*box-shadow: 0px 2px 10px #000000;*/
}


/* Background Slider */
#bgslider {
    position: fixed;
    overflow: hidden;
    margin: 0;
    z-index: -1000;
    width: 300%;
    height: 100%;
}

#bgslider ul {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    list-style: none;
}

#bgslider ul li {
    position: relative;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    width: 33.33333%;
    height: 100%;
    background: #ccc;
    text-align: center;
    line-height: 300px;
}

#bgslider ul li {
    background-size: cover;
}

#content p:last-child {
    /*margin: 100px;*/
}


.contact-box {
    margin-bottom: 50px;
}

.contact-box h3 {
    margin: 0px;
}

.contact-box p {
    margin: 0px;
}


/* Footer */
.footer_nav {
    float: left;
}

.footer_nav ul, .additional_speechs ul {
    float: left;
    padding: 0;
}

.footer_nav li, .additional_speechs li {
    list-style-type: none;
    float: left;
}


@media (max-width: 767px) {
    #myHeaderBG {
        box-shadow: 0px 0px 5px #000000;
    }

    .front-box {
        box-shadow: 0px 0px 0px #000;
    }

    .front-box-content-inner {
        box-shadow: 0px 0px 0px #000;
    }

    .front-box-content-inner {
        padding: 1px 1px 1px 1px;
    }

    .front-box-content-inner-content {
        margin-bottom: 0;
    }

    .front-box-content-inner-content-image {
        margin-bottom: 1px;
    }


    .circle_kontakt_icon, .circle_spenden_icon, .circle_newsletter_icon {
        display: none;
    }

    .infos {
        margin: 1em 0 0 0;
    }

}


/*--------------------------------------------------------------
Extends bootstrap navbar
--------------------------------------------------------------*/

#myNavbar {
    margin: 11px 0 0 0;
    height: 50px;
    padding: 0 40px 0 0;
}

.navbar-nav > li > a {
    height: 59px;
}

#myNavbar .navbar-toggle {
    margin-top: -43px;
}

#myNavbar .main-menu-item {
    position: relative;
    z-index: 1000;
    font-size: 1.1em;
}

@media (max-width: 1400px) {
    #myNavbar .main-menu-item {
        font-size: .9em;
    }
}

#myNavbar .main-menu-item a {
    color: #3e3e3e;
    text-decoration: none;
    font-weight: 400;
}

#myNavbar .main-menu-item > a:hover,
#myNavbar .main-menu-item > a:focus,
#myNavbar .main-menu-item.parentNavItem > a,
#myNavbar .main-menu-item.current-menu-item > a {
    color: #0e4194;
    text-decoration: underline;
    /*border-bottom: 2px solid #0e4194;*/
}

/*#myNavbar .nav_lebensberichte.main-menu-item > a:hover,*/
/*#myNavbar .nav_lebensberichte.main-menu-item > a:focus,*/
/*#myNavbar .nav_lebensberichte.main-menu-item.parentNavItem > a,*/
/*#myNavbar .nav_lebensberichte.main-menu-item.current-menu-item > a {*/
/*    color: #f37020;*/
/*}*/

/*#myNavbar .nav_angebote.main-menu-item > a:hover,*/
/*#myNavbar .nav_angebote.main-menu-item > a:focus,*/
/*#myNavbar .nav_angebote.main-menu-item.parentNavItem > a,*/
/*#myNavbar .nav_angebote.main-menu-item.current-menu-item > a {*/
/*    color: #8DC73F;*/
/*}*/

/*#myNavbar .nav_beratung.main-menu-item > a:hover,*/
/*#myNavbar .nav_beratung.main-menu-item > a:focus,*/
/*#myNavbar .nav_beratung.main-menu-item.parentNavItem > a,*/
/*#myNavbar .nav_beratung.main-menu-item.current-menu-item > a {*/
/*    color: #1746BA;*/
/*}*/


#myNavbar .main-menu-item.focused > a {
    color: #0e4194;
    text-decoration: underline;
    /*border-bottom: 2px solid #0e4194;*/
}

/*#myNavbar .nav_lebensberichte.main-menu-item.focused > a {*/
/*    color: #f37020;*/
/*}*/

/*#myNavbar .nav_angebote.main-menu-item.focused > a {*/
/*    color: #8DC73F;*/
/*}*/

/*#myNavbar .nav_beratung.main-menu-item.focused > a {*/
/*    color: #1746BA;*/
/*}*/


#myNavbar .main-menu-item .sub-menu a {
    color: #000000;
}


#myNavbar .main-menu-item a:hover + .sub-menu,
#myNavbar .main-menu-item a:focus + .sub-menu {
    max-height: 1500px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

#myNavbar .main-menu-item.hovered a + .sub-menu,
#myNavbar .main-menu-item.hovered a + .sub-menu {
    max-height: 1500px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}


#myNavbar .main-menu-item .sub-menu.focused,
#myNavbar .main-menu-item .sub-menu.focused {
    max-height: 1500px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

#myNavbar .sub-menu:hover,
#myNavbar .sub-menu:focus {
    max-height: 1500px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s;
}

.iconcontainer {
    width: 1.5em;
    height: 1.5em;
    float: left;
    margin-right: 0.5em;
}

.icon_media_video h3, .icon_media_audio h3, .icon_media_gallery h3 {
    padding-right: 2.5em;
}

.icon_media_video .iconcontainer, .icon_media_audio .iconcontainer, .icon_media_gallery .iconcontainer {
    float: right;
    background: #fff;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    margin-right: 0em;
}

.teaser_frontpage.icon_media_video .iconcontainer, .teaser_frontpage.icon_media_audio .iconcontainer, .teaser_frontpage.icon_media_gallery .iconcontainer {
    position: absolute;
    top: 0.5em;
    left: 1em;
}

.teaser_mediathek.icon_media_video .iconcontainer, .teaser_mediathek.icon_media_audio .iconcontainer, .teaser_mediathek.icon_media_gallery .iconcontainer {
    position: absolute;
    top: 0.5em;
    left: 1em;
}

.frontpage_speech_box .iconcontainer {
    margin: 0 auto;
    float: none;
    width: 1.5em;
    height: 1.5em;
}

.icon_media_video .iconcontainer .icon {
    width: 100%;
    height: 100%;
    background: url("../images/theme_icons/hex555/icon_video.svg") no-repeat scroll center center / 60% 60%;
}

.icon_media_audio .iconcontainer .icon {
    width: 100%;
    height: 100%;
    background: url("../images/theme_icons/hex555/icon_headphone.svg") no-repeat scroll center center / 60% 60%;
}

.icon_media_gallery .iconcontainer .icon {
    width: 100%;
    height: 100%;
    background: url("../images/theme_icons/hex555/icon_gallery.svg") no-repeat scroll center center / 60% 60%;
}

.info_magazine_pdf .iconcontainer .icon {
    width: 100%;
    height: 100%;
    background: url("../images/theme_icons/colored/icon_otl_pdf.svg") no-repeat scroll center center / 100% 100%;
}

.info_magazine_text .iconcontainer .icon {
    width: 100%;
    height: 100%;
    background: url("../images/theme_icons/colored/icon_otl_text.svg") no-repeat scroll center center / 100% 100%;
}

.info_magazine_issuu .iconcontainer .icon {
    width: 100%;
    height: 100%;
    background: url("../images/theme_icons/colored/icon_extlink.svg") no-repeat scroll center center / 100% 100%;
}

.external_link .iconcontainer .icon {
    width: 100%;
    height: 100%;
    background: url("../images/theme_icons/colored/icon_extlink.svg") no-repeat scroll center center / 70% 70%;
}

.info_icon {
    width: 100%;
    height: 100%;
    background: url("../images/theme_icons/hexFFF/icon_info.svg") no-repeat scroll center center / 60% 60%;
}

.info_circle {
    width: 80px;
    height: 80px;
    margin: -40px auto 10px auto;
    padding: 0;
    border-radius: 40px;

    background: #999; /* Old browsers */
    background: -moz-linear-gradient(top, #555 0%, #999 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #999)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 0%, #999 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0%, #999 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555 0%, #999 100%); /* IE10+ */
    background: linear-gradient(to bottom, #555 0%, #999 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#999', GradientType=0); /* IE6-9 */

}

.info_title {
    margin: 0 auto 2em auto;
    text-align: center;
    color: #333;
}

.agenda_icon {
    width: 100%;
    height: 100%;
    background: url("../images/theme_icons/hexFFF/icon_calendar.svg") no-repeat scroll center center / 60% 60%;
}

.agenda_circle {
    width: 60px;
    height: 60px;
    margin: -30px auto 10px auto;
    padding: 0;
    border-radius: 30px;

    background: #999; /* Old browsers */
    background: -moz-linear-gradient(top, #555 0%, #999 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #999)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 0%, #999 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0%, #999 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555 0%, #999 100%); /* IE10+ */
    background: linear-gradient(to bottom, #555 0%, #999 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#999', GradientType=0); /* IE6-9 */

}

.agenda_title.boxtitle, .past h4 {
    margin: 0 auto;
    text-align: center;
    color: #333;
}


.angebot_icon {
    width: 100%;
    height: 100%;
    background: url("../images/theme_icons/hexFFF/icon_calendar.svg") no-repeat scroll center center / 60% 60%;
}

.angebot_circle {
    width: 90px;
    height: 90px;
    margin: -45px auto 10px auto;
    padding: 0;
    border-radius: 45px;


    background: #a3cd69; /* Old browsers */
    background: -moz-linear-gradient(top, #a3cd69 0%, #c3e29c 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a3cd69), color-stop(100%, #c3e29c)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a3cd69 0%, #c3e29c 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a3cd69 0%, #c3e29c 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #a3cd69 0%, #c3e29c 100%); /* IE10+ */
    background: linear-gradient(to bottom, #a3cd69 0%, #c3e29c 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3cd69', endColorstr='#c3e29c', GradientType=0); /* IE6-9 */
}

.angebot_title.boxtitle {
    margin: 0 auto;
    text-align: center;
    color: #8DC73F;
}

.angebot_table {
    margin-top: 60px;
    padding-bottom: 30px;
    /*margin-left: -1500px;*/
    /*padding-left: 1500px;*/
    /*padding-right: 1500px;*/
    /*width: calc(100% + 3000px);*/
    background-color: #e7f4da;
    overflow: visible;

}

.angebot_table::before {
    content: "";
    position: absolute;
    background-color: #e7f4da;
    width: 200vw;
    /*width: 100%;*/
    top: 0;
    left: -50vw;
    /*left: -45px;*/
    /*margin-left: auto;*/
    /*margin-right: auto;*/

    height: 100%;
    z-index: -100;
}

.angebot_table a:hover {
    color: black;
}

.speech_icon {
    width: 100%;
    height: 100%;
    background: url("../images/theme_icons/hexFFF/icon_book.svg") no-repeat scroll center center / 60% 60%;;
}

.speech_circle {
    width: 90px;
    height: 90px;
    margin: -45px auto 10px auto;
    padding: 0;
    border-radius: 45px;

    background: #999; /* Old browsers */
    background: -moz-linear-gradient(top, #555 0%, #999 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #555), color-stop(100%, #999)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #555 0%, #999 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #555 0%, #999 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #555 0%, #999 100%); /* IE10+ */
    background: linear-gradient(to bottom, #555 0%, #999 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555', endColorstr='#999', GradientType=0); /* IE6-9 */

}

.spenden_icon {
    width: 100%;
    height: 100%;
    /*background: url("../images/theme_icons/colored/icon_savings.svg") no-repeat scroll center center / 60% 60%;;*/


}

.spenden_icon:before {
    content: '\e901';
    font-family: 'icomoon' !important;
    /*position: absolute;*/
    /*top: -50%;*/
    /*right: 30px;*/
    border-radius: 50%;
    background-color: white;
    width: 90px;
    height: 90px;
    text-align: center;
    color: rgb(14, 65, 148);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.7em;
}

.spenden_icon:after {
    content: '\e902';
    font-family: 'icomoon' !important;
    position: relative;
    top: -65px;
    text-align: center;
    color: rgb(14, 65, 148);
    font-size: 3.7em;
}


.spenden_circle {
    width: 90px;
    height: 90px;
    margin: -45px auto 10px auto;
    padding: 0;
    border-radius: 45px;
rgb(178, 229, 246) background: #b2e5f6; /* Old browsers */
    background: -moz-linear-gradient(top, #b2e5f6 0%, #fff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b2e5f6), color-stop(100%, #fff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b2e5f6 0%, #fff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b2e5f6 0%, #fff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b2e5f6 0%, #fff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b2e5f6 0%, #fff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2e5f6', endColorstr='#fff', GradientType=0); /* IE6-9 */

}

h2.frontpage_speech_title span a {
    width: auto;
    /*background: #555;*/
    /*padding: 0.25em 0.5em;*/
    color: #fff;

    text-decoration: none;
}

.frontpage_speech_box {
    color: rgba(255, 255, 255, 1);
    font-size: 1.5em;
    line-height: 1.4em;
    margin-top: 60px;

    height: 678px;
}

.frontpage_spenden_box {

    /*margin-left: -500px;*/
    /*padding: 0px 500px 80px 500px;*/
    /*width: calc(100% + 1000px);*/
    background-size: cover;
    text-align: center;
    overflow: visible;
}

.frontpage_spenden_box::before {
    content: "";
    position: absolute;
    /*background: linear-gradient(to bottom, #0477a3 0%, #A6BBBC 100%);;*/
    background: #0e4194;
    width: 200vw;
    /*width: 100%;*/
    top: 0;
    left: -50vw;
    height: 100%;
    z-index: -100;
}

.frontpage_speech_title {
    font-size: 1.25em;
}

.frontpage_speech_box {
    margin-left: -25%;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    /*padding: 0px 120px 80px 120px;*/
    /*max-width: 1920px;*/
    /*width: calc(100% + 240px);*/
    width: 150%;
    background-size: cover;
    background-position: center top;
    text-align: center;

}

@media (max-width: 1400px) {
    .frontpage_speech_box {
        margin-left: 0;
        width: 100%;
    }

}

.frontpage_speech_text {
    text-shadow: 1px -1px 3px #000;
    line-height: 1.3;
    font-size: 0.8em;
}

.frontpage_spenden_box h3 {
    margin: 0;
}

.frontpage_spenden_box {
    margin-bottom: -2em;
    font-size: 1.0em;
    color: rgba(255, 255, 255, 1);
    background: #0477a3; /* Old browsers */
    background: -moz-linear-gradient(top, #0477a3 0%, #A6BBBC 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0477a3), color-stop(100%, #A6BBBC)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0477a3 0%, #A6BBBC 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0477a3 0%, #A6BBBC 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0477a3 0%, #A6BBBC 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0477a3 0%, #A6BBBC 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0477a3', endColorstr='#A6BBBC', GradientType=0); /* IE6-9 */

    background: #0e4194;


}

.frontpage_speech_speaker {
    padding: 0;
    margin: 10px 0;
    font-size: 0.5em;
    text-align: left;
    font-style: italic;
    font-weight: bolder;

    padding-top: 25px;
}

.frontpage_speech_teaser {
    /*background-color: rgba(14, 65, 148, 0.95);*/
    padding-top: 55px;
    padding-bottom: 55px;

    margin-bottom: 55px;

    text-align: left;

    position: relative;

    top: -35px;

    font-size: 0.8em;

    z-index: 10;
}

@media (max-width: 768px){
    .frontpage_speech_teaser {
        /*background-color: rgba(14, 65, 148, 0.95);*/
        padding-top: 25px;
        padding-bottom: 55px;

        font-size: 0.7em;    
    }

    .frontpage_speech_box {
        height: 800px;
    }
}

@media (max-width: 378px){
    .frontpage_speech_box {
        height: 1000px;
    }
}


.frontpage_speech_teaser:before {
    content: '';
    background-color: rgba(14, 65, 148, 0.95);

    display: block;
    position: absolute;

    z-index: -1000;

    height: 100%;
    width: 100vw;

    top: 0;
    left: -55px;
}

.frontpage_speech_link {
    display: block;
    position: absolute;
    bottom: 25px;
    right: 25px;

    text-decoration: none;
    color: white;
}

.frontpage_speech_link:hover {
    color: white;
}

.frontpage_speech_link:before {
    content: '\e900';
    font-family: 'icomoon_kopfhoerer' !important;
    position: absolute;
    top: -0px;
    left: -75px;

    /*border-radius: 50%;*/
    /*background-color: white;*/
    /*width: 80px;*/
    /*height: 80px;*/
    text-align: center;
    color: rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5em;
}


.frontpage_spenden p {
    text-align: left;
    font-size: 1em;
    line-height: 1.3;
}


#myNavbar .sub-menu {
    position: absolute;
    margin-top: -1px;
    margin-left: -1500px;
    padding-left: 1500px;
    padding-right: 1500px;
    list-style: none;
    width: 3250px;
    /*background-color: #00a8e2;*/
    /*background-color: rgba(255, 255, 255, 0.9);*/
    background-color: rgba(255, 255, 255, 1);
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s;
    transition: max-height 0.3s;
}


#myNavbar li ul .sub-menu {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    width: auto;
    max-height: 500px;
    overflow: hidden;
}


/*#myNavbar .nav_lebensberichte .sub-menu {*/
/*    background-color: #f37020;*/
/*}*/

/*#myNavbar .nav_angebote .sub-menu {*/
/*    background-color: #8DC73F;*/
/*}*/

/*#myNavbar .nav_beratung .sub-menu {*/
/*    background-color: #1746BA;*/
/*}*/

@media (min-width: 767px) {
    #myNavbar .sub-menu a {
        font-size: 0.8em;
    }
}

#myNavbar .sub-menu a {
    font-weight: 300;

    display: block;
    list-style: none;
    padding: 5px 0 5px 15px;
    width: 100%;
}

#myNavbar ul ul li:first-child {
    margin-top: 20px;
}

#myNavbar ul ul li:last-child {
    margin-bottom: 20px;
}


#myNavbar ul ul ul li:first-child {
    margin-top: -4px;
}

#myNavbar ul ul ul li:last-child {
    margin-bottom: 0px;
}

#myNavbar ul ul ul li {
    margin-left: 15px;
    font-size: 0.8em;
}

@media (max-width: 900px) {
    #myNavbar ul ul li {
        left: 0 !important;
    }
}


#myNavbar .sub-menu a:hover,
#myNavbar .sub-menu a:focus,
#myNavbar .current-cat > a,
#myNavbar .current-menu-item > a {
    /*font-weight: 600;*/
    /*background-color: rgba(255, 255, 255, 0.25);*/
    text-decoration: underline;
}

#topnav {
    width: 100%;
}

.nav.navbar-nav {
    width: 100%;
}

@media (max-width: 900px) {


    .navbar-header {
        float: none;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
        position: absolute;
        width: 100%;
    }


    .navbar {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: translateZ(1px);
        -moz-transform: translateZ(1px);
        -o-transform: translateZ(1px);
        transform: translateZ(1px);
        z-index: 10000;
    }

    #myNavbar {
        margin: 0 0 0 0;
        /*padding: 0px 50px;*/
        height: auto;
        /*width: 700px;*/
    }

    #myNavbar .sub-menu {
        position: relative;
        margin-left: 0px;
    }

    .navbar-nav > li > a {
        padding-top: 25px;
        height: auto;
    }

    .slider {
        margin-top: -61px;
    }

    #top-menu {
        border-bottom: 1px solid #222;
    }

    @media (max-width: 900px) {
        #top-menu {
            overflow: scroll;
            height: calc(100vh - 50px);
        }
    }

    .contentwrapper.headnav {
        width: 100%;
        margin: 0;
    }

    .wrapper {
        overflow: hidden;
    }

    #myNavbar {
        /*position: absolute;
        left: -190px;
        top: 50px;*/
    }

    #myNavbar .sub-menu {
        max-height: 900px;
        padding-left: 10px;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
        list-style: none;
        width: auto;
        box-shadow: none;
    }

    #myNavbar .sub-menu li {
        /*border-top: 1px solid rgba(255,255,255,0.2);*/
    }

    #myHeader {
        height: 50px;
    }

    #myNavbar .main-menu-item {
        width: 100%;
        border-top: 0px solid #222;
    }

    #myNavbar .main-menu-item a {
        color: #ffffff;
        text-decoration: none;
        font-weight: 400;
    }

    #myNavbar .main-menu-item > a:hover,
    #myNavbar .main-menu-item > a:focus,
    #myNavbar .main-menu-item.parentNavItem > a,
    #myNavbar .main-menu-item.current-menu-item > a {
        color: #ffffff;
        text-decoration: underline;
        /*border-bottom: 2px solid #0e4194;*/
    }

    #myNavbar .main-menu-item.focused > a {
        color: #ffffff;
        /*text-decoration: underline;*/
        /*border-bottom: 2px solid #0e4194;*/
    }

    #topnav {
        padding: 0;
        margin: 0;
    }

    #myNavbar .nav.navbar-nav {
        padding: 0;
        margin: 49px 0;
        background-color: rgba(255, 255, 255, 1);
    }

    #myNavbar .main-menu-item {
        /*background-color: rgb(228, 247, 253);*/
        background-color: #0e4194;
    }

    .info_column .info {
        margin-top: 2em;
    }
}

.navbar-header {
    margin-top: 0px;
    pointer-events: none;
}

.navbar-toggle {
    margin-right: 24px;
    pointer-events: all;
    z-index: 1100;

}

#nav_facebook {
    width: 40px;
    height: 40px;
}


#nav_addons {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    background-color: #e2e2e2;
    color: #545454;
    padding: 14px 20px 10px 11px;
    height: 70px;
    z-index: 1002;
}

#spenden-button-top {
    position: absolute;
    top: 60px;
    right: 10px;
    float: right;
    background-color: #1746BA;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    text-align: center;
    padding: 34px 0;
    -ms-transform: rotate(-17deg); /* IE 9 */
    -webkit-transform: rotate(-17deg); /* Chrome, Safari, Opera */
    transform: rotate(-17deg);
    border: 4px solid white;
    -webkit-box-shadow: 4px 7px 16px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 7px 16px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 7px 16px 0px rgba(0, 0, 0, 0.75);
    z-index: 9999;
    background: rgba(23, 69, 186, 1);
    background: -moz-linear-gradient(top, rgba(23, 69, 186, 1) 0%, rgba(23, 69, 186, 1) 100%, rgba(88, 134, 232, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 69, 186, 1)), color-stop(100%, rgba(23, 69, 186, 1)), color-stop(100%, rgba(88, 134, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(23, 69, 186, 1) 0%, rgba(23, 69, 186, 1) 100%, rgba(88, 134, 232, 1) 100%);
    background: -o-linear-gradient(top, rgba(23, 69, 186, 1) 0%, rgba(23, 69, 186, 1) 100%, rgba(88, 134, 232, 1) 100%);
    background: -ms-linear-gradient(top, rgba(23, 69, 186, 1) 0%, rgba(23, 69, 186, 1) 100%, rgba(88, 134, 232, 1) 100%);
    background: linear-gradient(to bottom, rgba(23, 69, 186, 1) 0%, rgba(23, 69, 186, 1) 100%, rgba(88, 134, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1745ba', endColorstr='#5886e8', GradientType=0);

    transition: 0.5s;
}


#spenden-button-top:hover {
    background-color: #2766eA;
    -webkit-box-shadow: 4px 12px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 4px 12px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 4px 12px 20px 0px rgba(0, 0, 0, 0.75);
    background: rgba(23, 69, 186, 1);
    background: -moz-linear-gradient(top, rgba(23, 69, 186, 1) 0%, rgba(23, 69, 186, 1) 43%, rgba(88, 134, 232, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23, 69, 186, 1)), color-stop(43%, rgba(23, 69, 186, 1)), color-stop(100%, rgba(88, 134, 232, 1)));
    background: -webkit-linear-gradient(top, rgba(23, 69, 186, 1) 0%, rgba(23, 69, 186, 1) 43%, rgba(88, 134, 232, 1) 100%);
    background: -o-linear-gradient(top, rgba(23, 69, 186, 1) 0%, rgba(23, 69, 186, 1) 43%, rgba(88, 134, 232, 1) 100%);
    background: -ms-linear-gradient(top, rgba(23, 69, 186, 1) 0%, rgba(23, 69, 186, 1) 43%, rgba(88, 134, 232, 1) 100%);
    background: linear-gradient(to bottom, rgba(23, 69, 186, 1) 0%, rgba(23, 69, 186, 1) 43%, rgba(88, 134, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1745ba', endColorstr='#5886e8', GradientType=0);
    transition: 0.5s;
}

a > #spenden-button-top {
    font-weight: 500;
    color: #fff;
}


@media (max-width: 767px) {
    #nav_addons {
        position: absolute;
        top: 0;
        right: 0px;
        float: right;
        background-color: #e2e2e2;
        color: #545454;
        padding: 4px 20px 0px 11px;
        height: 50px;
    }
}

@media (max-width: 460px) {
    #nav_addons {
        right: 0px;
        padding-right: 0px;
    }

    #nav_facebook {
        display: none;
    }
}

#nav_fontsizes {
    float: left;
    margin: -7px 5px 0px 0px;
}

#nav_fontsizes li {
    font-size: 27px;
    height: 43px;
    list-style-type: none;
    float: left;
    margin-right: 2px;
    vertical-align: bottom;
}

#nav_fontsizes li img {
    position: absolute;
    bottom: 0px;
}


#nav_fontsizes_sml {
    width: 18px;
    position: relative;
    bottom: 0px;
    /*background: url("../images/theA.svg")  no-repeat bottom left / 100%;*/
}

#nav_fontsizes_med {
    width: 24px;
    position: relative;
    bottom: 0px;
    /*background: url("../images/theA.svg") no-repeat bottom left / 100%;*/
}

#nav_fontsizes_big {
    width: 34px;
    position: relative;
    bottom: 0px;
    /*background: url("../images/theA.svg") no-repeat bottom left / 100%;*/
}

#nav_fontsizes_sml img {
    height: 18px;
}

#nav_fontsizes_med img {
    height: 24px;
}

#nav_fontsizes_big img {
    height: 30px;
}


#nav_fontsizes a,
#nav_fontsizes a {
    color: #545454;
    text-decoration: none;
}

#nav_fontsizes a:hover,
#nav_fontsizes a:focus {
    color: #00a8e2;
    text-decoration: none;
}

#nav_facebook {
    float: left;
}

#headergrey {
    float: right;
    background-color: #e2e2e2;
    height: 70px;
    width: 100%;
    margin-right: -100%;
}


.navbar-left-vertical {
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9));
    margin-right: 5px !important;
    min-height: 100%
}

.navbar-left-vertical li a {
<!-- border-top-left-radius: 20 px;
--> <!-- border-bottom-left-radius: 20 px;
-->
}

.navbar-left-vertical .navbar-nav > li > ul > li {
<!-- border-top-left-radius: 10 px;
--> <!-- border-bottom-left-radius: 10 px;
-->
}

.navbar-left-vertical .navbar-header {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 20px;
}

.navbar-left-vertical {
    float: left;
    width: 250px;
}

.navbar-left-vertical li {
    float: none;
    clear: both;
}

.navbar-left-vertical li {
    padding: 0px 0px 0px 0px;
}

.navbar-left-vertical li ul li a {
    display: block;
    padding: 5px 15px;
}

.navbar-left-vertical .navbar-brand {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 350px;
}

.navbar-left-vertical {
    padding: 0;
    margin: 0;
}

.navbar-left-vertical .sub-menu {
    display: none;
}

.navbar-left-vertical .current-menu-item .sub-menu {
    display: block;
}

.navbar-left-vertical .current-menu-ancestor .sub-menu {
    display: block;
}

.navbar-left-toggle {
    position: absolute;
    float: right;
    z-index: 1001;
    left: 260px;
}

.navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin: 0;
}

h1.site-title {
    margin-top: 0;
}

.navbar-left-vertical ul.nav.navbar-nav {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 150px;
}

.container-fluid {
    margin: 0;
    padding: 0;
}

#myNavbar .navbar-left-vertical .navbar-left-collapse {
    padding-right: 0px;
    padding-left: 0px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 0px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.navbar-left-collapse.in {
    overflow-y: auto;
}

.navbar-left-vertical .navbar-nav > li.current-menu-item > a {
    color: rgba(0, 168, 226, 1);
}

.navbar-left-vertical .navbar-nav > li > ul {
    list-style-type: none;
    padding: 0px;
    margin-left: 15px;
    margin-bottom: 20px;
}

.navbar-left-vertical .navbar-nav > li > ul > li {
    text-indent: 0px;
}

.navbar-left-vertical .navbar-nav > li > ul > li > a {
    color: #333;
    margin: 0px 0px 0px 0px;
}

.navbar-left-vertical .navbar-nav > li > ul > li > ul {
    list-style-type: none;
    padding: 0px;
    margin-left: 15px;
    margin-bottom: 20px;
}

.navbar-left-vertical .navbar-nav > li > ul > li > ul > li {
    text-indent: 0px;
}

.navbar-left-vertical .navbar-nav > li > ul > li > ul > li > a {
    color: #333;
    margin: 0px 0px 0px 0px;
    margin: 0px 0px 3px 0px;
}


.navbar-left-vertical .navbar-nav > li > a {
    color: #333;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.navbar-left-vertical .navbar-nav > li > a:hover,
.navbar-left-vertical .navbar-nav > li > a:focus {
    text-decoration: none;
    background-color: #000;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.navbar-left-vertical .navbar-nav > li > ul > li > a:hover,
.navbar-left-vertical .navbar-nav > li > ul > li > a:focus {
    text-decoration: none;
    background-color: #000;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.navbar-left-vertical .navbar-nav > li > ul > li > ul > li > a:hover,
.navbar-left-vertical .navbar-nav > li > ul > li > ul > li > a:focus {
    text-decoration: none;
    background-color: #000;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.navbar-left-vertical .navbar-nav > li > ul {
    margin-top: 0px;
    padding: 0px;
}

.navbar-left-vertical .navbar-nav > li > ul > li.current-menu-item > a {
    color: rgba(0, 168, 226, 1);
    background-color: rgba(253, 195, 0, 0.2);
    display: block;
}

.navbar-left-vertical .navbar-nav > li > ul > li > ul > li.current-menu-item > a {
    color: rgba(0, 168, 226, 1);
    background-color: rgba(253, 195, 0, 0.2);
    display: block;
}

.navbar-left-vertical .navbar-nav > li.current-menu-item > a {
    background-color: rgba(253, 195, 0, 0.2);
}

.navbar-left-vertical .navbar-nav > li.current-menu-parent > a {
    background-color: rgba(2, 114, 184, 0);
}


/*@media (min-width: 768px) {*/
@media (min-width: 900px) {
    #myNavbar .navbar-left-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navbar-left-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-left-collapse.in {
        overflow-y: visible;
    }


    #mobileheader {
        display: none;
    }

    .content_image img {
        float: right;
    }

}


/*@media (max-width: 767px) {*/
/*    #logo img {*/
/*        height: 80px;*/
/*        padding-top: 0px;*/
/*        margin-left: 60px;*/
/*    }*/

/*    #myHeader .site-branding {*/
/*        padding: 0;*/
/*    }*/

/*    #myHeaderBG {*/
/*        height: 50px;*/
/*    }*/

/*    footer {*/
/*    }*/

/*    .navbar-left-vertical ul.nav.navbar-nav {*/
/*        margin-top: 0;*/
/*    }*/
/*}*/


/*--------------------------------------------------------------
Extends bootstrap navbar footer
--------------------------------------------------------------*/

#footer-menu > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: normal;
}

#footer-menu > li > a {
    position: relative;
    display: inline;
    padding: 0px 0px;
}

#footer-menu > li > a:hover,
#footer-menu > li > a:focus {
    background: none;
    text-decoration: underline;
    line-height: normal;
}

#footer-menu > li {
    position: static;
}

#footercontent {
    align-content: center;
    margin: 0 auto;
    width: 80%;
}

#footer-menu {
    width: initial;
}

#footer-menu > li {
    float: none;
    font-size: 0.8em;
    font-weight: 400;
}

#footerline {
    float: left;
}


#dashboard_widget_translation_helper {
    background-color: #eee;
}

#dashboard_widget_translation_helper > .hndle {
    background-color: #ddd;
}

#dashboard_widget_translation_helper img {
    margin: 7px 0;
    border: 1px solid #ddd;
}

#dashboard_widget_translation_helper p::first-letter {
    font-size: 1.5em;
    color: #0073aa;
    font-weight: 700;
}


/*--------------------------------------------------------------
Based on bootstrap theme
--------------------------------------------------------------*/

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
    text-shadow: none;
}

.btn:active,
.btn.active {
    background-image: none;
}

.btn-default {
    text-shadow: 0 1px 3px #000;
    border-color: #dbdbdb;
    background-color: #00a8e2;
    color: #fff;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #1746BA;
    color: #fff;
}

.btn-default:active,
.btn-default.active {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
    background-color: #e0e0e0;
    background-image: none;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
    background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #265a88;
    background-position: 0 -15px;
}

.btn-primary:active,
.btn-primary.active {
    background-color: #265a88;
    border-color: #245580;
}

.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary[disabled] {
    background-color: #265a88;
    background-image: none;
}

.btn-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}

.btn-success:hover,
.btn-success:focus {
    background-color: #419641;
    background-position: 0 -15px;
}

.btn-success:active,
.btn-success.active {
    background-color: #419641;
    border-color: #3e8f3e;
}

.btn-success.disabled,
.btn-success:disabled,
.btn-success[disabled] {
    background-color: #419641;
    background-image: none;
}

.btn-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #28a4c9;
}

.btn-info:hover,
.btn-info:focus {
    background-color: #2aabd2;
    background-position: 0 -15px;
}

.btn-info:active,
.btn-info.active {
    background-color: #2aabd2;
    border-color: #28a4c9;
}

.btn-info.disabled,
.btn-info:disabled,
.btn-info[disabled] {
    background-color: #2aabd2;
    background-image: none;
}

.btn-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}

.btn-warning:hover,
.btn-warning:focus {
    background-color: #eb9316;
    background-position: 0 -15px;
}

.btn-warning:active,
.btn-warning.active {
    background-color: #eb9316;
    border-color: #e38d13;
}

.btn-warning.disabled,
.btn-warning:disabled,
.btn-warning[disabled] {
    background-color: #eb9316;
    background-image: none;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c12e2a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.btn-danger:hover,
.btn-danger:focus {
    background-color: #c12e2a;
    background-position: 0 -15px;
}

.btn-danger:active,
.btn-danger.active {
    background-color: #c12e2a;
    border-color: #b92c28;
}

.btn-danger.disabled,
.btn-danger:disabled,
.btn-danger[disabled] {
    background-color: #c12e2a;
    background-image: none;
}

.thumbnail,
.img-thumbnail {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: #000;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #2e6da4;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

.navbar-default {
    float: left;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
}

#myNavbar .navbar-brand,
#myNavbar .navbar-nav > li > a {
}

#myNavbar .navbar-inverse {
    background-image: -webkit-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -o-linear-gradient(top, #3c3c3c 0%, #222 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
    background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
}

.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
}

@media (max-width: 767px) {
    #myNavbar .navbar .navbar-nav .open .dropdown-menu > .active > a,
    #myNavbar .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
    #myNavbar .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #000;
    }
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #f5e79e;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dca7a7;
}

.progress {
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
    background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-success {
    background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
    background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-info {
    background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
    background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-warning {
    background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
    background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-danger {
    background-image: -webkit-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -o-linear-gradient(top, #d9534f 0%, #c9302c 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
    background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
    background-repeat: repeat-x;
}

.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.list-group {
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    text-shadow: 0 -1px 0 #286090;
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
    background-repeat: repeat-x;
    border-color: #2b669a;
}

.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
    text-shadow: none;
}

.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}

.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}

.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}

.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}

.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}

.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}

.well {
    background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
    background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #dcdcdc;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1);
}


/*--------------------------------------------------------------
File icons
--------------------------------------------------------------*/
.fileicon {
    padding: 0.2em 0 0.2em 1.5em;
    background: url("../images/icons/light/icon_default.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_txt.light {
    background: url("../images/icons/light/icon_text.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_pdf.light {
    background: url("../images/icons/light/icon_pdf.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_jpg.light {
    background: url("../images/icons/light/icon_img.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_xls.light,
.icon_xls.light,
.icon_xlsx.light,
.icon_xlt.light,
.icon_xltx.light {
    background: url("../images/icons/light/icon_xls.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_doc.light,
.icon_docx.light,
.icon_dot.light,
.icon_dotx.light {
    background: url("../images/icons/light/icon_word.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_pptx.light,
.icon_ppsx.light {
    background: url("../images/icons/light/icon_ppt.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_odt.light {
    background: url("../images/icons/light/icon_ppt.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_zip.light {
    background: url("../images/icons/light/icon_zip.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.fileicon.dark {
    padding: 0.2em 0 0.2em 1.5em;
    background: url("../images/icons/dark/icon_default.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.6em;
}

.icon_txt.dark {
    background: url("../images/icons/dark/icon_text.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_pdf.dark {
    background: url("../images/icons/dark/icon_pdf.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_jpg.dark {
    background: url("../images/icons/dark/icon_img.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_xls.dark,
.icon_xls.dark,
.icon_xlsx.dark,
.icon_xlt.dark,
.icon_xltx.dark {
    background: url("../images/icons/dark/icon_xls.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_doc.dark,
.icon_docx.dark,
.icon_dot.dark,
.icon_dotx.dark {
    background: url("../images/icons/dark/icon_word.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_pptx.dark,
.icon_ppsx.dark {
    background: url("../images/icons/dark/icon_ppt.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_odt.dark {
    background: url("../images/icons/dark/icon_ppt.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_zip.dark {
    background: url("../images/icons/dark/icon_zip.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_txt.colored {
    background: url("../images/theme_icons/colored/icon_otl_text.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_pdf.colored {
    background: url("../images/theme_icons/colored/icon_otl_pdf.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_jpg.colored {
    background: url("../images/theme_icons/colored/icon_otl_image.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_xls.colored,
.icon_xls.colored,
.icon_xlsx.colored,
.icon_xlt.colored,
.icon_xltx.colored {
    background: url("../images/theme_icons/colored/icon_otl_excel.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_doc.colored,
.icon_docx.colored,
.icon_dot.colored,
.icon_dotx.colored {
    background: url("../images/theme_icons/colored/icon_otl_word.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_pptx.colored,
.icon_ppsx.colored, .icon_odt.colored {
    background: url("../images/icons/colored/icon_otl_powerpoint.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

.icon_zip.colored {
    background: url("../images/icons/colored/icon_zip.svg") no-repeat scroll left center transparent;
    float: left;
    display: block;
    background-size: 1.2em;
}

/*--------------------------------------------------------------
payrexx forms
--------------------------------------------------------------*/

#container {
    max-width: 715px !important;
    padding: 0 !important;
}

.gform_wrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25px;
    clear: both;
}

.gform_wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.gform_wrapper li {
    display: block;
}

.gform_wrapper input {
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.gform_wrapper textarea {
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.gform_wrapper .gfield_required {
    color: #ff0000 !important;
    margin-left: 8px;
}

.gform_wrapper ul.gform_fields > li {
    margin-bottom: 15px;
}

.gform_wrapper .ginput_container_radio li {
    display: inline-block;
}

.gform_wrapper .ginput_container_radio li:not(:first-child) {
    margin-left: 15px;
}

.gform_wrapper .ginput_container_radio li label {
    font-weight: normal;
    cursor: pointer;
}

.gform_wrapper .ginput_container_radio li input {
    width: auto;
}

.gform_wrapper .ginput_container_radio li input[type="radio"] {
    margin-right: 8px;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.gform_wrapper .ginput_complex {
    margin-bottom: -10px;
    margin-left: -10px;
    margin-right: -10px;
}

.gform_wrapper .ginput_complex:before,
.gform_wrapper .ginput_complex:after {
    content: '';
    display: table;
}

.gform_wrapper .ginput_complex:after {
    clear: both;
}

.gform_wrapper .ginput_complex > span {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding: 0 10px;
}

.gform_wrapper .ginput_complex label {
    font-weight: normal;
}

.gform_wrapper .ginput_container_select select {
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    font-size: inherit;
    line-height: normal;
    display: block;
}

.gform_wrapper .ginput_container_checkbox li {
    display: inline-block;
}

.gform_wrapper .ginput_container_checkbox li:not(:first-child) {
    margin-left: 15px;
}

.gform_wrapper .ginput_container_checkbox li label {
    cursor: pointer;
    font-weight: normal;
}

.gform_wrapper .ginput_container_checkbox li input {
    width: auto;
}

.gform_wrapper .ginput_container_checkbox li input[type="checkbox"] {
    margin-right: 8px;
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.gform_validation_container, .gform_wrapper .gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container, body .gform_wrapper li.gform_validation_container, body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
    display: none !important;
    position: absolute !important;
    left: -9000px;
}

.gform_wrapper input[type="submit"] {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    text-shadow: 0 1px 3px #000;
    border-color: #dbdbdb;
    background-color: #00a8e2;
    color: #fff;
    margin-top: 15px;
    padding: 10px 40px;
    width: auto;
}

.gform_wrapper input[type="submit"]:hover,
.gform_wrapper input[type="submit"]:focus,
.gform_wrapper input[type="submit"]:active {
    background-color: #1746BA;
    color: #fff;
}

.gform_wrapper .validation_error {
    border: 1px solid #ff0000;
    color: #ff0000;
    background: rgba(255, 0, 0, 0.1);
    margin: 10px 0;
    padding: 10px;
}

.gform_wrapper .validation_message {
    color: #ff0000;
    margin-top: 10px;
}

@media (max-width: 599px) {
    .gform_wrapper .ginput_complex > span {
        width: 100%;
    }
}

#myHeader {
    position: fixed !important;
    z-index: 100;

    width: 100%;
    border-bottom: 1px solid white;

    transition: border-bottom-color 200ms linear;

    margin-top: -89px;

}

@media (max-width: 900px) {
    #myHeader {
        position: static;

    }

    div.wrapper {
        overflow: inherit;
    }

}

#myHeader.scrolled {
    border-bottom: 1px solid #aeaeae;
    opacity: 0.96;
}

/*
.anniversary {
    position: absolute;
    right: 154px;
    width: 108px;
    background: url(../images/anniversary.png) center center no-repeat;
    background-size: 100% auto;
    z-index: 9999;
    top: 6px;
}

.anniversary:before {
    content: '';
    display: block;
    padding-top: 100%;
}


@media (max-width: 1080px) {
    .anniversary {
        width: 80px;
    }
}

@media (max-width: 490px) {
    .anniversary {
        width: 50px;
    }
}

@media (max-width: 460px) {
    .anniversary {
        right: 94px;
    }
}
*/
footer form input[type="text"] {
    font-size: 0.8em;
    background: white;
    border: 1px solid #333;
    color: #333;
    line-height: normal;
    padding: 2px 7px;
    margin-right: -1px;
}

footer form input[type="submit"] {
    background: #333;
    border: 1px solid #333;
    color: white;
    font-size: 0.8em;
    line-height: normal;
    padding: 2px 7px;
}


@media (min-width: 1200px) {

    #myHeader > .container {
        width: 910px;
    }
}

.startseite_container .container {
    width: 910px;
    margin: auto;
}


@media (max-width: 910px) {
    .startseite_container .container {
        width: 100%;
    }

}


.spenden_btn {
    z-index: 100;
    position: absolute;
    right: 0;
    top: 750px;
    padding-left: 1.5rem;
    background-color: rgb(14, 65, 148);
    padding-right: 8rem;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: white;
}

@media (max-width: 1500px) {
    .spenden_btn {
        display: none;
    }
}

.spenden_btn:before {
    content: '\e901';
    font-family: 'icomoon' !important;
    position: absolute;
    top: -50%;
    border-radius: 50%;
    background-color: white;
    width: 80px;
    height: 80px;
    text-align: center;
    color: rgb(14, 65, 148);
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2em;
}

.spenden_btn:after {
    content: '\e902';
    font-family: 'icomoon' !important;
    position: absolute;
    top: -50%;
    border-radius: 50%;
    background-color: transparent;
    width: 80px;
    height: 80px;
    text-align: center;
    color: rgb(14, 65, 148);
    right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.2em;
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?reyzdh');
    src: url('../fonts/icomoon.eot?reyzdh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?reyzdh') format('truetype'),
    url('../fonts/icomoon.woff?reyzdh') format('woff'),
    url('../fonts/icomoon.svg?reyzdh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'icomoon_kopfhoerer';
    src: url('../fonts/icomoon_kopfhoerer.eot?reyzdh');
    src: url('../fonts/icomoon_kopfhoerer.eot?reyzdh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon_kopfhoerer.ttf?reyzdh') format('truetype'),
    url('../fonts/icomoon_kopfhoerer.woff?reyzdh') format('woff'),
    url('../fonts/icomoon_kopfhoerer.svg?reyzdh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon_kopfhoerer' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face {
    font-family: 'icomoon_slider';
    src: url('../fonts/icomoon_slider.eot?reyzdh');
    src: url('../fonts/icomoon_slider.eot?reyzdh#iefix') format('embedded-opentype'),
    url('../fonts/icomoon_slider.ttf?reyzdh') format('truetype'),
    url('../fonts/icomoon_slider.woff?reyzdh') format('woff'),
    url('../fonts/icomoon_slider.svg?reyzdh#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon_slider' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-spenden_icon {
    position: absolute;
    top: -70%;
    border-radius: 50%;
    background-color: rgb(250, 0, 0);
    width: 80px;
    height: 80px;
    text-align: center;
    color: rgb(14, 65, 148);
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.icon-spenden_icon .path1:before {
    content: "\e900";
    color: rgb(255, 255, 255);
}

.icon-spenden_icon .path2:before {
    content: "\e901";
    margin-left: -1em;
    color: rgb(14, 65, 148);
}

.icon-spenden_icon .path3:before {
    content: "\e902";
    margin-left: -1em;
    color: rgb(14, 65, 148);
}


.teaser_frontpage_image img {
    width: 100% !important;
}


@media (max-width: 900px) {
    .angebot_table {
        margin-left: 0px;
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
    }
}


#additionalLinks {
    display: none;
    width: max-content;
    z-index: 5000;
    position: fixed;
    /*top: 96px;*/
    top: 64px;
    right: 12vw;

    font-size: 20px;
    /*border-top: solid 2px lightgray;*/
    padding: .5em;
    margin-left: 260px;
    background: white none repeat scroll 0% 0%;

}

@media (max-width: 1800px) {
    #additionalLinks {
        right: 8vw;
    }
}

@media (max-width: 100px) {
    #additionalLinks {
        right: 5vw;
    }
}

@media (max-width: 1100px) {
    #additionalLinks {
        display: none !important;
    }
}


#additionalLinks:before {
    content: '';
    width: 200vw;
    height: 100%;
    z-index: -100;
    position: absolute;
    top: 0px;
    right: -200vw;
    /*font-size: 20px;*/
    /*border-top: solid 2px lightgray;*/
    /*padding: .5em;*/
    /*margin-left: 260px;*/
    background: white none repeat scroll 0% 0%;

}

#additionalLinks:hover:before {
    right: -50vw;
}

.navbar-brand > img {
    z-index: 500000000000000;
}

nav:hover #additionalLinks, .clicked #additionalLinks {
    display: flex;

    /*@media (max-width: ) {*/

    /*}*/
}

#additionalLinks a {
    text-decoration: none !important;
}

#additionalLinks a:hover {
    text-decoration: underline !important;
    color: #0e4194;
}


.agenda__button {
    display: block;

    width: min-content;

    margin: 0 auto;
    margin-top: .5em;
    padding: .2em 1.8em;
    border-radius: 5px;

    background-color: #8cbc4a;
    color: white;

    text-decoration: none;
}

.angebot_table .agenda__button:hover, .angebot_table .agenda__button:focus {
    text-decoration: underline;
    color: white;
}


/**{*/
/*    outline: 1px solid red;*/
/*}*/




