/* Cascading Stylesheet fuer Die Familienunternehmer, Die Jungen Unternehmer, Intranet */
/* 3-point concepts: Maria Salz - 27.07.2011 */
/* 3-point concepts: Jasmina Liessmann - 12.12.2011 */

/* -----------------------
  Allgemeines 
------------------------*/
body {
    color: #333;
    font-family: arial, helvetica, verdana, sans-serif;
    font-size: 12px;
    line-height: 17px;
    margin: 0 auto;
}

table, tr, td, div, fieldset, form, input, select, span, img, ol, ul, li, a, h1, h2, h3, h4, h5, h6, big, small, abbr, dd, dl, dt {
    border: 0;
    margin: 0;
    padding: 0;
}

div.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

a {
    outline: 0;
    text-decoration: none;
}

p {
    margin: 0 0 16px 0;
}

hr {
    border: 0;
    border-bottom: 1px solid #cccccc;
    height: 1px;
    margin: 0 0 16px 0;
}

acronym, dfn, abbr, span.abbr {
    border: 0;
    cursor: auto;
    font-style: normal;
}

ul {
    list-style: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.indent {
    margin-left: 20px;
}

/*#partner {text-transform:uppercase; margin-top:38px;}*/
#partners {
    padding: 0 10px;
    text-transform: uppercase;
    margin: 27px 8px 40px 2px;
    width: 950px;
}

#partners .headline {
    color: #75685f;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#partners .logos {
    padding: 11px 0 0 18px;
}

/* Frontend-Edit */
div#feEditAdvanced-contentTypeToolbar-inner {
    height: 58px !important;
}

div#feEditAdvanced-contentTypeToolbar {
    height: 63px !important;
}

div#feEditAdvanced-menuBar div.feEditAdvanced-secondRow {
    background: #d3d3d3 !important;
    border-bottom: #9a9a9a 1px solid;
    height: 66px !important;
}

div#feEditAdvanced-menuBar div.feEditAdvanced-secondRow a.feEditAdvanced-button {
    height: 66px !important;
    margin-top: 6px;
}

div#feEditAdvanced-menuBar div.feEditAdvanced-secondRow a.feEditAdvanced-button img {
    margin-top: -1px;
}

button.feEditAdvanced-actionButton {
    background: #BEB2A2 !important;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    height: 25px;
    margin: 10px 11px 0 95px;
    padding: 1px 7px 4px 3px;
}

body.feEditAdvanced {
    margin-top: 101px !important;
}

/* Ausblenden Caption auf Teaser-FCEs */
.fce_teaser_startseite_2col caption {
    display: none;
}

.fce_teaser_rubrik caption {
    display: none;
}

.fce_content_teaser_famu caption {
    display: none;
}

.fce_teaser_fokus caption {
    display: none;
}

.fce_teaser_verteiler caption {
    display: none;
}

.fce_teaser_verteiler_partner caption {
    display: none;
}

.fce_teaser_verteiler_positionen caption {
    display: none;
}

/* Header Content */
.headrcndition {
    width: 96%;
    padding: 20px 2%;
    font-size: 11px;
    line-height: 17px;
    font-family: Arial, Helvetica, sans-serif;
    background: #fff;
    display: none;
    box-shadow: 0px 8px 5px -6px rgba(0,0,0,0.2);
    position: relative;
    z-index: 100000;
}

.headrcndition a {
    color: #DE2381;
    text-decoration: none;
}

.headrcndition a:hover {
    text-decoration: underline;
}

.headrcndition p {
    margin: 0 0 10px 0;
    padding: 0;
}

.headrcndition .two-col-rap {
    overflow: hidden;
    padding-right: 160px;
}

.headrcndition .two-col-rap .lft-col {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.headrcndition .two-col-rap .rt-col {
    float: right;
    width: 48%;
    padding-top: 24px;
}

.headrcndition h2 {
    color: #DE2381;
    margin: 0 0 10px;
    padding: 0;
    font-weight: bold;
    font-size: 13px;
    background: none;
    border: 0;
}

.headrcndition .rt-col a#cookieDecline,
.headrcndition .rt-col a#cookieAccept {
    display: inline-block;
    font-weight: bold;
    color: #6e5e5f;
    padding: 5px;
	margin-right: 20px;
    text-decoration: none;
	background: #f4f0ed;
    /*background: url(../pix/famu/icons/headline_arrow.png) no-repeat 5px center #f4f0ed;*/
}

.headrcndition .rt-col a#cookieAccept {
	background: #de2381;
	color: #fff;
}

@media(max-width: 768px) {
    .headrcndition .rt-col a#cookieAccept {
        margin-bottom: 15px;
    }
}

.centerContent {
    width: 1120px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .headrcndition .two-col-rap {
        padding: 0;
    }

    .centerContent {
        width: auto;
    }

    #layout > #wrapper > #content > .csc-default > h2,
    #layout > #wrapper > #content > .csc-default > .csc-default > h2 {
        margin:0 2%;
    }
    #layout > #wrapper > #content > .csc-default > h3,
    #layout > #wrapper > #content > .csc-default > .csc-default > h3{
        margin:0 2%; margin-top:10px;
    }

}

@media only screen and (max-width: 640px) {
    .headrcndition .two-col-rap .lft-col {
        float: none;
        width: 100%;
        margin-bottom: 25px;
    }

    .headrcndition .two-col-rap .rt-col {
        float: none;
        width: 100%;
        padding-top: 0;
    }

    .centerContent {
        width: auto;
    }
}

.x-panel-bwrap {
    height: 100%;
}

.logoprint {
    display: none;
}

.footerprint {
    display: none;
}

#cookieConsentForm {
    margin-bottom: 30px;
}

#cookieConsentForm table,
#cookieConsentForm table tr,
#cookieConsentForm table td {
    border: 1px solid black;
    border-collapse: collapse;
}

#cookieConsentForm table td {
    padding: 3px;
    vertical-align: top;
}

#cookieConsentForm button {
    background: #de2381;
    color: #fff;
    border: none;
    padding: 5px;
    margin-top: 15px;
    cursor: pointer;
}

#cookieConsentForm td:first-child strong {
    display: block;
}

#cookieConsentForm input {
    display: inline-block;
    width: auto;
    height: auto;
}

.innerwrap.youtube-disabled {
    cursor: default !important;
}

.innerwrap.youtube-disabled a.imgwrap,
.video-modal.youtube-disabled a.imgwrap{
    display: none !important;
}

.youtube-embed,
.twitter-embed,
.facebook-embed {
    background: gray;
    width: 100%;
    padding: 15% 20px;
    box-sizing: border-box;
    text-align: center;
    /*display: flex;*/
    color: #fff;
}

.youtube-embed button,
.facebook-embed button,
.twitter-embed button {
    display: inline-block !important;
    float: none !important;
    background: #de2381;
    color: #fff;
    border: none;
    padding: 5px;
    margin: 15px 0 0 0 !important;
    cursor: pointer;
}

@media(max-width: 1024px) {
    #startseite #content > .frame-type-list h2 {
        border-top: #d2cece 1px solid;
        border-bottom: #d2cece 1px solid;
        margin: 20px 10px 10px;
    }
    .ce-visibilty-desktop {
        display: none;
    }
    .ce-visibilty-small {
        display: initial;
    }
}
@media(min-width: 1024px) {
    .ce-visibilty-desktop {
        display: initial;
    }
    .ce-visibilty-small {
        display: none;
    }
   	.headrcndition {
        position: fixed;
	}
  	.headrcndition + #layout {
    	padding-top: 179px;
	}
}

#xtra_col {
    z-index: 35 !important;
}

#xtra_col .flags {
    margin-bottom: 133px;
}

#xtra_col .flags a {
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: -6px;
}

#xtra_col .flags .social-icon {
    width: 27px;
    height: 27px;
    padding: 6px;
    background: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

#xtra_col .flags .social-icon:last-of-type {
    margin-bottom: 35px;
}

#xtra_col .flags .social-icon img {
    max-width: 100%;
    height: auto;
}

#xtra_col .flags .pink {
    background: url(../pix/jungu/icons/flag_pink.png) 0 0 no-repeat;
    color: #fff;
    height: 26px;
    padding: 9px 0 0 10px;
    width: 160px
}

#xtra_col .flags .white {
    background: url(../pix/jungu/icons/flag_white.png) 0 0 no-repeat;
    color: #c12789;
    height: 26px;
    padding: 9px 0 0 10px;
    width: 160px;
}

#xtra_col .flags .red {
    background: url(../pix/famu/icons/flag_red.png) 0 0 no-repeat;
    color: #fff;
    height: 26px;
    padding: 9px 0 0 10px;
    width: 160px;
}

.content-socials .icon-link {
    display: flex;
    flex-direction: row;
    color: #6a5d5d;
    font-weight: bold;
    margin: 0 0 12px;
    align-items: center;
}

.content-socials .icon-link:last-child {
    margin: 0;
}

.content-socials .icon-link img {
    max-height: 20px;
    width: auto;
    margin-right: 12px;
}

/* Feld text (RTE) */
.tx-wftermine-pi1 .detail_header_text ul {
    padding-bottom:16px;
}

.tx-wftermine-pi1 .detail_header_text ul ul {
    list-style: inherit;
    padding-left: 15px; 
}

.tx-wftermine-pi1 .detail_header_text ol,
.tx-wftermine-pi1 .list_item_text ol {
    list-style: none;
    counter-reset: li;
    padding-bottom: 16px;
    margin-left: -13px;
}

.tx-wftermine-pi1 .detail_header_text ol li::before,
.tx-wftermine-pi1 .list_item_text ol li::before {
    content: counter(li) ".";
    display: inline-block;
    width: 12px;
    margin-left: 0px;
    margin-right: -10px;
    text-indent: -13px;
    font-weight: bold;
}

.tx-wftermine-pi1 .detail_header_text ol li,
.tx-wftermine-pi1 .list_item_text ol li {
    counter-increment: li;
    padding: 0 0 0 0px;
    text-indent: -2px;
    margin-left: 28px;
}

.tx-wftermine-pi1 .detail_header_text ol li > *,
.tx-wftermine-pi1 .list_item_text ol li > * {
    text-indent: 0;
}

.tx-wftermine-pi1 .list_item_text ul {
    padding-bottom: 16px;
}

.tx-wftermine-pi1 .list_item_text ul li {
    padding: 0 0 0 10px;
}