/*
 Theme Name:     managerfragen e.V.
 Theme URI:      n/a
 Description:    webplash
 Author:         Ramin Fleckner
 Author URI:     http://www.websplash-online.de
 Template:       Divi
 Version:        1.0.0
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("../Divi/style.css");

body {
    color: #6c6b6b;
}

.mfo h1,
.mfo h2,
.mfo h3,
.mfo h4,
.mfo h5,
.mfo h6 {
    color: #323232;
}

.mfo .et_pb_title_container h1 {
    font-weight: 700;
    font-size: 30px;
    color:#323232;
    text-transform: uppercase;
}

.mfo h1 {
    color:#BFDB7A;
    text-transform: none;
    font-size:16pt;
    font-weight:bold;
}

#page-container::before {
    width:100%;
    height:5px;
    position: absolute;
    left:0;
    top:0;
    background:#9EC127;
    content:' ';
    z-index:999999;
}

.et_boxed_layout #page-container {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 3px solid #C6DE6E;
    margin: 20px auto;
}
#page-container {
    width: 100% !important;
    padding-top:92px!important;
}

.mfo #main-content a {
    text-decoration: underline;
    color: #9EC127;
}

.mfo #main-content a:hover {
    text-decoration: none;
}

.underlined h3 {
    background: #fff;
    display: inline-block;
    position: relative;
    padding: 0 10px;
    z-index: 2;
}

.underlined:after {
    content: ' ';
    width: 100%;
    display: block;
    border-bottom: 1px solid #CBCBCB;
    position: relative;
    top: -13px;
    z-index: 1;
}

.green {
    color: #C6DD6D !important;
}

sup {
    bottom: 0.3em;
}

.et_pb_slide_content {
    color: #6c6b6b;
}

.mfo select {
    cursor: pointer;
}

.mfo #main-content input,
.mfo #main-content select,
.mfo #main-content textarea {
    width: 100%;
    padding: 5px;
    margin: 0;
    font-size: 12pt;
}

.mfo #main-content input[type="checkbox"] {
    width:auto;
    margin:0 10px 0 0;
}

.mfo #main-content textarea {
    min-height: 80px;
}

.mfo #main-content a.et_pb_promo_button.et_pb_button {
    font-weight:600;
    text-decoration: none;
}

.mfo #main-content .choose_your_type a.et_pb_button {
    font-weight:600;
    text-decoration: none;
    margin-right:20px;
}

.mfo #main-content .et_pb_blog_grid_wrapper .et_pb_post h2.entry-title {
    font-weight:600;
    line-height:1.3;
    min-height:80px;
}
.mfo #main-content .et_pb_blog_grid_wrapper .et_pb_post h2.entry-title a {
    color:#323232;
}

.mfo #main-content .et_pb_blog_grid_wrapper .et_pb_post h2.entry-title a:hover {
    text-decoration: underline;
}

.mfo #main-content .et_pb_blog_grid_wrapper .et_pb_post p {
    min-height:190px;
}

.mfo #main-content .et_pb_blog_grid_wrapper .et_pb_post a.more-link {
    position: relative;
    padding: .3em 1em;
    border: 2px solid #B5CF52;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 1.7em !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    font-weight: 600;
    color: #383838 !important;
    background: #9EC127;
    display: block;
    margin: 20px 0 0 0;
    text-align: center;
    font-size:16px;
}

.mfo #main-content .et_pb_blog_grid_wrapper .et_pb_post a.more-link:hover {
    background:transparent;
    color:#383838!important;
    border-color:#383838;
}

.mfo #main-content input[type="submit"] {
    color: #fff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffaf4b+0,ff920a+100;Orange+3D+%231 */
    background: #ffaf4b; /* Old browsers */
    background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffaf4b 0%, #ff920a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffaf4b 0%, #ff920a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf4b', endColorstr='#ff920a', GradientType=0); /* IE6-9 */
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin:10px 0 20px 0;
}

.mfo #main-content input[type="submit"]:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff920a+0,ffaf4b+100 */
    background: #ff920a; /* Old browsers */
    background: -moz-linear-gradient(top, #ff920a 0%, #ffaf4b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ff920a 0%, #ffaf4b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ff920a 0%, #ffaf4b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff920a', endColorstr='#ffaf4b', GradientType=0); /* IE6-9 */
}

button,
.button {
    background: #c9de96; /* Old browsers */
    background: -moz-linear-gradient(top, #c9de96 0%, #9EC127 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c9de96 0%, #9EC127 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c9de96 0%, #9EC127 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9de96', endColorstr='#9EC127', GradientType=0); /* IE6-9 */
    text-decoration: none !important;
    padding: 5px 10px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px 10px 0;
    font-size: 12pt;
    color: #fff !important;
    cursor: pointer;
}

button:hover,
button.active,
.button:hover,
.button.active {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9EC127+75,c9de96+100 */
    background: #9EC127; /* Old browsers */
    background: -moz-linear-gradient(top, #9EC127 75%, #c9de96 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9EC127 75%, #c9de96 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9EC127 75%, #c9de96 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9EC127', endColorstr='#c9de96', GradientType=0); /* IE6-9 */
}


button.btn.dropdown-toggle {
    color:#323232!important;
    font-weight:bold;
    line-height:1;
}

button.btn.dropdown-toggle:hover,
button.btn.dropdown-toggle:active {
    background:transparent!important;
}

button.active,
.button.active {
    -moz-box-shadow: 1px 1px 3px #222;
    -webkit-box-shadow: 1px 1px 3px #222;
    box-shadow: 1px 1px 3px #222;
    cursor: default;
}

#loginform input:focus,
.field input:focus,
form input:focus {
    border-color:#C6DE6E;
}

/* HEADER */


#main-header {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width:100%!important;
}

.mfo #page-container {
    width:100%;
}

#main-header .container {
    padding:20px 0;
}

.logo_container a {
    display: block;
    float: left;
}

.et_header_style_left .logo_container {
    padding:0;
    position:static;
    float:left;
    width:auto;
}

.et_fixed_nav #et-top-navigation {
    padding-left:0!important;
}

#logo {
    max-height: 100%;
}

#main-header #top-menu a {
    font-weight: bold;
    color: #474747;
    padding-bottom:0;
}

#main-header #top-menu li.m_btn a {
    border: 1px solid #9EC13E;
    background:#CBDD84;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#main-header #top-menu li.m_btn a:hover {
    background:#9EC13E;
    opacity:1;
}

#main-header #top-menu .current-menu-item > a,
#main-header #top-menu .current-menu-parent > a {
    color:#9EC127;
}

#main-content a:hover img {
    opacity: 0.7;
    -moz-opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 0;
}

.et_color_scheme_green .nav li ul {
    padding:0;
    margin-top:0px;
    border-color:#C6DE6E!important;
}

#top-menu li li {
    display:block;
    padding:0;
}

#top-menu li li a {
    width:auto;
    display:block;
    padding:10px 20px;
}

/* SLIDER */

.mfo .et_pb_slide_description {
    text-align: left;
}

.et_pb_slide .et_pb_slide_description h2 {
    color: #C6DD6D;
    font-weight: bold;
}

.mfo .et_pb_slider .et_pb_more_button {
    background: transparent;
    border: none;
    color: #6c6b6b !important;
    padding: 0;
    font-size: 14px !important;
}

.et_pb_slider .et_pb_more_button:hover {
    background: transparent;
}

.home .et_pb_button:after {
    font-size: 18pt;
}

/* FRONT PAGE */

.home .et_pb_slider {
    background: #F4F4F4 !important;
}

.home .slidearea .et_pb_column {
    margin-right: 0;
}

.home.et_pb_gutters3 .et_pb_column_2_3 {
    /*width: 69.833%;*/
}

.home .et_pb_slider .et_pb_slide {
    background-color: transparent !important;
    background-image: url('images/mensch_finger.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: auto 100%;
    padding: 0 20px 0 210px;
}

.frage_stellen {
    border: 2px solid #C6DD6D;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
    background: #FAF9F7;
    position: relative;
    top: -20px;
    min-height: 400px;
}

.frage_stellen_box {
    margin: 20px 0 0 0;
}

.mfo #main-content .frage_stellen_box input[type="text"],
.mfo #main-content .frage_stellen_box select {
    margin-bottom:5px;
}

.mfo #main-content .frage_stellen_box select {
    margin-bottom: 0;
}

.mfo #main-content .frage_stellen_box a.smalllink {
    text-align: right;
    display: block;
}

.frage_stellen_box .hint {
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 8pt;
}

.frage_stellen_box .hint sup {
    bottom: 0em;
}

.home .et_pb_column_1_3 .frage_stellen h2 {
    color: #6c6b6b;
    text-transform: none;
    font-size: 15pt;
    font-weight: 600;
}

.home .et_pb_slide_description,
.home .et_pb_slider_fullwidth_off .et_pb_slide_description {
    padding: 40px 40px 50px 40px;
    background-image: url(images/icon_inspiration.png);
    background-repeat: no-repeat;
    background-position: bottom right 50px;
    background-size: auto auto;
}

.et_boxed_layout #page-container .fullwidth .et_pb_row {
    max-width: 100% !important;
    width: 100% !important;
}

.home .et_pb_column_1_3 .et_pb_image {
    margin: 0 0 20px 0;
}

.home .et_pb_column_1_3 .et_pb_image img {
    background: #F8F8F8;
    padding: 6px;
    border: 1px solid #D0D0D0;
    width: 100%;
    height: auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.home .et_pb_column_1_3 h2 {
    text-transform: uppercase;
    color:#5b5b5b;
    font-size: 14pt;
    margin: 0;
    padding: 0;
    font-weight:bold;
}

.home .et_pb_column_1_3 a.readmore {
    color: #6c6b6b;
    font-weight: 600;
    text-decoration: underline;
}

.mfo .jetzt_spenden .et_pb_row {
    width:100%!important;
}

.mfo .jetzt_spenden .et_pb_promo {
    position: relative;
    padding: 20px 20px 20px 340px;
    background-image: url(images/shape_jetzt_spenden.png);
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.mfo .jetzt_spenden .et_pb_promo::after {
    display: block;
    content: ' ';
    background-image: url(images/spenden.png);
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    width: 208px;
    height: 137px;
    left: 0;
    top: -20px;
}

.mfo .jetzt_spenden .et_pb_promo .et_pb_promo_description {
    font-size: 16pt;
    padding: 0;
}

.mfo .jetzt_spenden .et_pb_promo .et_pb_promo_description h2 {
    color: #FFAE01 !important;
    margin: 0 0 10px 0;
    padding: 0;
}

.mfo .jetzt_spenden .et_pb_promo .et_pb_promo_description ul {
    margin: 10px 0 0 0;
}

.mfo .jetzt_spenden .et_pb_promo .et_pb_promo_description ul li {
    display: inline-block;
    font-size: 12pt;
    background-image: url('images/check_orange.png');
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 22px;
    margin-right: 20px;
}

.mfo .jetzt_spenden .et_pb_promo .et_pb_promo_description ul li:last-of-type {
    margin-right: 0;
}

.jetzt_spenden .et_pb_promo a.et_pb_button {
    position: absolute;
    right: 40px;
    top: 30px;
    color: #fff;
    background-color: #FFAE01;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: none;
    padding: 15px 20px;
    cursor: pointer;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #323232;
}

.jetzt_spenden .et_pb_promo a.et_pb_button:hover {
    background-color: #C6DD6D;
}

.jetzt_spenden .et_pb_promo a.et_pb_button:after {
    display: none;
}

.partner_logos .et_pb_image {
    float: left;
    width: 17.8%;
    margin-right: 2.75%;
}

.partner_logos .et_pb_image:last-of-type {
    margin-right: 0;
}

.partner_logos .et_pb_image img {
    height: 40px;
    width: auto;
}

/* FOOTER */

#main-content .container:before {
    display:none;
}

#footer-widgets {
    padding: 40px 0 0 0;
}

#footer-widgets .footer-widget {
    font-weight:300;
}

#footer-widgets .footer-widget .blogposts_list a {
    text-decoration: underline;
    font-weight: 600;
    color: #323232;
}

.et_pb_blog_grid_wrapper .et_pb_post {
    -moz-box-shadow: 0px 0px 10px #acacac;
    -webkit-box-shadow: 0px 0px 10px #acacac;
    box-shadow: 0px 0px 10px #acacac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.icons a {
    background-size: 48px auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 48px;
    height: 48px;
    margin: 0 10px 10px 0;
    text-indent: -999999px;
    display: inline-block;

    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.icons a:hover {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
    filter: none; /* IE6-9 */
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.icons a:last-of-type {
    margin-right:0;
}

.icons a.fb {
    background-image: url('images/icon_fb.png');
}

.icons a.xing {
    background-image: url('images/icon_xing.png');
}

.icons a.youtube {
    background-image: url('images/icon_youtube.png');
}

.icons a.twitter {
    background-image: url('images/icon_twitter.png');
}

.icons a.wiki {
    background-image: url('images/icon_wiki.png');
}

/* Search Dropdown */

.jquery_form .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #323232;
}
.jquery_form .btn:focus,
.jquery_form .btn:active:focus,
.jquery_form .btn.active:focus,
.jquery_form .btn.focus,
.jquery_form .btn:active.focus,
.jquery_form .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.jquery_form .btn:hover,
.jquery_form .btn:focus,
.jquery_form .btn.focus {
    color: #333;
    text-decoration: none;
}
.jquery_form .btn:active,
.jquery_form .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.jquery_form .btn.disabled,
.jquery_form .btn[disabled],
.jquery_form fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.dropup,
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff!important;
    text-decoration: none;
    background-color: #CEDC89;
    outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px solid;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
}


select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select {
    max-width: 100%;
    /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #999;
}
.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none;
}
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}
.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
    width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
    z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.mfo #main-content .form-inline .bootstrap-select.btn-group .form-control {
    font-size: 10pt;
    font-weight: 600;
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
    position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.hidden {
    display:none!important;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color:#474747!important;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}





/* Footer */

#main-footer .footer-widget h4 {
    font-weight: 600;
    margin: 0 0 20px 0;
    padding:0;
}

#main-footer .blogposts_list .post {
    margin: 0 0 20px 0;
}

#main-footer .blogposts_list .post:last-of-type {
    margin-bottom: 0;
}

.et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget {
    margin-bottom: 20px;
}

#main-footer .register_nl input {
    width: 100%;
    padding:5px 10px;
    font-size:10pt;
}

#main-footer .register_nl input[type="submit"] {
    visibility: hidden;
}

#footer-widgets a.fancybox-youtube {
    margin-bottom: 10px;
}

/* Formulare & Helpbox */

.formcontent,
.helpbox,
#thisTypeChosen .f_padding {
    background-color: #f2f2f2;
    padding: 0;
    margin: 0 0 20px 0;
}

#askquestion,
.helpbox {
    -moz-box-shadow: 0px 0px 10px #acacac;
    -webkit-box-shadow: 0px 0px 10px #acacac;
    box-shadow: 0px 0px 10px #acacac;
}

#askquestion h2,
.helpbox h2,
#thisTypeChosen h2 {
    color: #fff !important;
    margin: 0;
    padding: 10px 20px 10px 20px;
    line-height: 1;
    font-weight: bold;
    font-size: 14pt;
}

#askquestion h2,
#thisTypeChosen h2{
    background-color: #9EC127;
}

.helpbox h2 {
    background-color: #FFAE01;
}

.helpbox .icon_inspiration {
    background-image: url(images/icon_inspiration.png);
    background-repeat: no-repeat;
    background-position: bottom right 20px;
    background-size: auto auto;
    padding-right: 140px;
    min-height: 120px;
}

.f_padding,
#thisTypeChosen .f_padding {
    padding: 20px;
}

.field {
    margin: 0;
    padding: 5px 20px;
}

.form .field.active {
    background: #DEDEDE;
}

form label,
input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
}

#main-content form label {
    font-weight: bold;
}

.mfo #main-content .form_box {
    background:#eee;
    border-bottom:3px solid #C6DE6E;
}

.form_box input {
    margin:0;
}

.form_box h3 {
    padding:20px 20px 0 20px;
    color: #BFDB7A;
    text-transform: none;
    font-size: 16pt;
    font-weight: bold;
}

.mfo #main-content form.reg_form .field_acceptance input {
    float:left;
    margin-right:10px;
    width:auto;
    padding:0;
    position:relative;
    top:5px;
}

.mfo #main-content form.reg_form .field_acceptance label {
    float:left;
    width:80%;
}



/* Frage stellen */

#askquestion input.q_submit {
    margin: 20px 0;
}

#askquestion .q_padding {
    padding: 0 20px;
}

#askquestion .q_padding_top {
    padding-top: 20px;
}

#askquestion .q_padding_btm {
    padding-bottom: 20px;
}

#askquestion textarea {
    min-height: 200px;
}

#askquestion .q_new .field.active {
    background: #F5F5F5;
}

#askquestion .q_notinlist,
#askquestion .q_new .smalllink {
    text-align: right;
    display: block;
}

.q_count {
    text-align: right;
    font-style: italic;
    color: #acacac;
}

.q_new {
    background: #DEDEDE;
    display: none;
}

.thanks_for_login {
    padding: 20px;
    text-align: center;
    font-weight: bold;
    background: #FFCF78;
}

#askquestion label {
    display: block;
}

#tags span.tag {
    cursor: pointer;
    display: block;
    float: left;
    color: #fff;
    background: #9EC127;
    padding: 5px 5px 6px 5px;
    margin: 5px 5px 0 0;
    position: relative;
}

.home #tags span.tag {
    margin:0 5px 5px 0;
}

#tags span.tag:hover {
    opacity: 0.7;
}

#tags span.tag:after {
    content: "x";
    padding: 0;
    margin: 0 5px 0 10px;
    font-size: 14px;
    color: #222;
    font-weight: bold;
}

.field.towhom {
    padding:20px;
}

/* Related zu Thema */

.related_to_this_topic {
    padding:0 20px;
    margin-top:10px;
}

.related_to_this_topic h5.related_topic_title {
    font-size:12pt;
    font-weight:600;
    text-transform: uppercase;
    margin:0;
    padding:5px 10px;
    color:#fff;
    background:#FFAE01;
}

.related_to_this_topic .related_content {
    padding:10px 10px 0 10px;
    background:#fff;
}


.related_to_this_topic .this_related {
    float:left;
    margin:0 10px 10px 0;
    width:100px;
    text-align: center;
}

.related_to_this_topic .this_related .thumb_area {
    height:100px;
    overflow:hidden;
    background:#F2F2F2;
}

.related_to_this_topic .this_related .thumb_area a {
    display:block;
    padding:5px;
}

.related_to_this_topic .this_related h3.who {
    font-size: 10pt;
    font-weight: 600;
    margin: 5px 0 0 0;
    padding:0;
}

    /* gewählter Manager */

#thisTypeChosen h5 {
    text-align: center;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

#thisTypeChosen .infofield {
    text-align: center;
}

#thisTypeChosen img.type_featured {
    display: block;
    margin: 0 auto 10px auto;
}

.chosen_type {
    margin-bottom: 0 !important;
}

/* Einloggen */

#login form {

}

#login form p {
    margin: 0;
    padding: 10px 20px;
}

/* Side right */

#side_right {
    position: fixed;
    right: 0;
    top: 50%;
    height: 214px;
    width: 37px;
    margin: -107px 0 0 0;
}

#side_right a {
    display: block;
    text-indent: -9999999px;
    width: 37px;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 37px auto;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#side_right a:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

#side_right a.side_ask {
    height: 174px;
    background-image: url('images/side_ask.png');
}

#side_right a.side_fb {
    height: 40px;
    background-image: url('images/side_fb.png');
}

/* Dialoge */

.pagination {
    clear:both;
    margin:40px 0 0 0;
}

/*bisherige Dialoge*/
.pagination li {
  display:inline-block;
  list-style: none;
  border: 1px solid #acacac;
  background: #fff;
  padding: 5px 12px !important;
  font-weight: bold;
    margin:0 10px 10px 0;
}

.pagination li:hover,
.pagination li.active{
    background: #9EC127;
    cursor: pointer;
}

.pagination li:hover a,
.pagination li.active a,
.pagination li a:hover{
    color: #fff !important;
}

.entry-content ul.pagination li::before{
    display: none !important;
}

span.fragen_date {
    font-weight: bold;
    padding: 0 5px 0 0;
}

.mfo #main-content #listing li a {
    text-decoration: none;
}

.mfo #main-content #listing li a:hover {
    text-decoration: underline;
}

.dialoge_box p.author_q,
.dialoge_box p.receiver_q{
    text-align: center;
    margin: 0 0 20px 0;
    padding: 0;
    color: #222;
}

.dialoge_box {
    text-align: center;
}

.dialoge_box .thumb_area img,
#thisTypeChosen img.type_featured {
    margin: 0 auto 20px auto;
    display: block;
    padding: 5px;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px #acacac;
    -webkit-box-shadow: 0px 0px 10px #acacac;
    box-shadow: 0px 0px 10px #acacac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.dialoge_box.box_user .thumb_area img {
}

.dialoge_box.box_manager .thumb_area img {
}

.dialoge_box h3.title_of_box {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #9d9fa2;
    font-size: 14pt;
}

.detailed_info {
    line-height:1.3;
    margin-top:10px;
}

.pod-page-fragen-w h1.entry-title {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 600;
    color: #9EC127;
    text-align: center;
    font-size: 20pt;
}

.pod-page-fragen-w .icons.goto {
    margin: 20px auto;
    text-align: center;
}

.pod-page-fragen-w .icons.goto a,
.type_grid .icons.goto a,
.single_type_box .icons.goto a {
    width: 32px;
    height: 32px;
    background-size: 32px auto;
}

.pod-page-fragen-w .icons a:last-of-type {
    margin-right: 0;
}

.pod-page-fragen-w .dialogue_part {
    padding: 20px;
    position: relative;
    margin: 0 0 10px 0;
}

.pod-page-fragen-w .question_asked {
    background: #F2F2F2;
}



.pod-page-fragen-w .question_asked::before {
    content: ' ';
    background: url('images/edge_question.png') no-repeat top right;
    position: absolute;
    top: 0;
    left: -35px;
    width: 35px;
    height: 25px;
}

.pod-page-fragen-w .answer_given {
    background: #F1F7DD;
}

.pod-page-fragen-w .answer_given::after {
    content: ' ';
    background: url(images/edge_answer.png) no-repeat top left;
    position: absolute;
    top: 0;
    right: -35px;
    width: 35px;
    height: 25px;
}

.pod-page-fragen-w .et_pb_post .entry-content {
    padding-top: 0;
}

.dialogue_question_input {
    background:#f2f2f2;
    padding:20px;
}

.asked_goto_check {

}


.pod-page-fragen-w .thumb_company_of_manager {
    margin:0 auto;
    max-width:150px;
    display:block;
}

.pod-page-fragen-w .dialogue_part.mfo_comment {
    border:1px solid #C6DE6E;
}

.pod-page-fragen-w .dialogue_part.mfo_comment h5 {
    text-transform: uppercase;
    font-size:12pt;
    font-weight:bold;
    color:#acacac;
}

.pod-page-fragen-w .part_date {
    font-style: italic;
    margin:0 0 10px 0;
    font-size:9pt;
    font-weight:bold;
    color:#acacac;
}

.pod-page-fragen-w .answer_given .part_date {
    text-align: right;
}

.pod-page-fragen-w .question_asked .sharebtns {
    margin:20px 0 0 0;
}

.pod-page-fragen-w .question_asked .sharebtns .fb-like {
    margin-right:10px;
    position:relative;
    top:-6px;
}

.pod-page-fragen-w .question_asked .sharebtns .twitter-share-button {
    margin-right:10px;
}





/* Allgemein */

.et_pb_row.fullwidth_row {
    width:100%!important;
}

@media (min-width: 981px) {

    .et_pb_gutters3 .mfo_team .et_pb_column_1_4 {
        max-width: 140px;
    }

    .et_pb_gutters3 .mfo_team .et_pb_column_3_4 {
        width: 81.625%;
    }

}


.mfo #main-content a.smalllink {
    text-decoration: none;
    font-weight: bold;
    font-size: 8pt;
    text-transform: uppercase;
}

.mfo #main-content a.smalllink:hover {
    text-decoration: underline;
}

.mfo #main-content a.greylink {
    color: #666;
}

.mfo #main-content a.greylink:hover {
    color: #9EC127;
}

.mfo #main-content a.noline,
.mfo #main-content .et_pb_video_overlay a,
.mfo #main-content a.et_pb_promo_button.et_pb_button,
.mfo #main-content .et_pb_post h2.entry-title a,
.mfo #main-content .et_pb_blurb_content a {
    text-decoration: none;
}

.mfo #main-content a.et_pb_promo_button.et_pb_button {
    border:2px solid #B5CF52;
    color:#323232!important;
}

.mfo #main-content a.et_pb_promo_button.et_pb_button:hover {
    background:transparent;
    border-color:#323232;
}


.mfo #main-content a.noline:hover {
    text-decoration: underline;
}

#fancybox-overlay {
    background: #222 !important;
}

a.fancybox-youtube {
    position: relative;
    display: block;
}

:not(.single) a.fancybox-youtube::after {
    content: ' ';
    display: block;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    left: 50%;
    top: 50%;
    background-image: url('images/play_youtube.png');
    background-repeat: no-repeat;
    background-size: 64px auto;
    z-index: 2;
    position: absolute;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.fancybox-youtube:hover::after {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}


.et_pb_row .content_part {
    border-top: 1px solid #C9CCCC;
    padding-top: 40px;
}

.mfo a.blacklink {
    color:#393939;
    font-weight:600;
}


/* LATEST QUESTIONS */

.no_dialogue {
    font-style:italic;
    font-size:14pt;
}

.no_dialogue::before,
.listing.profile_quest h3.dialogues_with::before,
h3.manager_of_company::before,
.mfo #main-content .choose_your_type a.btn::before {
    content:' ';
    display:inline-block;
    background-size:contain;
    background-repeat: no-repeat;
    width:50px;
    height:50px;
    vertical-align: middle;
    margin:0 20px 0 0;

}

.listing.profile_quest h3.dialogues_with::before {
    background-image:url('images/chat_green.png');
}

.no_dialogue::before {
    background-image:url('images/stop_green.png');
}

h3.manager_of_company::before,
.mfo #main-content .choose_your_type a.btn.choose_company::before{
    background-image:url('images/company_green.png');
}

#latest .this_lq {
    margin: 0 0 10px 0;
    position: relative;
}

#latest.questions .this_lq,
#latest.answers .this_lq {
    background:#eee;
    display:table;
    width:100%;
}

#latest.questions .this_lq:hover,
#latest.answers .this_lq:hover {
    background: #9DC127;
}

#latest.fulllink .this_lq a {
    position: absolute;
    text-decoration: none!important;
    left:0;
    width:100%;
    height:100%;
    top:0;
}


#latest .thumb_area {
    margin: 0 20px 0 0;
    display: table-cell;
    width: 70px;
    padding: 0;
    /*height:70px; FF fix*/
    overflow: hidden;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#latest .text_area {
    padding:10px;
    height:70px;
    display: table-cell;
}

#latest h5,
.listing h5 {
    margin: 0;
    padding: 0;
}

#latest .this_lq h5 {
    color:#9EC127;
    font-size:10pt;
    font-weight:bold;
}

#latest.fulllink .this_lq:hover h5 {
    color:#000;
}

#latest h5 a,
.listing h5 a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12pt;
}

#latest .l_ex {
    font-size: 10pt;
    line-height: 1.3;
    color:#000;
    margin:5px 0 0 0;
}

#latest .l_ex p {
    padding:0;
    display:inline;
}

#latest .thumb_area a {
    display: block;
    line-height:0;
}

/* MANAGER & UNTERNEHMENS & THEMEN PROFIL */

.mfo #main-content a.ask_directly {
    display:block;
    margin:20px 0 0 0;
    background-color:#FEAE2F;
    border-color:#FEAE2F;
    color:#fff;
    font-weight:bold;
    text-align: center;
}

.rowcoulmn {
    display:table-row;
    width:100%;
}

.single-manager .imagecolumn,
.single-unternehmen .imagecolumn,
.single-thema .imagecolumn {
    display:table-cell;
    min-width:300px;
    max-width:300px;
    padding-right:40px;
}

.single-manager .contentcolumn,
.single-unternehmen .contentcolumn,
.single-thema .contentcolumn {
    display:table-cell;
}

.imagecolumn,
.contentcolumn {
    vertical-align: top;
}

.single-manager .profilethumb,
.single-unternehmen .profilethumb,
.single-thema .profilethumb {
    display: block;
    padding: 5px;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px #acacac;
    -webkit-box-shadow: 0px 0px 10px #acacac;
    box-shadow: 0px 0px 10px #acacac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:0;
    float:none;
    width:100%;
    height:auto;
}

.single-manager h1.entry-title,
.single-unternehmen h1.entry-title,
.single-thema h1.entry-title {
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: 600;
    color: #9EC127;
    font-size: 20pt;
}

.mfo.single-manager .manager_company_and_position,
.mfo.single-unternehmen .manager_company_and_position {
    margin:0 0 20px 0;
}

.mfo.single-manager .manager_company_and_position strong,
.mfo.single-unternehmen .manager_company_and_position strong {
    display:block;
    font-weight:600;
    font-size:14pt;
    color:#393939;
}

.single-manager .goto.icons,
.single-unternehmen .goto.icons{
    float:right;
}

.questions_to_manager,
.questions_to_company,
.manager_of_company {
    margin-top:40px;
}

.single-manager h3.green,
.single-unternehmen h3.green,
.single-thema h3.green {
    padding: 0;
    font-weight: 600;
    color: #9EC127;
    font-size: 18pt;
}

.single .questions_to_manager h3.green,
.single .questions_to_company h3.green,
.single .manager_of_company h3.green {
    margin-bottom:20px;
}

.et_pb_row.connected_companies {
    padding-top:0;
}

.single .question_to_this,
.single .managers_of_this {
    background-color:#F2F2F2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:49%;
    float:left;
    padding:20px;
    margin:0 20px 20px 0;
    line-height:1.3;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    transition: background 0.2s linear;
}

.single .managers_of_this {
    width:auto;
}

.single .question_to_this:hover,
.single .managers_of_this:hover{
    background-color:#E5E5E5;
}

.single .question_to_this:nth-of-type(2n+2) {
    float:right;
    margin-right:0;
}

.single .question_to_this h5,
.single .manager_of_this h5{
    font-weight:600;
    margin:0 0 10px 0;
}

.single .question_to_this a.blacklink {
    margin-top:10px;
    display:inline-block;
}

.single .question_to_this .left_area,
.single .question_to_this .right_area {
    display:table-cell;
    vertical-align: top;
}

.single .question_to_this .left_area {
    padding-right:20px;
    width:150px;
}

.single .question_to_this .thumb_area img,
.single .managers_of_this .thumb_area img {
    display: block;
    padding: 5px;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px #acacac;
    -webkit-box-shadow: 0px 0px 10px #acacac;
    box-shadow: 0px 0px 10px #acacac;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin:0 auto 10px auto;
    max-height:150px;
    width:auto;
}

.single .question_to_this h3.who_asked,
.single .managers_of_this h3.who {
    margin: 0;
    padding: 0;
    font-weight: bold;
    color: #9d9fa2;
    font-size: 11pt;
    text-align: center;
}

.single .managers_of_this h3.who a {
    color: #9d9fa2;
}

.single-unternehmen .this_position,
.single-thema .this_position {
    text-align: center;
    color:#9d9fa2;
    font-size:10pt;
    margin:5px 0 0 0;
    min-height:20px;
}

.single-thema h3.green .topic_name {
    font-style:italic;
    color:#393939;
}

/* Messages */

.message {
    padding:20px;
    background:#f5f5f5;
    border-bottom:3px solid #C6DE6E;
}

.message h5 {
    font-weight:bold;
    margin:0;
    padding:0;
}

.message h5.following {
    margin:0 0 20px 0;
}

.message p {
    margin:20px 0 0 0;
}

.message.success {
    border-color:green;
}

.message.success h5 {
    color:green;
}


.message.failure {
    border-color:red;
}

.message.failure h5 {
    color:red;
}

.mfo blockquote {
    border:none;
    font-style:italic;
    color:#666;
    padding:0 20px;
}

.et_pb_divider:before {
    border-top:4px double #dcdcdc!important;
}

#listing.l_dialoge ul {
}

#listing.l_dialoge em {
    color:#666;
}

#latest .listing.topics h5 a {
    font-size:12pt;
}


.entry-content ul,
#footer-widgets .footer-widget ul#blog_feed {
    list-style-type:none;
}

.entry-content ul li {
    position:relative;
    margin-left:5px;
    padding:0;
}



/* Navigation Grid */

.et_pb_button {
    display:inline-block;
}

#main-content .et_pb_row.choose_type {
    padding-bottom:0;
    border-bottom:2px solid #A9A9A9;
    width:100%;
}

#main-content .et_pb_row.choose_type .et_pb_button {
    display:block;
    width:100%;
    background:#CBDD7C;
    color:#323232;
    text-decoration: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:none;
    border-right:5px solid #fff;
    position: relative;
    font-size:12pt;
    font-weight:bold;
    padding:10px 20px;
}

#main-content .et_pb_row.choose_type .et_pb_button.active {
    background: #9DC127;
}

#main-content .et_pb_row.choose_type .et_pb_button:hover,
#main-content .et_pb_row.choose_type .et_pb_button.active {
    padding:5px 20px 15px 20px;
}

#main-content .et_pb_row.choose_type .et_pb_button:hover {

}

#main-content .et_pb_row.choose_type .et_pb_button:hover::before,
#main-content .et_pb_row.choose_type .et_pb_button.active::before {
    background:#CBDD7C;
    position: absolute;
    top:-10px;
    left:0;
    width:100%;
    height:10px;
    content:' ';
    display:block!important;
    opacity: 1;
    margin: 0;
}


#main-content .et_pb_row.choose_type .et_pb_button.active::before {
    background:#9DC127;
}


#main-content .et_pb_row.choose_type .et_pb_button:hover {

}

#main-content .et_pb_row.choose_type .et_pb_button::after {
    display:none!important;
}


/* TYPE Grid */

.type_grid {

}

.single_type_box {
    background:transparent;
}

.single_type_box.shortcode_box {
    max-width:300px;
}


.single_type_box .border_frame {
    position: relative;
    /*
    -webkit-border-radius:10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    */
    -moz-box-shadow: 0px 0px 10px #acacac;
    -webkit-box-shadow: 0px 0px 10px #acacac;
    box-shadow: 0px 0px 10px #acacac;
    overflow: hidden;
}



.single_type_box .inside_single_type_box .inside_type_bg_img {
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center top;
    position: relative;
    text-align: center;
    height:250px;
    z-index:2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

/* funktioniert im FF nicht
.pod-companies .single_type_box.type_company .inside_single_type_box .inside_type_bg_img {
    background-position: center center;
    background-size:80% auto;
}
*/

.pod-companies .single_type_box .inside_single_type_box .inside_type_bg_img {
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: 80% !important;
    background-clip: content-box !important;
    padding: 10px !important;
}


.single_type_box .inside_single_type_box:hover .inside_type_bg_img {
    transform: scale(1.1);
}

.single_type_box a.go_to_type {
    position: absolute;
    z-index:9;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.single_type_box .inside_img_text {
    background:#fff;
    background:rgba(255,255,255,0.9);
    text-align: left;
    padding:10px;
    position: absolute;
    z-index:3;
    left:0;
    bottom:20px;
    width:90%;
    transition: max-height 0.15s ease-out;
    border-bottom:3px solid #9EC127;
}

.single_type_box .inside_img_text .detailed_info {
    display:none;
}

.single_type_box:not(.no_link_effect) .inside_single_type_box:hover .inside_img_text {
    background:#9EC127;
    border-color:#323232;
}

.single_type_box .inside_single_type_box:hover .inside_img_text .detailed_info {

}

.single_type_box h3 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 14pt;
}

.single_type_box a {
    text-decoration: none!important;
}


.single_type_box a:hover h3 {
    text-decoration: underline!important;
}

.single_type_box .manger_company {
    font-style: italic;
    margin:20px 0 0 0;

}
.single_type_box .icons {
    position: absolute;
    z-index:-1;
    top:20px;
    right:-29px;
    background:#F2F2F2;
    padding:5px;
    -webkit-border-top-right-radius:0.5em;
    -moz-border-radius-topright:0.5em;
    border-top-right-radius:0.5em;
    -moz-border-radius-bottomright:0.5em;
    -webkit-border-bottom-right-radius:0.5em;
    border-bottom-right-radius:0.5em;
}

.single_type_box .icons.goto a {
    display:block;
    margin:0 0 5px 0;
    width: 20px;
    height: 20px;
    background-size: 20px auto;
}

.single_type_box .icons a:last-of-type {
    margin-bottom:0;
}








/* FOOTER */

#footer-widgets .footer-widget ul#blog_feed li {
    margin-left:10px;
    padding-left:0;
    margin-bottom:10px;
    line-height:1.3;
}

#footer-widgets .footer-widget .fwidget {
    width:100%;
    margin-bottom:40px;
}

#et-footer-nav li a {
    color:#fff;
    text-decoration: none;
}

.entry-content ul li::before {
    content:' ';
    background-image:url('images/mfo_tag.png');
    background-size:100% auto;
    background-repeat:no-repeat;
    display:inline-block;
    width: 5px;
    height: 10px;
    position:absolute;
    left:-10px;
    top:10px;
}

.entry-content .jetzt_spenden ul li,
.entry-content .et_pb_tabs ul li {
	margin-left:0;
}

.entry-content .jetzt_spenden ul li::before,
.entry-content .et_pb_tabs ul li::before {
display:none;
}

.entry-content ul.listing li::before {
  top:5px;
}

.entry-content .fullwidth-menu-nav ul li {
    margin:0;
}

.entry-content .fullwidth-menu-nav ul li::before {
    display:none;
}


.listing.profile_quest h3.dialogues_with,
.listing h3.manager_of_company {
    margin-bottom:20px;
}

.listing.profile_quest p {
    display:inline;
}


.entry-content ul.listing.profile_quest li {
    margin-bottom:20px;
}

/* Blurb */

.home #main-content .intro_section .et_pb_column .et_pb_blurb {
    padding:20px;
    margin-bottom:24px;
}

.home #main-content .intro_section .et_pb_column .et_pb_blurb:last-of-type {
    margin-bottom:0;
}

.intro_section .et_pb_blurb h2.et_pb_module_header {
    padding-bottom:0;
}

.et_pb_blurb h2.et_pb_module_header a {
    text-decoration: none!important;
    font-weight: bold!important;
}

.home #main-content .intro_section h2.et_pb_module_header a:hover {
    color:#9EC127!important;
}

/* List Shortcodes */

#main-content .et_pb_column_1_3 .list_shortcode h2 {
    margin-bottom: 30px;
    color:#5b5b5b!important;
}

#footer-widgets .footer-widget ul#blog_feed li::before {
    content:' ';
    background-image:url('images/mfo_tag_grey.png');
    background-size:100% auto;
    background-repeat:no-repeat;
    display:inline-block;
    width: 5px;
    height: 10px;
    position:absolute;
    left:-10px;
    top:3px;
    border:none;
}

#footer-widgets .footer-widget ul#blog_feed li h5 {
    font-size:10pt;
    font-weight:bold;
    padding:0;
    margin:0 5px 0 0;
    display:inline-block;
}

#footer-widgets .footer-widget ul#blog_feed li small {
    font-weight:bold;
    font-style: italic;
    text-align: right;
    font-size:8pt;
    color:#595959;
    display:inline;
}

#footer-widgets .footer-widget ul#blog_feed li a.readmore {
    font-weight:500;
}

#footer-widgets .footer-widget ul#blog_feed li h5:hover a,
#footer-widgets .footer-widget ul#blog_feed li a.readmore:hover {
    text-decoration: underline;
    color:#323232;
}

#footer-widgets .footer-widget li:before {
    border-color:#323232!important;
}

#footer-widgets .footer-widget li a {
    font-weight:bold;
}

#footer-widgets .footer-widget li a:hover {
    text-decoration: underline;
}

header #area_status {
    font-size:8pt;
    text-align:right;
    margin:20px 0 0 0;
    font-style:italic;
}

header #area_status a {
    color:#94C120;
}

header #area_status a:hover {
    text-decoration: underline;
}

header #area_status a.do_logout {
    color:red;
}

/* PROFILE */

.entry-content ul.listing {
  margin:20px 0 0 0;
  padding:0 0 0 10px;
}


/* GRAVITY FORMS */

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0 !important;
}

.gform_box {
    background:#eee;
    border-bottom:3px solid #C6DE6E;
    padding: 20px;
}

.gform_box input {
    margin:0;
}

.gform_box h3 {
    color: #BFDB7A;
    text-transform: none;
    font-size: 16pt;
    font-weight: bold;
}

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}

#main-content .gform_wrapper ul.gfield_radio li {
    overflow:visible;
}

#main-content .gform_wrapper .top_label li ul.gfield_radio {
    width:100%;
}

/* Single Post */

.et_pb_section.fullwidth_inside .et_pb_row {
    width:100%;
}

.et_pb_section.fullwidth_inside #sidebar {
    width:100%;
}

.single-post .et_post_meta_wrapper {
    border-bottom: 1px solid #222;
    padding: 0 0 20px 0;
    margin: 0 0 40px 0;
}

.single-post .et_post_meta_wrapper .meta_datails {
    color:#666;
    font-weight: bold;
}

.single-post.mfo h1 {
    color:#222;
    font-size:20pt;
    padding:0;
    margin:0 0 20px 0;
}

#cookie-notice a.button {
	text-transform:uppercase;
	padding:0!important;
	text-decoration:none!important;
	border:none!important;
	background:transparent!important;
	color:#CBDD7C!important;
	margin:0 0 0 10px!important;
	font-size:inherit!important;
}

#cookie-notice a.button:hover {
	text-decoration:underline!important;
}

/* RESPONSIVE */

@media only screen and (max-width: 1280px) {

    .et_boxed_layout #page-container {
        margin: 0 auto;
    }

}



@media only screen and (max-width:1070px) {
	
	.et_fixed_nav #main-header {
		position:static;
	}
	
	.et_header_style_left .logo_container {
		float:none;
	}
	
	#et-top-navigation {
		float:none;
		clear: both;
    	padding-top: 20px!important;
	}
	
	#page-container {
		padding-top:0!important;
	}
	
	nav#top-menu-nav {
		float:none;
	}
	
	header #area_status {
		float:none;
		clear:both;
		text-align:left;
	}
	
	#main-content .et_pb_row.choose_type {
		width:80%;
	}
	
	.et_pb_row.choose_type .et_pb_column_1_5 {
		width:25%!important;
	}
	
}


@media only screen and (max-width:980px) {

.home .et_pb_slider .et_pb_slide {
	padding:0;
	background-image:none;
}

.home .et_pb_slide_description,
.home .et_pb_slider_fullwidth_off .et_pb_slide_description {
	padding:20px;
}

	.et_pb_gutters3 .et_pb_row.choose_type .et_pb_column_1_5 {
		width:100%!important;
		margin:0;
	}
	
	#main-content .et_pb_row.choose_type .et_pb_button {
		border-top:none!important;
		border-left:none!important;
		border-right:none!important;
		border-bottom:1px solid #9DC127;
		padding:10px 20px!important;
	}
	
	#main-content .et_pb_row.choose_type .et_pb_button.active::before,
	#main-content .et_pb_row.choose_type .et_pb_button:hover::before, #main-content .et_pb_row.choose_type .et_pb_button.active::before {
		display:none!important;
	}
	
	#main-content .et_pb_row.choose_type .et_pb_button:hover {
		background:#9DC127;
	}
	
	header #area_status {
		float:left;
	}
	
	.et_header_style_left .mobile_menu_bar, .et_header_style_split .mobile_menu_bar {
		padding-bottom:0;
	}
	

}




@media only screen and (max-width:768px) {

.mfo .jetzt_spenden .et_pb_promo {
padding:140px 20px 20px 20px;
}

.jetzt_spenden .et_pb_promo a.et_pb_button {
position:static;
display:block;
}

.mfo .jetzt_spenden .et_pb_promo .et_pb_promo_description ul {
padding-left:0;
}

.partner_logos .et_pb_image {
width:100%;
}

header #area_status {
margin:0;
text-align:left;
}

.et_fixed_nav #et-top-navigation {
padding-top:0;
width:100%;
}

#side_right {
display:none;
}

}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

    .icons a.fb {
        background-image: url(images/icon_fb@2x.png);
    }

    .icons a.xing {
        background-image: url(images/icon_xing@2x.png);
    }

    .icons a.youtube {
        background-image: url(images/icon_youtube@2x.png);
    }

    .icons a.twitter {
        background-image: url(images/icon_twitter@2x.png);
    }

    .icons a.wiki {
        background-image: url(images/icon_wiki@2x.png);
    }

    a.fancybox-youtube:after {
        background-image: url(images/play_youtube@2x.png);
    }

}
