.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}

@media (max-width: 440px) {         /* 767  */
    .visible-xs {
    display: block !important;
    }
}

@media (min-width: 441px) and (max-width: 991px) {          /* 768 991  */
    .visible-sm {
    display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
}

@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
}


html, body {
    height: 100%;       /* wichtig fuer footer am unteren Rand  */
}
body {
  display: flex;      /* wichtig fuer footer am unteren Rand  */
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;

  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;


   justify-content: space-between;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    color: #000000;
}
.header_background_pic{
    flex-shrink:1;     /* wichtig fuer footer am unteren Rand  */
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex: 1;

    margin:0;
    width:auto;
    height:auto;
    margin-bottom:20px;
}
.header {
    position: absolute;
    width: auto;
    height:auto;
}
.content {
  flex: 1 0 auto;   /* wichtig fuer footer am unteren Rand  */
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;

}
.footer {
  flex-shrink: 0;   /* wichtig fuer footer am unteren Rand  */
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;

  margin-top: 20px;

  background-color: #eeeeee;
}
.footer_inner {
  padding: 15px 0px 10px 0px;
}
.logo-footer{
    display: block;
    margin:5px 0px;
}
.site-logo-text {
    font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6, .h6 {
 font-weight:600;
 margin:0 0 10px;
 color:#333;
 line-height:1.4
}
h1 {
 font-size:23px
}
h2 {
 font-size:20px
}
h3 {
 font-size:18px
}
h4 {
 font-size:17px
}
h5 {
 font-size:15px
}
h6, .h6 {
 font-size:14px
}


@media (max-width: 440px) {
    body {
        font-size: 12px;
    }
    .footer {
      padding: 20px 0px 10px 0px;
      margin-top: 20px;
    }
    h1_resp {
     font-size:19px
    }
    h2_resp {
     font-size:17px
    }
    h3_resp {
     font-size:15px
    }
    h4_resp {
     font-size:13px
    }
    h5_resp {
     font-size:11px
    }
    h6_resp, .h6 {
     font-size:9px
    }
    .site-logo-text {
    	font-size: 15px;
    }

}

@media (min-width: 441px) and (max-width: 991px) {
    .visible-sm {
    display: block !important;
    }
    body {
        font-size: 12px;
    }
    .container {
        width: 100%
    }
    h1_resp {
     font-size:21px
    }
    h2_resp {
     font-size:19px
    }
    h3_resp {
     font-size:17px
    }
    h4_resp {
     font-size:15px
    }
    h5_resp {
     font-size:13px
    }
    h6_resp, .h6 {
     font-size:11px
    }
    .site-logo-text {
    	font-size: 17px;
    }
    .sub-page-title-text {
    	font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
.footer ul {
    margin-bottom:0px;
}

}

@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
.footer ul {
    margin-bottom:0px;
}
}

.color_rot {
    color:#eb0000
}

.color_gruen {
    color:#148d4a
}

.h6_nocolor {
 font-weight:600;
 margin:0 0 20px;
 line-height:1.4;
 font-size:14px;
}
.h6_nocolor:hover {
 font-size;
}

a {
 color:#333
}
a:hover {
 color:#a52c41
}
a.light {
 color:#fff
}
a.light:hover {
 color:#a52c41
}
a,
a:hover,
a:focus {
 text-decoration:none;
 -webkit-transition:all 0.3s ease;
 -moz-transition:all 0.3s ease;
 -ms-transition:all 0.3s ease;
 -o-transition:all 0.3s ease;
 transition:all 0.3s ease
}



.breadcrumbs_class {
	display: inline;
	color: #000;
	font-size: 11px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}

.xxxxcontainer {
    position:relative;
}

div#info-container {
	margin: 20px 10px;
	display: flex;
	justify-content: center;
}


.sub-page-pic {
    display:block;
    position:absolute;
    left:-50px;
    top:-50px;
    z-index:1000;
    width:200px;
    height:200px;
}

@media (max-width: 767px) {
    .sub-page-pic {
        left:-20px;
        top:-20px;
        width:100px;
        height:100px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .sub-page-pic {
        left:-30px;
        top:-20px;
        width:150px;
        height:150px;
    }
}

.message-popup-dialog {
  z-index: 10000;
  display: none;
  height: 900px;
  max-height: 90%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  overflow: hidden;
  background-color: rgba(0,0,0,0);
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
  border-radius: 6px;
  min-width: 87%;
}

.message-popup-content {
    display: flex;
    flex-direction: column;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	box-shadow: 0 0 0;
}

.message-popup-header {
	flex-basis: 60px;
	flex-shrink: 0;
	min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.message-popup-body {
  overflow: auto;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  padding: 15px;
}

.message-popup-footer {
	padding: 15px;
	flex-basis: 60px;
	flex-shrink: 0;
	text-align: right;
    border-top: 1px solid #e5e5e5;
}

.message-popup-title {
	margin: 0;
	line-height: 1.42857143;
}

.message-popup-img {
  max-width: 100%;
  height: 100%;
}

.modal-dialog {
	z-index: 10000;
	display: none;
	height: 400px;
	max-height: 60%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	overflow: hidden;
	background-color: rgba(0,0,0,0);

	box-shadow: 0 5px 15px rgba(0,0,0,.5);
    border-radius: 6px;
    min-width:50%;
}

.modal-content {
    display: flex;
    flex-direction: column;
	height: 100%;
	width: 100%;
	background-color: rgba(255,255,255,0.85);
	position: absolute;
	box-shadow: 0 0 0;
}

.modal-header {
	flex-basis: 60px;
	flex-shrink: 0;
	min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-body {
  overflow: auto;
  flex-grow: 1;
  flex-shrink: 1;
  position: relative;
  padding: 15px;
}

.modal-footer {
	padding: 15px;
	flex-basis: 60px;
	flex-shrink: 0;
	text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.sub-page-header-row {
    margin-top:20px;
    margin-bottom:20px;
    display:block;
    position:relative;      /* important for sub_page_pic absolute base  */
    z-index: 25;
}

.rssfeed-sidebar {
    height:1rem;
    font-size:0.7rem;

}



.widget-spacer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 20px;

}

.landkarte-liste-title {
	height: 8%;
	box-sizing: border-box;
}

.landkarte-liste-text {
	padding-bottom: 10px;
	color: #555;
}


.landkarten-container {
    width:100%;
}

.no_select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}

.landkarten-my-cursor-hide {
    display:none;
}

.landkarten-my-cursor-display {
    display:block;
    background-color:white;
    padding: 5px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #777;
    background-color: #ffff00;
    position:fixed;
    z-index:100;
}


.header_background_pic_landkarte {
	flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-moz-flex-shrink: 1;
	-ms-flex: 1;
	width: 400px;
	height: auto;
	margin-bottom: 0px;
	z-index: 20;    /*    dieweldahinter logo text = 27  */
}

.logo-landkarten{
	display: block;
	padding: 7px 0 0 0;
	-webkit-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	transition: all .4s ease 0s;
}


.landkarte-sub-page-header-row {
    margin-top:20px;
    margin-bottom:20px;
    display:block;
    position:absolute;      /* important for sub_page_pic absolute base  */
    z-index: 25;
}

.mobile .landkarten-container {
    width: 100%;
	margin-right: auto;
	margin-left: auto;
}


.mobile .landkarten-widget-space {
    top:100%;
    position:fixed;
    width:100%;
    z-index:50;
	background-color: #FFFFFF;
    display:flex;
    flex-direction:column;
    border-top-width:1px;
    border-style:solid;border-color:#f1f1f1;
}

.mobile .landkarten-widget-container .spacer {
	display: flex;
	margin-top: 3px;
	border-top: 1px solid #c0c0c0;
}

.mobile .landkarten-widget-container .widget-item {
	margin-top: 3px;
}

.mobile .landkarten-widget-container .widget-item select{
	padding-bottom: 0.2rem;
	margin-bottom: 0.5rem;
}

.mobile .landkarten-widget-space-mobile-up {
    top:20%;
    transition: all 0.5s ease;
}

.mobile .landkarten-widget-space-mobile-down {
    top:100%;
    transition: all 0.5s ease;
}

.landkarten-widget-container {
	background-color: #FFFFFF;
	box-shadow: 0 2px 12px 8px rgba(0, 0, 0, 0.1);
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	max-width: 500px;
	width:100%;
	flex: 1;
	background-color: #F1F1F1;
	padding: 0px 10px;
}

.mobile .landkarten-widget-container {
    width:100%;
	background-color: #FFFFFF;
	box-shadow: 0 2px 12px 8px rgba(0, 0, 0, 0.1);
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	display: flex;
	flex-direction: column;
	max-width: 500px;
	flex: 1;
	background-color: #F1F1F1;
	padding: 0px 10px;

}

.landkarten-widget-container .spacer {
	display: flex;
	margin-top: 8px;
	border-top: 1px solid #c0c0c0;
}

.landkarten-widget-container .widget-title {
    display: block;
    line-height: 1.2;
    font-size: 13px;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 15px 0 3px;
    text-transform: uppercase;
	border-width: 0;
}

.landkarten-widget-container .widget-item {
	margin-top: 8px;
}

.mobile .landkarten_player_buch_block {
	height: 150px;
}

.landkarten_player_buch_block {
	height: 230px;
	width: 100%;
	padding: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mobile .landkarten-widget-title{
    display: block;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #a52c41;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 5px 0 10px;
    text-transform: uppercase;
}

.landkarten-last10-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


.landkarten-last10-item-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.landkarten-play-icon-container {
	height: 30px;
	width: 30px;
	margin: 0 5px 0 0;
}


div#landkarten-info-container {
	margin: 0 10px 10px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.leaflet-popup-content-wrapper, .leaflet-popup.tip, .leaflet-tooltip {
  background-color: #FFFF00
}

.leaflet-top {
  top: 10%;
  right: 2%;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
}
.gin-control-zoom-home .fa-home {
	line-height: 2;
	font-size: 18px;
}


#map {
  height: 100%;
  width:100%;
  margin: 0;
  padding: 0;
  background-color:rgba(255,0,0,0.0);
}


.audiobook-title {
    display:block;
    margin:0 0 8px 0;
}



.audiothek_regal_bereich{
    display: flex;
    justify-content:flex-start;
    flex-wrap:wrap;
    margin: 15px auto;
    padding: 0 10px 0 0;
}
@media (max-width: 767px) {
    .audiothek_regal_bereich{
        justify-content:center;
    }
}

.audiothek_podcast_block {
	height:300px;
	width:300px;
}

.audiothek_regal_bereich_spacer{
    display: flex;
    margin: 0 20%;
    border-bottom: 1px solid #e9e9e9;
}


.audiothek_regal_label_block{
	box-sizing: border-box;
	width: 21%;
	min-width:160px;
	height: 240px;
	margin: 0 0 32px 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}



.audiothek_player_buch_block {
	height: 230px;
	width: 230px;
	padding: 10px 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.audiothek_player_buch_block_inner {
	height: 190px;
	width: 100%;
	margin 0;
	padding 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
}


.audiothek_buch_block {
	height: 240px;
	margin: 0 0 15px 25px;
	padding: 5px 5px;
	box-sizing: border-box;
	width: 21%;
	min-width:160px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.audiothek_buch_block_inner {
	width: 100%;
	height: 235px;
	margin 0;
	padding 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.audiothek_regal_block {
  background-color: #525;
  border: 3px;
  border-color: #939;
}

.audiothek_regal_block_oben {

  }
.audiothek_regal_block_mitte {

}
.audiothek_regal_block_unten {

}

.amplitude-song-container{
	justify-content: space-between;
    align-items:center;
}
.song{
    width: 100%;
}

.mobile div#book-title-container {
    margin-bottom:5px;
}


div#book-title-container {
    display:block;
    width:100%;
    margin-bottom:20px;
    display:flex;
    align-items:center;
    justify-content:center;
}



div#control-container div#central-control-container div#central-controls div#previous-seconds {
	display: inline-block;
	background-size: contain;
	cursor: pointer;
	background-repeat: no-repeat;
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	margin-right: 5px;
}


div#control-container div#central-control-container div#central-controls div#previous-page {
	display: inline-block;
	background-size: contain;
	cursor: pointer;
	background-repeat: no-repeat;
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	margin-right: 5px;
}

div#control-container div#central-control-container div#central-controls div#next-seconds {
	display: inline-block;
	cursor: pointer;
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	margin-right: 5px;
}


div#control-container div#central-control-container div#central-controls div#next-page {
	display: inline-block;
	cursor: pointer;
	float: left;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	margin-right: 5px;
}

div#control-container div#central-control-container div#central-controls div#play-pause.amplitude-paused {
	background-size: contain;
	background-repeat: no-repeat;
}

div#control-container div#central-control-container div#central-controls div#play-pause.amplitude-playing {
	background-size: contain;
	background-repeat: no-repeat;
}

div#control-container div#central-control-container div#central-controls div#play-pause {
	margin-top: 5px;
	margin-right: 5px;
	width: 30px;
	height: 30px;
}
div#control-container div#central-control-container div#central-controls div#previous {
	background-size: contain;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	margin-right: 5px;
}
div#control-container div#central-control-container div#central-controls div#next {
	background-size: contain;
	width: 30px;
	height: 30px;
	margin-top: 5px;
	margin-left: 5px;
}
div#control-container div#central-control-container div#central-controls {
	width: 110px;

}

div#control-container div#repeat-container {
	width: 20%;
	float: left;
}

div#control-container div#volume-container {
	width: 25%;
	float: left;
}

.mobile div#control-container {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mobile div#volume-container-wrapper {
    display:none;
}

.mobile div#time-container {
	padding: 5px 0px;
	margin-bottom: 5px;
	border-radius: 25px;
}

.podcast-container {
	display: flex;
	flex-direction: column;
}

.podcast-img-block {
    margin:auto;
    width:400px;

}

.rss-feed-container {
	margin: 2px 0px;
	padding: 15px 20px;
	background-color: #FFFFFF;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

flex-column-justified {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

vertically-aligned-bottom {
	align-self: flex-end;
}

.user-form-spacer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.6;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e9e9e9;
}

.account-heading {
  font-size: 2.5rem;
}

.account-img {
    width:auto;
}

.player-episode-abstract {
    display:block;
    color: #555;
	font-weight: 500;
	font-size: 12px;
	line-height: 1.2;
}

.sidebar-container {
    float: right;
    width: 23%;
}
.sidebar-widget {
    margin:15px 0 0 0;
    padding:0;
}

.sidebar-widget {
    margin:15px 0 15px 0;
    padding:0 0 8px 0;
    line-height: 1.6;
    border-bottom: 2px solid #e9e9e9;
}

.widget-title {
    display: block;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 400;
    color: #333;
    border-width: 0 0 0 3px;
    border-style: solid;
    border-color: #a52c41;
    letter-spacing: 1px;
    padding-left: 15px;
    margin: 15px 0 10px;
    text-transform: uppercase;
}

.widget-content {
	margin-left: 15px;
}

.logged-in-info {
	display: block;
	color: #555;
	font-size: 12px;
	line-height: 1.2;
}

.recent-posts-title {
    display:block;
    margin-top: 6px;
	font-weight: 500;
	letter-spacing: 0.4px;
	line-height: 1.6;
}

.recent-posts-info {
	display: block;
	color: #aaa;
	font-size: 10px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.2px;
}

.recent-posts-abstract {
	display: block;
	color: #555;
	font-size: 12px;
	line-height: 1.2;
}


.recent-posts-spacer {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    line-height: 1.6;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e9e9e9;
}


.ml-2 {
  margin-left: 0.5rem !important;
}

.comment-date {
    text-transform: uppercase;
	color: #7e8082;
}

.comment-item {
    padding-top: 10px !important;
    border-top: 1px dotted #e9e9e9;
    font-size: 14px;
    overflow: hidden;
}

.comment-item:first-child {
    padding-top: 0 !important;
    border-top: none;
}

.comment-avatar {
    width: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

.leave-comment-cont {
    padding: 10px 30px 30px 30px;
}


.blog-main-posts {
    margin: 0 15px 0 15px;
}

.django-ckeditor-widget{
    width: 100%;

}

.post-prev-container {
    height: 400px;
    padding-bottom: 10px;
}

div .post-prev-img {
    height: 40%;
    margin-bottom: 10px;
    background-color: #e8e8e8;
    box-sizing: border-box;
}

.post-prev-img img {
    object-fit: contain;
	width:100%;
	height:100%;
}



.post-prev-title {
    height: 8%;
    box-sizing: border-box;
}

.post-prev-info {
    height: 6%;
    margin-bottom: 5px;
    box-sizing: border-box;
}

.post-prev-abstract {
    height: 40%;
    box-sizing: border-box;
}
.post-prev-updateicon {
    height: 4%;
    box-sizing: border-box;
}

.post-prev-bspacer {
    float: left;
    width: 100%;
    padding-bottom: 4%;
    margin-bottom: 4%;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

/*  *******  post detail *****************  */

.post-detail-img{
  margin-bottom:25px;
}
.post-detail-img img {
  width: 100%;
}
.post-detail-title h3{
  margin:0;
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:26px;
  font-weight:600;
}
.post-detail-img{
  margin-bottom:30px;
}
.post-detail-info {
  margin-bottom: 20px;
}
.post-detail-title h3{
  font-size:18px;
  line-height:32px;
}
.post-detail-img a:hover {
  opacity: .6;
}
.post-detail-img .lightbox-item a:hover {
  opacity: 1;
}
.post-detail-info{
  margin-bottom:14px;
  font-size: 13px;
  text-transform: uppercase;
}

.post-detail-info, .post-detail-info a{
  color:#a3a6a8;
}
.post-detail-info a:hover{
  color:#101010;
}
.post-detail-text {
  padding-bottom:20px;
  margin-bottom:20px;
  border-bottom:1px solid #eee;
}


.folgen-teilen-info {
	color: #aaa;
	font-size: 10px;
	line-height: 100%;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	padding-bottom: 5px;
}

.folgen-teilen-icon {
    height:24px;
    margin: 0px 5px;
}

.folgen-teilen-icon img {
    height:100%;
}


.rss-feed-block {
}

.other-platforms-block {
    margin-top: 10px;
}

.credits-block {
   padding-bottom:20px;
   margin-bottom:30px;
   border-bottom:1px solid #eee;
}

.mobile-button-icon {
    width:10%;
    max-width:10%;
    max-height:10%;
}

.mobile-button-icon img {
    height:100%;
}