@media (min-width: 1200px) {
  /* breite Browserfenster */
  .overall {
    width: 1170px;
    /*border: solid #000 1px;*/
  }
  .dashboard_button img {
    width: 64px;
    height: 64px;
  }
  .left_sitebar {
    float: left;
    width: 275px;
    padding-right: 15px;
    /*background: #98CFE6;*/
  }
  .nick_image {
    width: 180px;
  }
  .profil_button {
    text-align: left; width: 180px; margin-bottom: 4px;
  }
  img.user_gallery {
    width: 136px;
    height: 136px;
  }
}
@media (min-width: 992px) and
  (max-width: 1200px) {
   /* Darstellung auf Netbooks */
  .overall {
    width: 970px;
    /*border: solid #000 1px;*/
  }
  .dashboard_button img {
    width: 48px;
    height: 48px;
  }
  .dashboard_button_link{
    font-size: 12px;
  }
  .left_sitebar {
    float: left;
    margin-right: 15px;
    width: 212px;
    /*background: #98CFE6;*/
  }
  .nick_image {
    width: 160px;
  }
  .profil_button {
    text-align: left; width: 160px; margin-bottom: 4px;
  }
  img.user_gallery {
    width: 111px;
    height: 111px;
  }
}
@media (min-width: 767px) and
  (max-width: 992px) {
   /* Darstellung auf Netbooks */
  .overall {
    width: 750px;
    /*border: solid #000 1px;*/
  }
  .dashboard_button img {
    width: 48px;
    height: 48px;
  }
  .dashboard_button_link{
    font-size: 12px;
  }
  .left_sitebar {
    display: none;
  }
  .nick_image {
    width: 140px;
  }
  .profil_button {
    text-align: left; width: 140px; margin-bottom: 4px;
  }
  img.user_gallery {
    width: 110px;
    height: 110px;
  }
}
@media (min-width: 450px) and
  (max-width: 767px) {
   /* Darstellung auf Netbooks */
  .overall {
    width: 450px;
    /*border: solid #000 1px;*/
  }
  .dashboard_button img {
    width: 48px;
    height: 48px;
  }
  .left_sitebar {
    display: none;
  }
  .nick_image {
    width: 140px;
  }
  .profil_button {
    text-align: left; width: 140px; margin-bottom: 4px;
  }
  img.user_gallery {
    width: 135px;
    height: 135px;
  }
  #service_info {
    display: none;
  }
}
@media (max-width: 450px) {
     /* mobile Geräte */
  .overall {
    width: 320px;
    /*border: solid #000 1px;*/
  }
  .dashboard_button img {
    width: 32px;
    height: 32px;
  }
  .dashboard_button_link {
    padding-top: 5px; font-size: 10px;
  }
  .left_sitebar {
    display: none;
  }
  .nick_image {
    width: 110px;
  }
  .profil_button {
    text-align: left; width: 110px; margin-bottom: 4px; font-size: 9px;
  }
  img.user_gallery {
    width: 142px;
    height: 142px;
  }
  #service_info {
    display: none;
  }
  .rand_user_infos {
    display: none;
  }

}


@font-face {
  font-family: jadax; /* regular font */
  src: url("jadax.woff") format("woff");
  font-weight: normal; font-style: normal;
}

body {
	margin: 0px;
  background: none;
	background-image: none;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  font-size: 14px;
  overflow-x: hidden;
}

.jadaxfont {
  font-family: jadax, sans-serif;
  font-size: 18px;
}

.pagecontent {
  /*padding-bottom: 20px;*/
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: lighter !important;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 28px;
}

h2{
  font-size: 20px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}

h4{
  font-size: 16px;
}

.object_infotext h1 {
  background: #DCE3E4;
  padding: 10px 10px;
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
  font-weight: normal !important;
  font-size: 14px;
}
.cke_editable {
  border: dashed 1px #E9E9E9;
  min-height: 150px;
}

a {
  color: #c52d2f;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

.media-heading {
  color: #c52d2f !important;
  font-weight: normal;
}

.table {
  color: #66667D;
}


.menulist {
  z-index: 3;
}

/* Die Navbar Farbeinstellungen sind in der /color/*.css Datei ausgelagert */

/* Passt den Header für das kleine Mobil Menü an */
@media (max-width: 767px) {

}

/* Blendet das Suchfeld unter 992px aus */
@media (max-width: 992px) {

}

/* Helle Leiste unter dem Menü */
.title_bar {
  background: #E3E3E3;
  height: 60px;
  margin-bottom: 15px;
  /*padding: 15px 0;*/
  vertical-align: center;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #F8F8F8), color-stop(1, #FAFAFA));
  background-image: -ms-linear-gradient(top, #F8F8F8, #FAFAFA);
  background-image: -o-linear-gradient(top, #F8F8F8, #FAFAFA);
  background-image: -moz-linear-gradient(top, #F8F8F8, #FAFAFA);
  background-image: -webkit-linear-gradient(top, #F8F8F8, #FAFAFA);
  background-image: linear-gradient(to bottom, #F8F8F8, #FAFAFA);
  border-bottom: 2px solid #E7E7E7;
}


.content {
  /*background: #FFCC99;*/
  width: 100%;
  vertical-align: top;
  padding-bottom: 15px;
}
.left_sitebar {
  padding-bottom: 15px;
}

.sitebar {
  /*background: #EE0000;*/
  vertical-align: top;
}
.sitebar_body {
  /*background: #f6f6f6;*/
  background-repeat: repeat-x;
  border : 1px solid #E7E7E7;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: #808080;
  background-image: -webkit-gradient(linear, top, bottom, color-stop(0, #FFFFFF), color-stop(1, #F9F9F9));
  background-image: -ms-linear-gradient(top, #FFFFFF, #F9F9F9);
  background-image: -o-linear-gradient(top, #FFFFFF, #F9F9F9);
  background-image: -moz-linear-gradient(top, #FFFFFF, #F9F9F9);
  background-image: -webkit-linear-gradient(top, #FFFFFF, #F9F9F9);
  background-image: linear-gradient(to bottom, #FFFFFF, #F9F9F9)
}

.sitebar_wide {
  border : 1px solid #E7E7E7;
  margin-bottom: 15px;
  padding: 0px;
  border-radius: 5px;
  box-shadow: #808080;
}
.sitebar_blank {
  margin-bottom: 15px;
  padding: 0px;
}

/* Die Footer Farbeinstellungen sind in der /color/*.css Datei ausgelagert */



.clear-all {
  clear: both;
}

#data {}


/* Formatierung der Meldungen */
#info {
height: auto;
background: #FFFFCD;
color: #555555;
padding: 10px;
border : 1px solid #c2260c;
margin-bottom: 10px;
}



/* Beschreibungszelle oder Optionsbereich einer Tabelle mit Hovereffekt */
.front {
background-color : #dee3e7;
color : #000000;
}


/* Formatierung des Branchenbuches (ibook) */
.kupon {
	position: relative;
	float: right;
	left: 0px;
	top: -5px;
}

.ibook_info {
	background: #ffff9f;
	height: auto;
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ibookbody1 {
	background: #FFFFFF;
	height: 120px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin-top: 5px;
}

.ibookbody2 {
	background: #f7f6f6;
	height: 120px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	margin-top: 5px;
}

.ibookcontent {
	position: relative;
  	float: left;
	width: 370px;
	padding: 1px;
	text-align: left;
	color: #333333;
	vertical-align: top;
}

.ibookcontent a:link { text-decoration:underline; font-weight:bold; font-size:8pt; color:#000000; }
.ibookcontent a:visited { text-decoration:none; font-weight:bold; font-size:8pt; color:#000000; }

.ibookoption {
	position: relative;
  	float: right;
	width: 130px;
	height: 40px;
	padding: 1px 1px 1px 10px;
	border-left: 1px dashed #000000;
	text-align: left;
}


img.image {
	border: 1px solid #DADADA;
	padding: 0px;
	background: #FAFAFA;
}
img.right {
	border: 1px solid #DADADA;
	padding: 0px;
	background: #FAFAFA;
   margin: 0px 0px 5px 15px;
}
img.left {
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
   margin: 0px 15px 5px 0px;
}





/* Formatierung der Rahmenfarben in den Galerien */
.paspatu_frame {
background-color : #999999;
}
.paspatu {
background-color : #ffffff;
}
.paspatu_focus {
background-color : #f3e800;
}
.paspatu_online {
background-color : #93bfe8;
}

/* Formatierung der News */
.news {
margin : 15px 0 15px 0;
padding : 0;
background : #fff url(images/bg2.jpg) repeat-x;
/*border : 1px solid #efeded;  */
}
.news .news-footer {
background-color : #fafafa;
border : 1px solid #f2f2f2;
padding : 5px;
margin-top : 20px;
font-size : 95%;
}
.news .news-footer .date {
background : url('images/clock.gif') no-repeat 0 center;
padding-left : 20px;
margin : 0 10px 0 5px;
}
.news .news-footer .comments {
background : url('images/comment.gif') no-repeat 0 center;
padding-left : 20px;
margin : 0 10px 0 5px;
}
.news .news-footer .readmore {
background : url('images/page.gif') no-repeat 0 center;
padding-left : 20px;
margin : 0 10px 0 5px;
}
.news p {
/*margin : 10px 15px;*/
}
.news h4 {
font-size:14px;
/*margin : 10px 15px; */
}
.partner {
visibility : hidden;
}


/* Allgemeine Ausrichtungsklassen */
.float-left {
float : left;
}
.float-right {
float : right;
}
.align-left {
text-align : left;
}
.align-right {
text-align : right;
}
.clear {
clear : both;
}


/* Login bzw. andere Menüpunkte (nicht das Hauptmenü) */
.sitebar_menu {
  padding-left : 0.8em;
}
.sitebar_menu li {
  padding-bottom: 6px;
  display:block;
  padding-left : 1.7em;
  background: url(images/point.gif) no-repeat 0px 0.2em;
}
.sitebar_menu a {
  color: #000000;
}


/* Auflistungen im Contentbereich */
#data ul {
margin-left : 0;
/*padding-left : 1.5em;*/
text-indent : 0;
}
.table_normal ul {
margin-left : 0;
padding-left : 1.5em;
text-indent : 0;
}

/* Formatierung von Tabellen ohne Hintergrundfarbe */
.table_normal {
  width : 100%;
  border-collapse: separate;
  border-spacing: 0px 0px;
  color : #000000;
}

/* Formatierungen für die Lightbox-Funktion */
#lightbox {
position : absolute;
left : 0;
width : 100%;
z-index : 100;
text-align : center;
line-height : 0;
}
#lightbox img {
width : auto;
height : auto;
border : 1px solid #bdbdbd;
}
#lightbox a img {
border : none;
}
#outerImageContainer {
position : relative;
background-color : #fff;
width : 250px;
height : 250px;
margin : 0 auto;
}
#imageContainer {
padding : 10px;
}
#loading {
position : absolute;
top : 40%;
left : 0%;
height : 25%;
width : 100%;
text-align : center;
line-height : 0;
}
#hoverNav {
position : absolute;
top : 0;
left : 0;
height : 100%;
width : 100%;
z-index : 10;
}
#imageContainer > #hoverNav {
left : 0;
}
#hoverNav a {
outline : none;
}
#prevLink, #nextLink {
width : 49%;
height : 100%;
display : block;
}
#prevLink {
left : 0;
float : left;
}
#nextLink {
right : 0;
float : right;
}
#prevLink:hover, #prevLink:visited:hover {
background : url(../images/prevlabel.gif) no-repeat left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
background : url(../images/nextlabel.gif) no-repeat right 15%;
}
#imageDataContainer {
font : 10px Verdana, Helvetica, sans-serif;
background-color : #fff;
margin : 0 auto;
line-height : 1.4em;
overflow : auto;
width : 100%;
}
#imageData {
padding : 0 10px;
color : #666;
}
#imageData #imageDetails {
width : 70%;
float : left;
text-align : left;
}
#imageData #caption {
font-weight : bold;
}
#imageData #numberDisplay {
display : block;
clear : left;
padding-bottom : 1em;
}
#imageData #bottomNavClose {
width : 66px;
float : right;
padding-bottom : 0.7em;
outline : none;
}
#overlay {
position : absolute;
top : 0;
left : 0;
z-index : 90;
width : 100%;
height : 500px;
background-color : #000;
}

/* Kontaktformular */
.contact {
margin : 18px;
}





/* Shop Formatierungen */
.first_prize_large {
  color: #CC0000;
  font-size: 15px;
  font-weight: bold;
}
.first_prize_small {
  color: #CC0000;
  font-size: 11px;
  font-weight: bold;
}
.second_prize_large {
  color: #79B5BF;
  font-size: 15px;
}
.second_prize_small {
  color: #79B5BF;
  font-size: 11px;
}
.prize_right {
  text-align: right;
}

.shopbox_header {
  background-color: #FFE274;
  height: 70px;
  padding-top: 8px;
  border: #AAABD2 solid 1px;
  overflow: hidden;
}
.shopbox_body {
  background-color: #FFFFFF;
  line-height: 160px;
  border: #AAABD2 solid 1px;
}
.shopbox_footer {
  background-color: #EBEADB;
  border: #AAABD2 solid 1px;
}

.bookmark {
  border: none;
  width: 20px;
  height: 20px;
  padding: 0px;
}




img.nick_image {
	border: solid 1px #DDDDDD;
	padding: 0;
	background: none;
	border-radius: 5px;
	box-shadow: #808080
}

/* Ist in der Datei /tools/cxsingle_adresse.php ausgelagert */
.footer-top .thumbnail {
  padding: 20px !important;
  border: none;
  margin: 3px -4px;
}

.footer-top {
  background: #323B44;
  min-height: 100px;
  color: #A1A1A1;
  font-size: 14px;
  padding: 20px;
  margin-top: 20px;
}
.footer-top a {
  color: #FFF;
}
.footer-top h1, .footer-top h2, .footer-top h3 {
  color: #FFF;
}
.footer-bottom {
  background: #25292C;
  min-height: 60px;
  color: #888;
}
.footer-bottom a {
  color: #FFF;
}
.footer-top h3 {
  font-size: 24px;
}

#bottom .bottom_contact a {
  color: #FFF;
}

#bottom .bottom_contact {
  background-image: url(images/world.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* Durch Jadax zugefügt - Anfang */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 7.5px;
  padding-left: 7.5px;
}

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

.checkgroup {
  border: 1px solid #B2B2B2;
  border-radius: 5px;
  box-shadow: #808080;
  margin: 7px 0px;
  padding: 13px 10px 10px 10px;
}
.checkgroup label {
  font-weight: normal !important;
}
.important {
  display: none;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #D4D4D4;
  border-color: #dbdbdb;
}


.navbar {
  position: relative;
  min-height: 20px !important;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 767px) {
  .navbar-brand {
    float: left;
    height: 30px;
    padding: 8px 8px;
    font-size: 14px;
    line-height: 20px;
    color: #E3E3E3 !important;
  }
  .navbar-brand a {
    color: #E3E3E3;
  }
  .navbar-collapse {
    float: right;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    float: left;
    height: 30px;
    padding: 15px 30px;
    font-size: 14px;
    line-height: 20px;
    color: #E3E3E3 !important;
  }
  .navbar-brand a {
    color: #E3E3E3;
  }
  .navbar-nav > li > a {
    margin-left: 15px !important;
  }
}
.navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #E3E3E3 !important;
}
.navbar-inverse {
  background-image: none !important;
  background: #323B44;
}
.navbar-inverse .navbar-nav > .active > a {
  background: #555555 !important;
  color: #FFFFFF !important;
}

/* Für die Detailansicht */
.media_detail {
  padding: 10px;
}

.glyphicons.texticon {
  padding-top: 2px;
  padding-right: 8px;
}
.media-object {
  margin-bottom: -10px;
}

.media-thrumb {
  margin-right: 5px;
  margin-bottom: 5px;
  border: solid 1px #E9E9E9;
}
.object_detail_header {
  background-color: #DCE3E4;
  padding: 10px;
}
a.object_detail_header {
  color: #555 !important;
  position: absolute;
  bottom: 0px;
  text-align: center;
}
.object_detail_body {
  background-color: #F9F9F9;
  padding: 10px;
  margin-bottom: 10px;
}

.infraicon {
  border-radius: 50%;
  box-shadow: #808080;
  margin: 0 4px 13px 4px;
  width: 40%;
}
.infra_icon {
  border-radius: 50%;
  border: solid 1px #D4D4D4;
  box-shadow: #808080;
  margin: 0 4px 0 0;
  width: 32px;
}
.menu_card {
  margin-right: 3px;
  margin-bottom: 8px;
  width: 47px;
  border-radius: 4px;
  border: solid 1px #D4D4D4;
  box-shadow: #808080
}

/* Durch Jadax zugefügt - Ende */

/* Für BingMap - Anfang */

.bingmap {
  border : 1px solid #E7E7E7;
  padding: 10px;
  border-radius: 5px;
  box-shadow: #808080;
}
.Infobox {
  border: 1px solid #C7C7C7;
  border-radius: 10px;
  box-shadow: 3px 3px 6px -1px #808080;
  margin-bottom: -10px;
}
.infobox-close {
}
.infobox-title {
  background-color: #E3E3E3;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  width: 100%;
}
.infobox-stalk {
  position: absolute;
  top: 167px !important;
}
/* Für BingMap - Ende */

/* Für eigenes Ajax Select Feld */
.jadax_ajax_select {
  position: absolute;
  top: 35px;
  display: none;
  z-index: 10;
  width: 100%;
  max-height: 250px;
  overflow: auto;
  background: #FFF;
  padding: 5px 0 5px 0;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  box-shadow: 0 2px 9px -1px #808080
}
a.jadax_ajax_option {
  color: #555555;
  padding: 3px 10px 3px 10px; width: 100%; display: block;
}
a.jadax_ajax_option:focus, a.jadax_ajax_option:hover {
  outline: 0;
  background-color: #E3E3E3;
}
.navbuttons {
  float: right; text-align: center; width: 60px; border-left: solid 1px #E9E9E9; cursor: pointer;

}
div.navbuttons:hover {
  background-color: #F2F2F2;
}

/* Style für die Startseite */
#data img {
  cursor: pointer;
}
#data .content {
  font-size: 18px;
  line-height: 34px;
}

#searchform .bootstrap-select > .btn {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
#searchform input {
  width: 99.5% !important;
  padding: 0 12px !important;
  border-color: #cccccc !important;
}

#searchform .form-control::-moz-placeholder {
  color: #555;
  opacity: 1;
}
#searchform .form-control:-ms-input-placeholder {
  color: #555;
}
#searchform .form-control::-webkit-input-placeholder {
  color: #555;
}

.fb-like {
  margin-right: 15px;
}

.form-control {
  padding-left: 10px !important;
}

.btgrid {
  margin: 0 10px !important;
}
