/* Write your custom css code here */

.disable-responsive .container {
    width: 1280px !important;
}


.breadcrumb {
    margin: 0 1px -2px;
}
body {
    font-size: 16px;
}
.page-header h2 {
    font-size: 18px;
    margin: 5px 0 15px 5px;
}

#sunfw_section_header {
    background-color: #fff;
}

nav.navbar.sunfw-menu-head .navbar-collapse {
    box-shadow: 8px 8px 5px #888888;
    margin: 0 1%;

}


.sunfw_section_main_content {
    max-width: 1300px;
    margin: auto;
}

.sunfw_section_content_bottoms {
    max-width: 1300px;
    margin: auto;
}
.sunfw_section_footer {

    background-color: #d9d9d9;
    margin: 0 1%;
}

.footer-max {
    max-width: 1300px;
    margin: auto;
}


.footer-nostyle{
    font-size:  14px;
}

.module-skill {
    margin-top: 15px;

}



.module-style-solid {
    margin-top: 20px;


}


.module-style-solid:hover {
    border: solid 1px #d3d3d3;
    box-shadow: 8px 8px 5px #888888;
    -webkit-transform:
            translate(5px,-5px);

    transform:
            translate(5px,-5px)


}

/* Wir vermeiden die große Schrift in ausgewählten Modulen */
.module-strict{
    font-size: 12px;

}

/* Tooltipp in Charts formatieren */

.tooltipchart {
	padding:5px;
	width:180px;
}

/* Tooltipp Ende */



.pull-right {
    margin-bottom: 10px;
}

.cb_template .btn[class*="btn-"]:before, .cb_template .btn[class*="btn-"]:after {
  display: none;
}

.cb_template .form-control-plaintext {
	font-size:14px;
	
}
.cb_template {
	font-size:1.3em;
	
}
.cb_template .btn{
	font-size:1.1em;
	
}
.sunfw-pos-top {
    padding: 10px;
}
/*
a {
    color: #009aca;
}
*/
a, .btn-link, .jsn-bootstrap3 a.link-action, .jsn-bootstrap3 a, .pb-element-heading.fa::before {
    color: #ff8c00;
}


.sunfw-content.boxLayout {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

.login {
	padding-left: 15px;
	margin: 10px;
	
}

.legalnav ul {
  display: flex;
  flex-direction: column;
} 

.legalnav li {
  list-style: none;
  margin: 0 0.5em;
  padding: 0;
  font-size: 1.5em;  
}

@media (min-width: 45em) {
  .legalnav ul {	
    flex-direction: row;  
  }
  .legalnav li {
    font-size: 1em;
  }  
}

.nav-header {
    border-right: 1px solid #000;
    padding: 0px 12px 10px;
    line-height: 40px;
    position: relative;

}

ul.sunfw-tpl-menu li > span > i {
    padding-right: 5px;
}

.menu-head ul.sunfw-tpl-menu > li > span {
    border-right: 1px solid #000;
    padding: 12px 12px 12px;
    line-height: 21px;
    position: relative;
}

.navbar-default .navbar-nav > li > span {
    color: #777;
}

#menu_item_menu ul.navbar-nav > li > span {
    font-size: 13px;
    color: #282828;
}

#menu_item_menu ul.navbar-nav > li:hover > span, #menu_item_menu ul.navbar-nav > li.active > span {
    color: #fff;
}
	
.login input{
	
	height: 35px;
	line-height: 25px;
}

#modlgn-remember, #form-login-remember {
	
	line-height: 15px;
	height: 15px;
	display: inline-block;
	width: 150px;
	
}
#modlgn-remember.inputbox {
	
	display: inline-block;
}

.featured_entry {
    position: relative;
    padding: 10px;
}
.featured_entry:after{
	/*background-image: url("/images/tb/schwab_bw.jpg");*/
	background-image: url("/images/tb/tB_opt.jpg");
    /*background-image: url("/images/tb/bwcomp.jpg");*/
	background-size:	cover;
	background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
	margin:0px;
	padding: 10px;
    opacity: 0.4;
    z-index: -1;
}

.tagpopular.tag-name{
    padding-right: 40px;
}

/*
.cbUserListResultCount {
	display: none;
}
*/
.menu-top, .social-top {
    padding: 10px 0px 0px 20px;
}


p.readmore, a.readmore {
	
	background-image: linear-gradient(-90deg,rgb(58,119,173) 0%,rgb(44,89,131) 100%);
    background-image: -o-linear-gradient(-90deg,rgb(58,119,173) 0%,rgb(44,89,131) 100%);
    background-image: -moz-linear-gradient(50% 0% -90deg,rgb(58,119,173) 0%,rgb(44,89,131) 100%);
    background-image: -ms-linear-gradient(-90deg,rgb(58,119,173) 0%,rgb(44,89,131) 100%);
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(58,119,173)),color-stop(1, rgb(44,89,131)));
    background-image: -webkit-linear-gradient(-90deg,rgb(58,119,173) 0%,rgb(44,89,131) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff3a77ad,endColorstr=#ff2c5983,GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff3a77ad,endColorstr=#ff2c5983,GradientType=0);

}

.readmore{
	cursor: pointer;
    font-size: 1.1em;
    padding: 5px 12px;
    border: 1px solid;
    display: inline-block;
    border-color: #595959;
    text-decoration: none;
	color: #ffffff;
	
}

a.readmore, .readmore a {
    font-weight: bold;
    color: #fff !important;
}


blockquote {
	border-left: none;	
	
}
/* 
Definition von Klassen für Hervorhebung der einzelnen Abonnements durch Rahmen
*/

.nosub {
	/* orange */
	/*
	border: 1px solid #ff9900;
	*/
	padding: 5px;  
	
}

.registered {
	/* blau */
	border: 1px solid #0066cc;
	padding: 5px;
	
}

.premium {
	/* grün */
	border: 1px solid #009900;
	padding: 5px;
	text: 2px black;
	
}

/* skill count styling */

.skill-count-item {
	
	font-size: 24px;

}
.skill-count-item h1{
	
	font-size: 48px;
	color: #ff8c00;
	
	
}

/* styling jevents */


.jev_toprow div.previousmonth, .jev_toprow div.nextmonth {
    background-color: #ff8c00;
    border: 1px solid #ff8c00;
}

#jevents_body .nav-items div.active a, .jev_header2 .active a {
    background-color: #ff8c00;
    color: #FFF;
}

.jev_toprow div.currentmonth {
    border-top: 1px solid #ff8c00;
    border-bottom: 1px solid #ff8c00;
    margin-bottom: -1px;
}

.nav-items > div {
    margin-left: -5px;
    display: inline-block;
    padding: 3px 0px 2px 0px;
    line-height: 23px;
    vertical-align: middle;
    border: 1px solid #ff8c00;
    border-left: 0px;
}

[class*='module-style-'] {

    border: none;
    font-size: 14px;

}

/* =============== TYPOGRAPHY - TABLE STYLES =============== */
table.table-style {
	background: #ffffff;
	border-collapse: collapse;
	border-spacing: 0;
	color: #404040;
}
table.table-style caption {
	padding: 6px 0;
	text-transform: uppercase;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
}
table.table-style td,
table.table-style th {
	padding: 10px;
	border-bottom: 1px solid #DEDEDE;
}
table.table-style th {
	text-align: left;
}
table.table-style .highlight {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
table.table-style thead th {
	font-size: 1.1em;
	border-top: 6px solid #fff;
	color: #ffffff;
}
table.table-style thead th.highlight {
	border-top: none;
}
table.table-style tbody th,
table.table-style tbody td {
	vertical-align: top;
	text-align: left;
	border-right: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
}
table.table-style tbody .highlight {
	background-color: #999;
}
table.table-style tbody tr.odd {
	background: #f2f2f2;
}
table.table-style tbody tr.odd .highlight {
	background-color: #7E7E7E;
}
table.table-style tbody tr:hover th,
table.table-style tbody tr:hover td {
	background: #E4E4E4;
}
table.table-style tbody tr:hover .highlight {
	background: #737373;
}
table.table-style tfoot {
	border: 1px solid #DEDEDE;
}
table.table-style tfoot th,
table.table-style tfoot td {
	border: none;
	padding: 4px 10px;
	background-color: #d9d9d9;
}
table.table-style tfoot td {
	text-align: right;
}
/* ----- COLOR HEADER TABLE ----- */
table.style-colorheader thead th.highlight {
	background-color: #484848;
}
/* ----- COLOR STRIPES TABLE ----- */
table.style-colorstripes {
	color: #fff;
}
table.style-colorstripes thead,
table.style-colorstripes tfoot {
	border: none;
}
table.style-colorstripes tbody .highlight {
	color: #333;
	border-bottom: none;
	border-top: 1px solid #fff;
}
/* ----- GREY STRIPES TABLE ----- */
table.style-greystripes thead th {
	background: #404040;
	border-right: 1px groove #999999;
}

/* Formatierung der Foren Zeilen */

 #kunena .table > tbody > tr > td {
	 
	 border: none;
	 border-top: 1px solid #ddd
 }
 
 /* colouring fontawsome icons */
 
  .blackiconcolor {color:black;}
  .greeniconcolor {color:green;}
  .rediconcolor {color:red;}


/* Custom menu: Each submenu item should look like a button with hover effect */
.sunfw-megamenu-sub-menu .sunfw-mega-menu .module-style .menu-treemenu li a:before {
  display: none;
}
.sunfw-megamenu-sub-menu .sunfw-mega-menu .module-style .menu-treemenu li {
  margin: 10px 5px;
}
.sunfw-megamenu-sub-menu .sunfw-mega-menu .module-style .menu-treemenu li a {
    font-size: 13px;
    color: #333;
    font-weight: bold;
    letter-spacing: 0px;
    -webkit-box-shadow: 0px 0px 0px #000;
    box-shadow: 0px 0px 0px #000;
    padding: 6px 12px;
    border: 1px solid #ccc;
}

.sunfw-megamenu-sub-menu .sunfw-mega-menu .module-style .menu-treemenu li a:hover {
    font-size: 13px;
    color: #E6E6FA;
	background-color: #800;
    font-weight: bold;
    letter-spacing: 0px;
    -webkit-box-shadow: 0px 0px 0px #000;
    box-shadow: 0px 0px 0px #000;
    padding: 6px 12px;
    border: 1px solid #ccc;
}

ul.nav[class*='menu-sidemenu'] > li, ul.nav[class*='menu-treemenu'] > li {
    border-top: 0px;
}


/* rechte Ränder aus Hauptmenü entfernen*/

.menu-head ul.sunfw-tpl-menu > li > span {
    border-right: 0px;
}
nav.navbar.sunfw-menu-head ul.navbar-nav > li > span.nav-header:not(.get-it), nav.navbar.sunfw-menu-head ul.navbar-nav > li > a:not(.get-it) {
   border-right: 0px;
}
nav.navbar.sunfw-menu-head ul.navbar-nav > li {
    border-right: 0px;
}

.button-module{
	padding: 2px 6px;
}

/*falsches Alignment beim Datenschutz Request beheben */


.form-horizontal .control-label {
    text-align: left;
}


/* Formatierung der Buttons bei der erstmaliegen Benutzerregistrierung im Frontend beim Datenschutz */
.radio label{
	padding-left: 30px;
	
}
input[type="radio"]{
    margin: 4px 5px 0 10px;
}

.radio label{
	padding-left: 30px;
	
}
.radio input[type="radio"]{
    margin-left: 10px;
}

/* Beginn Änderungen an Formularen Flexicontent */

input.fcp_btn {
	float: left;
}

/* Ende Änderungen an Formularen Flexicontent */

/* Styling Hautpmenüe Zeile */

.main_structure {
    margin-right: 0px;
    padding-right: 0px;
    background-color: #ffffff;
}

.logo.img-responsive{
    max-width: 80%;
}

.joodb .title {

    color: #fff;
}
.joodb .title td{

    color: #000;
}