/**
 * @Author: Peter Nickel <peter>
 * @Date:   2019-04-09T11:43:47+02:00
 * @Email:  peter.nickel@nickel.dev
 * @Last modified by:   peter
 * @Last modified time: 2021-03-19T09:11:21+01:00
 */



.imgInfo
{
  position:absolute;
  bottom:0px;
  right:10px;
}





@media (max-width: 1480px)
{
.navbar-nav > li > a
{
  padding-left:5px;
  padding-right:5px;
}



}

@media only screen and (max-width : 990px) {
  .mobil-img-responsive
  {
    display: block;
    max-width: 100%;
    height: auto;
  }
.imgInfo
{
  position: inherit;
  bottom:0px;
  right:10px;
}
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

/*
* And with max cross-browser enabled.
* Nobody should ever write this by hand.
* Use a preprocesser with autoprefixing.
*/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.gist {
  font-size: 14px;
}



.bg-success{
background-color:#DFF0D8 !important;
}

.badges-success{
background-color:#68ab4c !important;
}
.badges-primary{
background-color:#337ab7 !important;
}

.hideSmall{display:none !important;}
@media (min-width: 1480px) {
body {
  padding-top: 50px;
}
.dl-horizontal dt
{
	width:260px;
}
.dl-horizontal dd {
    margin-left: 280px;
}
}

@media (min-width: 1300px)
{
  .hideSmall
  {
    display:block !important;;
  }
  .container
  {
    width:1315px;
}
}

.dl-horizontal dd {
    margin-bottom: 8px;
}
.panelTalk {
	position:relative;
}
.panelTalk>.panel-heading:after,.panelTalk>.panel-heading:before{
	position:absolute;
	top:11px;left:-16px;
	right:100%;
	width:0;
	height:0;
	display:block;
	content:" ";
	border-color:transparent;
	border-style:solid solid outset;
	pointer-events:none;
}
.panelTalk>.panel-heading:after{
	border-width:7px;
	border-right-color:#f7f7f7;
	margin-top:1px;
	margin-left:2px;
}
.panelTalk>.panel-heading:before{
	border-right-color:#ddd;
	border-width:8px;
}


.startseiteNewsbox{
  border-left-style: ridge;
  border-bottom-style: ridge;
  padding-bottom:10px;
}
.startseiteNewsbox .sub-header, .headerHallo
{
  margin-top:0px !important;
}
.header-tierdestages
{
  margin-top:20px !important;
}
.startseiteNewsbox .col-xs-12
{
  margin-bottom:40px;
}
{
  margin-left:-20px;
}
.startseiteNewsbox > ul > li
{
  margin-left:-20px;
}
.affix {
  top: 1px;
  width: 100%;
  z-index: 1000;
  background-color:#f0F;
  /*padding: 20px 0px 20px 0px;*/
}
.affix + .first {
  padding-top: 1px;
}
.carousel-caption
{
  background:#000;
  opacity: 0.85;
  border-radius: 5px;
}
.lazy
{
  display: none;
}
.activityList a
{
  text-decoration: underline;
}

#suchButton
{
  display:none;
  visibility:false;
  position: relative;
  vertical-align: top;
  color:white;background-color:transparent;
  border-color:transparent;
}
.badgeMsg
{
  background-color:#a94442;
}
.badgeAdm,.badgeBoerseCounter,.badgeBoerse,.badgeForum,.badgeForumBoerse,.badgeProfilCounter{
  background-color:#5cb85c;
}
.tierbildContainer{
  min-height:400px;
  margin:5px;
}
.startseite .tierbildContainer{
  min-height:100px;
  margin:5px;
}
.col-xs-12.col-sm-4.tierbildContainer{
  min-height:400px;
  /*margin:5px;*/
}
.col-xs-6.col-sm-4.tierbildContainer{
  min-height:400px;
  /*margin:5px;*/
}
.tierbildContainerKompakt{
  min-height: 200px;
}
.loadingOverlay{

    position: absolute;
}
.loadingBar {
position: absolute;
  display: flex;
  top:0px;
  width: 88%;
  height: 30px;
}
.loadingBar_background{
background: linear-gradient(90deg, #0193cd 30%, #66d4e5 60%, #0193cd 90%);
background: linear-gradient(90deg, #00aecd 30%, #b9cfe0 60%, #00aecd 90%);
background-size: 500% 100%;
animation: box-3 2s linear 0s infinite;
display: block;
height: 20%;
width: 100%;

}
@-moz-keyframes box-3 {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right bottom;
  }
}
@-webkit-keyframes box-3 {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right bottom;
  }
}
@-o-keyframes box-3 {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right bottom;
  }
}
@keyframes box-3 {
  0% {
    background-position: left bottom;
  }
  100% {
    background-position: right bottom;
  }
}

.magazin-kasten
{
    border: 2px solid;
    border-color: #1d203f;
    padding: 15px;

}
.tierbildContainerSmall{
margin:5px;
}
.bigButtonWordWrap{
white-space:normal;
}
.markedMenu{
background-color:#b9cfe0;
}
.tierDeleted{
background-color:#7d8183;
}
.tierGift2,.tierGift3,.tierGift4,.tierZucht2,.tierZucht1{
border-style:solid;border-width:3px;
}
.tierGift2{
border-color:#DADE59;
}
.tierGift3{
border-color:#E6594E;
}
.tierGift4{
border-color:#ff0000;
}
.tierZucht2{
border-color:#19fc00;
}
.tierZucht1{
border-color:#defc19;
}
.carousel-caption {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  text-shadow: none;
  & .btn {
    text-shadow: none; // No shadow for button elements in carousel-caption
  }
}

.carousel {
    position: relative;
}

.controllers {
    position: absolute;
    top: 0px;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}
.cutText{
  overflow: hidden;
  text-overflow: ellipsis;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #297DA9;
    border-color: #00AECD;
}
.navbar-inverse .navbar-toggle{
    background-color: #00AECD;
    border-color: #00AECD;
}
.weisserText{
color:#fff;
text-decoration: underline;
}
a[rel~="external"] {
    background-position: center right;
    background-repeat: no-repeat;
	  background-image:linear-gradient(transparent,transparent),url('/bilder/externalLink.svg');
    padding-right: 13px;
}
a.anchor {
    display: block;
    position: relative;
    top: -50px;
    visibility: hidden;
}
.brotkrumen
{
padding-left:0px;
padding-right:0px;
margin-left: -20px;
}
.breadcrumb{
background-color:#B9CFE0;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#00AECD;
border-radius:0px;
margin-bottom: 0px;
}
.breadcrumb > li + li::before{
color:#00AECD;
content: ">";
}
.CoLListNeu
{
padding-left:60px;
}
.keinZeilenumbruch{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wasIstBestimmt
{
color:green;
}
.caret-up {
  transform: rotate(180deg);
}

.thumbnail_legend,.thumbnailLegendSlider,.thumbnail_legendSynonym {
    background: none repeat scroll 0 0 #000;
    opacity: 0.5;
    bottom:30px;
    right:20px;
    color:white;
    position: absolute;
    padding:5px;
}
.thumbnailLegendSlider{
  top:0px;
  bottom:auto;
}
.thumbnailLegendSlider{
  top:0px;
  bottom:auto;
}
.thumbnail_legendSynonym{
  opacity: 0.8;
  top:0px;
  right:auto;
  bottom:auto;
}
.thumbnail {
    position:relative;
}

.alert-kondolenz {
    color: #fff;
    background-color: #666;
    border-color: #444;
}
.alert-kondolenz .alert-link {
    color: #fff;
}


span.anchor {
    display: block;
    position: relative;
    top: -51px;
    visibility: hidden;
}
.fixOnTop.affix
{
top:51px;
background-color: #fff;
z-index: 1000;
width: 7%;
}
#menuRechts.affix
{
top:51px;

}


.menuRechtsNav.nav > li > a {
display: block;
  padding: 4px 0px;
  font-size: 13px;
  font-weight: 500;
  color: #767676;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuRechtsNav.nav > li > a:hover,
.menuRechtsNav.nav > li > a:focus {
  padding-left: 9px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border-left: 2px solid #00aecd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* All levels of nav */
.menuRechtsNav .nav > li > a {
display: block;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 500;
  color: #767676;
  background-color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.menuRechtsNav .nav > li > a:hover,
.menuRechtsNav .nav > li > a:focus {
  padding-left: 9px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border-left: 2px solid #00aecd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuRechtsNav .nav > .active > a,
.menuRechtsNav .nav > .active:hover > a,
.menuRechtsNav .nav > .active:focus > a {
  padding-left: 18px;
  font-weight: bold;
  color: #000;
  background-color: transparent;
  border-left: 2px solid #563d7c;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}

.menuRechtsNav .nav .nav {
  display: none; /* Hide by default, but at >768px, show it */
  padding-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuRechtsNav .nav .nav > li > a {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 30px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menuRechtsNav .nav .nav > li > a:hover,
.menuRechtsNav .nav .nav > li > a:focus {
  padding-left: 19px;
}
.menuRechtsNav .nav .nav > .active > a,
.menuRechtsNav .nav .nav > .active:hover > a,
.menuRechtsNav .nav .nav > .active:focus > a {
  padding-left: 18px;
  font-weight: 500;
}


.accordion-toggle:before {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right !important;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.accordion-toggle.collapsed:before {
    /* symbol for "collapsed" panels */
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

.tooltipHinweis{
text-decoration: none;
border-bottom: dashed 1px #000;
color:#000;
}
.tooltipHinweis:hover
{
text-decoration: none;
border-bottom: dashed 1px #000;
color:#000;
}
.tooltip-inner{
background-color:#00aecd;
}
.tooltip{
font-size: 14px;
}
.tooltip.top .tooltip-arrow{
border-top-color:#00aecd;
}

#headerProfile
{
  padding:0px;

  height:50px;
}
#headerProfileImg
{
  width:50px;
  float:left;
}
.profileImg
{
  width:50px;
}
#headerProfileDropdown
{
width: 50px;
}
.msgGesendet p, .msgEmpfangen p
{
padding:13px;
}
.msgGesendet p, .msgEmpfangen p
{
border-radius: 13px 13px 13px 13px;
-moz-border-radius: 13px 13px 13px 13px;
-webkit-border-radius: 13px 13px 13px 13px;
border: 0px solid #000000;
max-width: 80%;
padding:13px;
}
.msgGesendet p
{
background-color:#c5d9e8;
float:right;
}
.msgEmpfangen p
{
background-color:#ccc;
float:left;
color:#000000;
}
.scrollable {
    height: 100%;
    overflow: auto;
}

.max-height {
    height: 100%;
}
.no-overflow {
    overflow: hidden;
}
.smallHR
{
margin:0px;
}



.chat-window > div > .panel{
    border-radius: 5px 5px 0 0;
}
.icon_minim{
    padding:2px 10px;
}
.msg_container_base{
  overflow-x:hidden;
}
.top-bar {
  background: #666;
  color: white;
  padding: 10px;
  position: relative;
  overflow: hidden;
}
.msg_receive{
    padding-left:0;
    margin-left:0;
}
.msg_sent{
    padding-bottom:20px !important;
    margin-right:0;
}
.messages {
  background: white;
  padding: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  max-width:100%;
}
.messages > p {
    font-size: 13px;
    margin: 0 0 0.2rem 0;
  }
.messages > time {
    font-size: 11px;
    color: #ccc;
}
.msg_container {
    padding: 10px;
    overflow: hidden;
    display: flex;
}


.msg_sent > time{
    float: right;
}

#chatNachricht
{
font-size: 14px;
}
.boerseItem
{
min-height: 300px;
}

.boerseItemTitel {
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 2.4em;
  text-align: left;

  padding-right: 1em;
}
/* create the ... */
.boerseItemTitel:before {
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
}
.boerseItemTitel:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}

.navbar-bottom,.navbar-fixed-bottom
{
  background-color:#B9CFE0;
  border-color:#00aecd;
  padding-top:50px;
  padding-bottom:50px;

}

.navbar-fixed-bottom
{
padding:0px;
padding-top:10px;
}


.loaderAnimation {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.modal-lg {
    /* 80% of window height */
    height: 90%;
    width:90%;
}

.versteckt
{
  display:none;
}

.anzeigeInfo
{
padding: 0px;
padding-bottom: 10px;
margin: 0px;
margin-bottom: 20px;
}
.bannerBox
{
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom:20px;
  margin-right:20px;
}
.bannerAbgelaufen
{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.forumPostSide
{
  background-color: #d9edf7;
  padding-top: 10px;
  padding-bottom: 20px;
  border-right: 1px solid #4fb0c1;
}
.forumPostProfil
{
  padding-top: 10px;
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;

}
.forumPostContent
{
  background-color: #f4f7fc;
  padding-top: 10px;
  padding-bottom: 20px;
}

.forumPostSide .forumPostAvatar > a > img
{
  width:150px;
  -webkit-box-reflect: below 1px -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(.6,transparent),to(rgba(0,0,0,0.3)));
}
.forumPost
{
  margin-top: 20px;

  border: 1px solid #4fb0c1;
}
.forumPostFirst
{
  margin-top: 0px;
}
.forumPost hr
{
  margin-top: 10px;
  margin-bottom: 10px;
}
.userStats
{
  width: 150px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  font-size: smaller;
}
.userStats dl
{

  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;

}
.userStats dl > dt
{
  color: #808080;
  clear: right;
  float: left;
  margin-right: 4px;
  text-align: left;
}
.userStats dl > dd
{
  float: right;
  text-align: right;
}


#inhalt
{
padding-right: 0px;
}

.main
{
padding: 0px;
padding-right: 20px;
}


.sucheEinfach.twitter-typeahead,.sucheEinfach > .twitter-typeahead
{
  width:100%;
  padding:0px;
  height:20px;
}
.sucheEinfach.twitter-typeahead.tt-hint {
  margin-bottom: 0;
  color: #999 !important;
  padding-left:0px !important;
}
.sucheEinfach.typeahead.tt-input
{
  padding-left: 10px !important;
}

.sub-header {
  margin-top:40px;
  padding-bottom: 10px;
  color: #00aecd;
  border-bottom: 1px solid #b9cfe0 ;
}

.verifiedIcon
{
color:#00aecd;
}

.loading {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.kategorieInfoBox {
  max-height: 300px;
  position: relative;
  overflow: hidden;
}
.kategorieInfoBox .read-more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0; padding: 30px 0;

  /* "transparent" only works here because == rgba(0,0,0,0) */
  background-image: linear-gradient(to bottom, transparent, white);
}











#dynamicAlert
{
width: 300px;
  float: right;
  position: fixed;
  /* y: 100px; */
  top: 50px;
  right: 20px;
  z-index: 100;
}















.fb-profile img.fb-image-lg{
    z-index: 0;
    width: 100%;
    margin-bottom: 10px;
}

.fb-image-profile
{
    margin: -90px 10px 0px 50px;
    z-index: 9;
    width: 20%;
}

@media (max-width:768px)
{

.fb-profile-text>h1{
    font-weight: 700;
    font-size:16px;
}

.fb-image-profile
{
    margin: -45px 10px 0px 25px;
    z-index: 9;
    width: 20%;
}
}











































@media (prefers-color-scheme: dark) {
  body {
    background-color: #444;
    color: #e4e4e4;
  }
  a:hover{
  color:#419eea;
  }
  img {
    filter: grayscale(30%);
  }
  .well
  {
  background-color:#333;
  border:1px solid #000;
  }
  .img-thumbnail,.thumbnail
  {
  border:1px solid #000;
  }
  #menuLinks
  {
    background-color:#333;
  }
  .markedMenu
  {
    background-color: #006c7f;

  }
  .btn-default
  {
    background-color:#555;
    color:#ccc;
    border:1px solid #000;
  }
  .btn-default:hover
  {
    background-color:#999;
    color:#000;
    border:1px solid #000;
  }
  .panel{
    background-color:#000;
    color:#ccc;
    border:1px solid #000;
  }
  .panel-default>.panel-heading
  {
    border:1px solid #000;
    background-color:#222;
    color:#ccc;
  }
  .forumPost
  {
    border:1px solid #000;
  }
  .forumPostContent
  {
    background-color:#222;
  }
  .form-control
  {
    background-color:#555;
    border:1px solid #000;
    color:#000;
  }
  hr
  {
  border-top:1px solid #555;
  }
  .navbar
  {
    background-color: #535c64;
  }

  .navbar-inverse
  {
    border-color:#005564;
  }
  .navbar-nav > li > a, .navbar-inverse .navbar-nav > li > a
  {
    color:#ccc;
  }
  .dropdown-menu,.tt-dropdown-menu
  {
  background-color:#535c64;
  }
  .dropdown-menu>li>a
  {
    color:#ccc;
  }
  .tt-dropdown-menu
  {

  }
  .sucheEinfach > .form-control,.twitter-typeahead > .form-control
  {
    color:#fff;
  }
  .pagination>li>a, .pagination>li>span
  {
  background-color:#555;
  border:1px solid #000;
  color:#ccc;
  }
  .pagination>li>a:hover, .pagination>li>span:hover
  {
  background-color:#999;
  color:#000;
  border:1px solid #000;
  }
  .breadcrumb
  {
    background-color: #535c64;
    border-color:#005564;
  }
  .breadcrumb > li > a
  {
    color:#ccc;
  }
  .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #000;
  }
  .table>tbody>tr.warning>td, .table>tbody>tr.warning>th, .table>tbody>tr>td.warning, .table>tbody>tr>th.warning, .table>tfoot>tr.warning>td, .table>tfoot>tr.warning>th, .table>tfoot>tr>td.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>thead>tr.warning>th, .table>thead>tr>td.warning, .table>thead>tr>th.warning
  {
    background-color: #838176;
  }
  .forumPostSide
  {
    background-color: #41474a;
    border-color: #1b3d42;
  }
  a
  {
  color:#87c9ff;
  }
  .modal-content
  {
  background-color:#535c64;
  }
  .modal-footer > button
  {
    background-color: #555;
    color: #ccc;
    border: 1px solid #000;
  }
  .kategorieInfoBox > .read-more
  {
    background-image: linear-gradient(to bottom, transparent, #444);
  }
  .msgEmpfangen p {
    background-color: #4b4646;
    float: left;
    color:#fff;
  }
  
  .msgGesendet p {
    background-color: #31708f;
    float: right;
    color:#fff;
  }
  .panel-footer
  {
    background-color: #222222;
  }
  .navbar-bottom, .navbar-fixed-bottom
  {
    background-color: #172936;
  }
  .footer 
  {
    background-color: #172936;
  }
  .footer h3
  {
    color: #134b60;
  }
  
}

footer ul li
{
margin-bottom: 10px;
}


.glossarAnchor {
  
  padding-top: 60px; margin-top: -60px;
}

