/*****************************************************************
 Projekt: 			impressum
 Datei: 				main.css
 Beschreibung: 	Layout, Styles, Menu, Etxensions
 Autor:					NGI, webundso GmbH
 Contact: 			info@webundso.ch
 Datum:					11.02.15

	Verwendete Farben:
	#fff    = weiss
	#000    = schwarz
	#707173 = dunkelgrau
	#9C9E9F = mittelgrau
	#D9DADB = hellgrau
	#E61200 = rot


*****************************************************************/

/* reset everything */
@import url("reset.css");

/*--------------------------------------------------------------*/
/* Google Fonts */
/*--------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Glegoo|Roboto+Condensed:300italic,400italic,700,300,400);

/*--------------------------------------------------------------*/
/* Dokument */
/*--------------------------------------------------------------*/

body {
    font: 1em/1.3em 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #4d4d4d;
    text-align: left;
    background: #fff;
    font-weight: 300;
}

/*--------------------------------------------------------------*/
/* Seitenübergreifende Definitionen */
/*--------------------------------------------------------------*/

/*** Links ***/

a:link, a:visited {
    text-decoration: underline;
    color: #4d4d4d;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #E61200;
}

a:active, a:focus {
    outline: none;
}


/*** toTop-Link ***/

.totop {
    margin-top: 10px;
    text-align: left;
    background: url(../img/icons/icon_top.png) left center no-repeat;
    padding-left: 20px;
}

/*** Doctype Icons ***/

a.linkIcon-pdf {
    background: url(../img/icons/icon_pdf.gif) left center no-repeat;
    padding-left: 20px;
}

.ce-uploads span {
    display: inline;
}

a.linkIcon-doc {
    background: url(../img/icons/icon_doc.gif) left center no-repeat;
    padding-left: 20px;
}

a.linkIcon-xls {
    background: url(../img/icons/icon_xls.gif) left center no-repeat;
    padding-left: 20px;
}

/*** Link-Icons ***/

/*
a.linkIcon-email {
	background: url(../img/icons/icon_email.png) left center no-repeat;
	padding-left: 20px;
}
a.linkIcon-external {
	background: url(../img/icons/icon_extLink.png) left center no-repeat;
	padding-left: 20px;
}
*/

hr {
    border: solid #707173;
    border-width: 2px 0 0;
    clear: both;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}

.white {
    color: #fff;
}

/*--------------------------------------------------------------*/
/* Layout */
/*--------------------------------------------------------------*/

.column, .columns {
    min-height: 1px;
}

#headerWrap {
    border-top: 6px solid #D9DADB;
    height: 120px;
}

#navWrap {
    border-top: 6px solid #D9DADB;
    background: #707173;
    height: 44px;
}

#logo {
    margin-top: 40px;
}

#logo img {
    width: 300px;
}

#languages {
    margin-top: 4px;
}

#metanav {
    margin-top: 30px;

}

#logo img {
    /* 	max-height: 70px; */
}


#Tubes {
    margin-top: 30px;
    min-height: 500px;
}

#leftTube {

}

#rightTube {

}

#middleTube {

}

#middleContent {
    padding-bottom: 30px;
}

#footer {
    height: 250px;
    background: #707173;
    padding-top: 30px;
}

#footerContent {
    color: #fff;
    font-size: 12px;
}

#footerContent #toTop {
    width: 33px;
    height: 17px;
    cursor: pointer;
    background: url(../img/toTop.png) left center no-repeat;
}

/*** Graue Boxen ***/
article.layout-1 {
    background: #707173;
    padding: 10px;
}

#rightContent article {
    margin-bottom: 1rem;
}

#rightContent article div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0;
}

article.layout-1 h2 a,
article.layout-1 h2 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #707173;
    color: #fff;
    margin: 0 !important;
    text-decoration: none;
}

article.layout-2 {
    border: 1px solid #707173;
    margin-bottom: 1.5rem;
}

article.layout-2 h2 a,
article.layout-2 h2 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #707173;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    background: #707173;
    padding: 5px 10px;
    margin: 0 !important;
}

#rightTube article header h2 {
    text-transform: uppercase;
}

/*--------------------------------------------------------------*/
/* Shortcut-Menue */
/*--------------------------------------------------------------*/

#shortcuts {
    clear: both;
}

#shortcuts li {
    display: block;
    float: left;
}

#shortcuts li a {
    color: #707173;
    display: block;
    padding: 5px 0 5px 20px;
    text-decoration: none;
}

#shortcuts li a:hover {
}

#shortcuts li.act a {
}


/*--------------------------------------------------------------*/
/* Iconmenue */
/*--------------------------------------------------------------*/

#socialmedia ul {
    list-style: none;
    margin: 0;
}

#socialmedia ul li {
    float: left;
    text-indent: -99999px;
    margin-left: 15px;
}

#socialmedia ul li.fb a {
    background: url(../img/facebook.png) left top no-repeat;
    display: block;
    width: 20px;
    height: 20px;
}

#socialmedia ul li.tw a {
    background: url(../img/twitter.png) left top no-repeat;
    display: block;
    width: 20px;
    height: 20px;
}


/*--------------------------------------------------------------*/
/* Language-Menue */
/*--------------------------------------------------------------*/

#languages ul {
    list-style: none;
    float: right;
}

#languages li {
    margin: 0px 8px;
    float: left;
}

#languages li a {
    color: #fff;
    display: block;
    padding: 5px 0;
    text-decoration: none;
}

#languages li.act a {
    background: url(../img/navArrow.png) center bottom no-repeat;
    font-weight: 700;
}


/*--------------------------------------------------------------*/
/* Haupt-Menue horizontal */
/*--------------------------------------------------------------*/
#mobileMenu, .slicknav_menu {
    display: none;
}

#menuh ul {
    list-style: none;
}

#menuh .L1 li {
    float: left;
    padding: 0px 0px;
}

#menuh .L1 li a,
.L1 li a:link,
.L1 li a:active,
.L1 li a:visited {
    display: block;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding: 8px 8px 6px;
    text-transform: uppercase;
}

#menuh .L1 li.act a, #menuh .L1 li:hover a {
    background: #9C9E9F url(../img/navArrow.png) center bottom no-repeat;
}

/* Subnav */
.subnav ul, .S1 {
    list-style: none;
    margin: 0;
}

.subnav .L2 li, .S1 li {
    padding: 4px 12px;
    line-height: 19px;
    background: url(../img/subNavArrow.png) left 10px no-repeat;
}

.subnav .L2 li a, .S1 li a {
    color: #707173;
    text-decoration: none;
}

.S1 li.act a,
.subnav .L2 li.act a,
.S1 a:hover,
.subnav .L2 a:hover,
.S1 li:hover,
.subnav .L2 li:hover,
.S1 li.hover,
.subnav .L2 li.hover {
    color: #333;
}

.subnav .L2 .L3 li {
    padding: 0 0px;
    background: none;
    line-height: 1.2;
    margin: 0 0 5px 5px;
}

.subnav .L2 .L3 li a {
    color: #707173;
    font-size: 13px;
    text-decoration: none;
}

.subnav .L2 .L3 li.act a,
.subnav .L2 .L3 a:hover,
.subnav .L2 .L3 li:hover,
.subnav .L2 .L3 li.hover {
    color: #333;
}

.subnav .L2 .L3 li.act a {
    font-weight: 400;
}

.subnav .L2 .L3 .L4 li {
    padding: 0 0 0 10px;
    background: none;
    line-height: 1.2;
}

.subnav .L2 .L3 .L4 li a {
    color: #707173;
    font-size: 13px;
    text-decoration: none;
}

.subnav .L2 .L3 .L4 li.act a,
.subnav .L2 .L3 .L4 a:hover,
.subnav .L2 .L3 .L4 li:hover,
.subnav .L2 .L3 .L4 li.hover {
    color: #333;
}


/* Footer Nav */
.F1 {
    list-style: none;
}

.F1 li {
    padding: 3px 12px;
    background: url(../img/subNavArrowWhite.png) left center no-repeat;
}

.F1 li a,
.F1 li a:link,
.F1 li a:active,
.F1 li a:visited {
    display: block;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

.F1 li.act a, .F1 li:hover a {

}

/* Sektionen Nav */
.top-bar-section {
    float: left;
}

.top-bar {
    background: none;
}

.top-bar-section ul li, .top-bar-section li:not(.has-form) a:not(.button) {
    background: none;
    line-height: 2.3825rem;
}

.top-bar-section ul li > a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 4px 10px 5px;
    text-transform: uppercase;
    font: inherit;
}

.top-bar-section .has-dropdown > a:after {
    content: "";
    border: 0;
    margin: 0;
}

.top-bar-section li:not(.has-form) a:not(.button):hover, .top-bar-section li.act a,
.top-bar-section ul li:hover:not(.has-form) > a {
    background: #9C9E9F url(../img/navArrow.png) center bottom no-repeat !important;
}

.top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button),
.dropdown li a:hover {
    background-color: #9C9E9F;
    background-image: none !important;
}

.dropdown li a {
    text-transform: inherit !important;
}

.top-bar-section .dropdown li > a:hover {
    color: #000 !important;
}

.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    margin-right: 20px;
    margin-top: -6px;
}

.impressumMenu {
    float: right;
}

#ImMenu {
    display: none;
    position: absolute;
    background: #D9DADB;
    padding: 10px 20px;
    z-index: 100;
    right: 15px;
}

#ImMenu li {
    border-bottom: 1px solid #9C9E9F;
}

#ImMenu li a {
    text-decoration: none;
}

.ImMenuTrigger {
    text-transform: uppercase;
    color: #9C9E9F;
    position: relative;
    top: -2px;
    right: 15px;
    font-weight: bold;
    cursor: pointer;
    background: url(../img/burgerIm.png) left center no-repeat;
    padding-left: 25px;
}

/*--------------------------------------------------------------*/
/* Typographie */
/*--------------------------------------------------------------*/

/*** Ueberschriften ***/
h1 {
    font-family: 'Glegoo', serif;
    color: #707173;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #707173;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    letter-spacing: 0.08em;
}

h2 {
    font-family: 'Glegoo', serif;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 20px;
    color: #707173;
    text-transform: uppercase;
}

h2.csc-firstHeader {
    text-transform: inherit;
}

.csc-frame header h2 {
    text-transform: none;
}

h3 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #707173;
    font-size: 18px;
    color: #707173;
    margin: 0px 0 15px 0;
    text-transform: uppercase;
    font-weight: 300;
}

h4 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #707173;
    font-size: 16px;
    margin: 5px 0 10px 0;
    font-weight: 300;
    text-transform: uppercase;
}

h5 {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
    color: #707173;
    font-size: 1em;
    color: #707173;
    font-weight: bold;
    margin: 5px 0 10px 0;
    text-transform: none;
}

/* bold / italic */
strong, b {
    font-weight: 600;
}

em, i {
    font-style: italic;
}

/* absatzformate */

article p {
    margin: 0 0 1em 0;
    font-weight: 300;
}

span.introText {
    font-size: 18px;
}

/*** Aufzaehlungen ***/

article ol,
article ul {
    margin-left: 2em;
    margin-bottom: 1em;
}

article ul {
    list-style: disc;
}

article li {
    margin: 5px 0 5px 10px;
}

article ol {
    list-style: decimal;
    padding-left: 5px;
}

/*** HR ***/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #707173;
    margin: 1em 0;
    padding: 0;
}

.csc-uploads-fileName {
    float: left;
    padding-right: 20px;
}

#page-315 #c1459 {
    display: none;
}

/*--------------------------------------------------------------*/
/* Tabellen (Klassen in rte_redakteur.ts) */
/*--------------------------------------------------------------*/

article tr, article td, article th {
    font-size: inherit;
}

.tableStyle_1 {
    background: #efefef;
}

.tableStyle_2 td {
    border-bottom: 1px solid #efefef;
}

th {
}

tr.tddunkel,
td.tdunkel {
}

tr.tdhell,
td.tdhell {
}

tr.linie,
td.linie {
}


/*--------------------------------------------------------------*/
/* Forms */
/*--------------------------------------------------------------*/

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
    border: 1px solid #707173;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: auto;
    padding: 0.2rem 0.5rem;
    margin: 0;
    max-width: 500px;
}

select {
    -webkit-appearance: none !important;
    border-radius: 0;
    background-color: transparent;
    border: 1px solid #707173;
    padding: 0.2rem 0.5rem;
    font: inherit;
    color: inherit;
    line-height: normal;
    border-radius: 0;
    height: auto;
    max-width: 500px;
}

textarea[rows] {
    height: 100px;
    margin-bottom: 10px;
}

input[type="file"], input[type="checkbox"], input[type="radio"] {
    margin: 0 0.5rem 0.2rem 0;
}

.smallInp {
    width: 50% !important;
}

.btn, .button, .button.secondary, .powermail_submit {
    background: no-repeat;
    padding: 3px 10px;
    margin-top: 20px;
    font: inherit;
    text-transform: uppercase;
    border: none;
    color: #fff;
    background: #707173;
}

button:hover, button:focus, .button:hover, .button:focus {
    background: no-repeat;
    padding: 3px 10px;
    margin-top: 20px;
    font: inherit;
    text-transform: uppercase;
    border: none;
    color: #D9DADB;
    background: #707173;
}

label {
    line-height: 1.2;
    font-weight: 300;
}

.lblRadio {
    margin-bottom: 10px;
}

label.inline {
    padding: 0;
}

input.error {
    border: 1px solid #E61200;
}

span.error, small.error {
    background: #E61200;
    font-style: normal;
}

label.error {
    color: #E61200;
}

fieldset legend {
    padding-bottom: 20px;
}

fieldset {
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 20px;
}

.powermail_field {
    margin-bottom: 20px;
}

.powermail_form h3 {
    display: none;
}

/*--------------------------------------------------------------*/
/* Extensions */
/*--------------------------------------------------------------*/

/* login */
.tx-felogin-pi1 input {
    margin-bottom: 0.3rem;
}

.tx-felogin-pi1 label {
    color: #fff;
}

.tx-felogin-pi1 fieldset {
    margin-bottom: 5px;
}

.tx-felogin-pi1 .loginSbm {
    background: no-repeat;
    padding: 0;
    font: inherit;
    text-transform: uppercase;
    float: right;
    border: none;
    color: #fff;
}

.tx-felogin-pi1 .pwForgot {
    font-size: 12px;
    text-align: right;
}

.tx-felogin-pi1 .pwForgot a {
    color: #fff;
}

#middleContent .tx-felogin-pi1 .loginSbm {
    background: #707173;
    padding: 5px 15px;
}

#middleContent .tx-felogin-pi1 .pwForgot a {
    color: #707173;
}

/* search */
.kesearch_searchbox {
    background: #707173;
    padding: 10px;
    margin-bottom: 1rem;
}

.kesearchbox {
    background: #fff;
    height: 23px;
}

.kesearchbox #ke_search_sword {
    width: 90%;
    border: none;
    float: left;
}

.kesearchbox #kesearch_submit {
    float: right;
    width: 10%;
    background: #fff url(../img/icnSearch.png) center center no-repeat !important;
    text-indent: -99999px;
    border: 0;
    height: 22px;
}

/* news */
.newslider li {
    margin-top: 0;
    height: 400px;
}

.newslider li h3 a {
    color: #fff;
    text-decoration: none;
}

.news .article .teaser-text p {
    font-size: 16px;
    font-weight: 700;
}

.newsFront2Col.large-block-grid-2 {
    margin: 0px;
    padding: 10px;
}

.newsFront2Col li {
    margin: 0;
}

.newsFront2Col li h3 {
    border-bottom: 1px solid #707173;
}

.newsFront2Col li h3 a {
    color: #707173;
    text-decoration: none;
}

.news-single .footer {
    border: 0;
}

.newsEventFront {
    padding: 10px;
}

.newsEventFront h5 {
    margin: 0;
}

.newsEventFront h5 a {
    text-decoration: none;
}

.newsEventFront .teaser-text p {
    line-height: 1.2;
    margin-bottom: 0.5em;
}

.newsEventFront .teaser-text .more {
    display: block;
    text-align: right;
    background: url(../img/subNavArrow.png) right center no-repeat;
    padding-right: 8px;
    margin-bottom: 20px;
}

.newsSimpleList .article {
    margin-bottom: 0;
}

.newsSimpleList .article h3 {
    margin-bottom: 15px;
}

.orbit-caption a {
    color: #fff;
    text-decoration: none;
}

.news-related {
    border: 0;
}

/* Galerie */
.fs-media-gallery .thumbs-albums .thumb {
    /* 	width: 50% !important; */
}

.fs-media-gallery .navigation .btn {
    color: #fff !important;
}

.albums-list .img-thumbnail {
    /* 	float: left; */
}

.albums-list .img-thumbnail {
    border-bottom: 1px solid #707173;
    clear: both;
    min-height: 160px;
}

.albums-list .asset-count {
    display: none;
}

.albums-list .img-thumbnail .image {
    display: block;
    float: left;
    padding-right: 20px;
}

.fs-media-gallery .pagination ul {
    list-style: none;
    margin-left: 0;
}

.fs-media-gallery .pagination ul li {
    float: left;
}

#page-281 .news-list-category {
    display: none;
}

/* presseausweis */
.presseAusweisLogin input {
    margin-top: 10px;
}


.presscard {
    position: relative;
    margin-top: 20px;
    margin-left: 10px;
    margin-bottom: 30px;
    clear: both;
    width: 400px;
    height: 238px;
    padding-top: 118px;
    border: 1px solid #eeeeee;
    background-image: url("../img/presse.jpg");
    background-repeat: no-repeat;
    background-position: top left;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; /* future proofing */
    -khtml-border-radius: 10px; /* for old Konqueror browsers */
    -moz-box-shadow: 3px 3px 5px 6px #ccc;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc;
    box-shadow: 3px 3px 5px 6px #ccc;
}

.presscard .memberphoto {
    position: absolute;
    top: 125px;
    left: 15px;
    width: 85px;
    height: 85px;
    /*
        background-image: url("../img/userimage.jpg");
        background-repeat: no-repeat;
    */
    border: 3px solid #bbbbbb;
}

.presscard .particulars {
    position: absolute;
    top: 125px;
    left: 110px;
    width: 175px;
    height: 100px;
    overflow: hidden;
}

.member-info {
    position: relative;
}

.member-info .logo-trust {
    position: absolute;
    max-width: 150px;
    right: 0%;
    top: 0px;
}

.member-info h3 {
    font-weight: 400;
}

.presscard .particulars * {
    font-size: 14px;
}

.presscard .particulars .firstname,
.presscard .particulars .lastname {
    font-size: 18px;
}

.presscard .particulars .membernumber,
.presscard .particulars .section {
    text-align: right;
    margin-top: 3px;
}

.presscard .lbl {
    float: left;
}

.presscard .year {
    position: absolute;
    top: 175px;
    left: 295px;
    width: 92px;
    height: 45px;
    background-image: url("../img/presscardbg.png");
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #c49105;
    padding-left: 40px;
    line-height: 45px;
    border: 1px solid #000;
}

.userList {
    border-collapse: collapse;
    border-spacing: 2px !important;
}

.userList td {
    width: auto;
    padding: 0;
}

/* orbit slider Galerie */
#page-71 .orbit-container {
    max-height: 400px;
}

.userListFilter label {
    float: left;
    display: block;
    width: 150px;
}

.userListFilter .inpLarge {
    width: 50%;
    margin-bottom: 10px;
}

.userListFilter .inpMedium {
    width: 30%;
    margin-bottom: 10px;
}

.userListFilter input.inpTiny {
    width: 50px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.userListFilter .lblSmall {
    width: 75px;
}

.userList th.asc span,
.userList th.desc span {
    top: 18px;
    right: 0px;
}

.f3-widget-paginator {
    margin: 30px 0 0 0;
}

.femanager_edit legend {
    display: none;
}

.femanager_fieldset.control-group {
    margin-bottom: 30px;
    max-width: 750px;
}

.femanager_fieldset.control-group .control-label {
    font-weight: bold;
}

.femanager_fieldset.control-group .control-label span {
    font-weight: normal;
}

#user-profile-links button {
    margin-bottom: 0;
}

.showAdvSearch {
    margin: 20px 0;
    cursor: pointer;
}

.advancedSearch {
    display: none;
}

.userSearchResults {
    display: table;

}

.userListItem {
    display: table-row;
}

.userListItem .userImg {
    width: 100px;
    display: table-cell;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.userListItem .userInfo {
    vertical-align: top;
    display: table-cell;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.userListItem .userInfo h2 {
    margin-top: 0;
    padding-top: 0;
}

.erklaerung {
    border: 1px solid #ddd;
    padding: 10px;
}

.erklTitel {
    font-size: 18px;
    cursor: pointer;
    padding: 10px 0;
}

.erklTitel:before {
    content: "+";
    padding-right: 20px;
}

.erklTitel.open:before {
    content: "-";
    padding-right: 24px;
}

.erklBody {
    display: none;
}

.copyCode {
    background: #ddd;
    font-weight: bold;
    margin: 10px 0;
    padding: 10px;
}

.codeDescr {
    margin-top: 20px;
}

.cc_container {
    padding: 20px 50px 20px;
    font-size: 26px;
    line-height: 1.3;
}

.cc_container .cc_message {
    color: #E61200 !important;
    font-size: 26px;
    line-height: 1.3;
}

.cc_container .cc_message a {
    color: #fff;
}

.cc_container .cc_btn {
    width: auto !important;
    max-width: 200px;
}

/* Sektion AGJ */
#logo.agj {
    margin-top: 10px;
}

#logo.agj img {
    max-width: 100px;
}

.tx-arx-feuserdata .typo3-messages {
    list-style: none;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    margin: 0 0 1rem 0;
    padding: 0.75rem;
}

.tx-arx-feuserdata .typo3-messages {
    list-style: none;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    margin: 0 0 1rem 0;
    padding: 0.75rem;
}

.tx-arx-feuserdata .typo3-messages p {
    margin: unset;
}

.profileshow {
    margin-top: 20px;
}

.femanager_fieldset.control-group .copy-code-section {
    display: flex;
}

.femanager_fieldset.control-group .copy-code-section > div {
    width: 375px;
}

.femanager_fieldset.control-group .copy-code-section .big-logo {
    margin-right: 16px;
}

.femanager_fieldset.control-group .copy-code-section .code {
    word-break: break-word;
}
