/* structure */
body.generic {
text-align:center;
}
div#wrapper {
    max-width: 1220px;  /*increased from 1024px; */
    margin:0px auto;
    text-align:left;
	display:flex;
	flex-direction:row-reverse;
}

div.gold_bg {}
header#siteheader {}

main#sitemain {
    display: inline-block; /* Banner ist daneben */
    /*max-width: 900px;  Rest für Sitebar */
	width:100%;
}

div#sitebar {
	/*max-width: 320px;*/
	display: inline-block; 
}

div#superbanner {
	margin: 20px !important;
}
div#siteheader_identity {
    padding: 30px 20px 11px 20px;
    position: relative;
    max-width: 984px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;    
}
div#siteheader_social {
    position: absolute;
    right: 20px;
    bottom: 48px;
}
div#siteheader_mail {
    position: absolute;
    right: 155px;
    bottom: 48px;
}
div#siteheader_social img, div#siteheader_mail img {
    width: 28px;
    height: 28px;
    margin-left: 2px;
}

div#siteheader_togglenav {
    background-color: #b69e73;
    padding: 8px;
    height: 28px;
    }
div#siteheader_togglenav img {
    width: 28px;
    float: right;
    margin-left: 8px; 
    }    

div#siteheader_goldbar {
    background-color: #b69e73;
}
    
div#siteheader_nav {
    position: relative;    
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}
div#siteheader_nav ul {
    list-style: none;
    margin-left: 12px;
    margin-right: 150px;
    text-align: left;
}
div#siteheader_nav ul li  {
        display: inline;
}
div#siteheader_nav a {
    display: inline-block;
    line-height: 42px;
    padding: 0 6px;
}
div#siteheader_nav a:hover, div#siteheader_nav ul li.current-menu-item a {
    background-color: #e1d7c6;
}
div#siteheader_nav img {
    vertical-align: middle;
    height: 18px;
}

/* SUCHE in HEADER*/
a#searchform {
    float: right;
    }

form.searchform {
}

form.searchform div {
    }
.screen-reader-text {
    display: none;
}
.searchquery {
    background: url("img/lupe.png") no-repeat scroll 6px 2px #FFFFFF;
    border-radius: 10px;
    color: #b69e73;
    
}

.searchsubmit {
    display: none;
}


div#playerarea {
    max-width: 100%;
    margin: 0 12px;
}
div#playerarea img.themenbild {
    width:100% !important;
    min-height: 320px;
    display:block;
}
div#player {}
div#player_links {}


div#contentarea {
margin-top: 25px; 
}
div#main_content {
        width: 66.6%;
        float: left;        
}
div#sidebar_content {
    width: 33.3%;
    float: left;
}

div#main_content > h1, div#main_content > h2, div#main_content > p {
        padding: 0px 12px;        
}
div#main_content {
        width: 66.6%;
        float: left;        
}
.grid_element {
    margin-bottom: 25px;      
}
.grid_element_double {
    width: 50%;
    float: left;
}
.grid_element_single {
    width: 100%;
    float: left;    
}
div.teaserbild_wrapper {
    width: 100%;
    height: 191px;
    position: relative;
    overflow: hidden;
} 


img.teaserbild {
    width: 100%;
    height: auto !important;
    margin-bottom: 0px;
} 

span.more {
    color: #b69e73;
    font-size: 1.2em;
    letter-spacing: -2px;
    line-height: 0em;
    margin-left: 12px;
}

@media (max-width:1024px) {
    .desktop-only {
        display: none !important;
    }
}

div.grid_element_content {
    margin: 0 12px 5px 12px;
}


article {
    padding: 0px 12px;
}

article.grid_element {
    padding: 0;
}

article div.content{
    margin-top: 12px;
}

article img {
margin-bottom: 8px;
max-width: 100%;
height: auto;
} 

/* Design sieht vor das kein Bild jemals rechts stehen darf, sondern immer links! */
article img.alignleft, article img.alignright {
    width: 300px;
    margin-right: 12px;
    float: left;
    clear: both;
} 

article img.alignnone {
 display: inline-block;
 margin: 8px 0;
}

article p {
    margin: 8px 0px;
}
article a p{
    color: #515151;
}
article p strong {
    font-weight: bold;
    color: #515151;
}
article ul, article ol  {
    margin-bottom: 12px;
}

article.trackservice a {
    text-decoration: underline;
}


/* Formulare*/
article form {
    margin-bottom: 24px;
    max-width: 500px;
    margin-top: 24px;
    }

article input, div.styled-select, article textarea {
    border-radius: 10px;
    border: 1px solid #b69e73;
    width: 220px;
    font-size: 1em;
    margin-bottom: 8px;
    padding-left: 8px;
    float: right;
    }
    
@media(max-width: 350px)    
{
    article input, div.styled-select, article textarea {
    width: 180px;
    }
}
    
    article input, div.styled-select {
    height: 1.5em;
    }
div.styled-select select {   
   width: 240px;
   -webkit-appearance: none;
   border: 0px;
   background: transparent;
   font-size: 1em;
   }
div.styled-select {
   overflow: hidden;
   background: url(img/pfeil-hinunter.png) no-repeat right;
   }
   
article label {
        clear: both;
        margin-bottom: 8px;
        font-weight: 600;
        font-size: 1em;
        position: relative;
        top: 4px;
    }
form br {clear: both;}

form#trackservice_form, form.small  {
    width: 330px;
    position: relative;
    height: 120px;
}

@media(max-width: 350px)    
{
    form#trackservice_form, form.small  {
        width: 290px;
        position: relative;
        height: 120px;
    }
}


form#trackservice_form input.submit-button {
     clear: both;
     width: 100px;
     -webkit-appearance: none; /* suppress 3d rendering on iphone */
}

.submit-button, input[type="submit"]  {
    border-radius: 10px; 
    border: 0px;
    color: #fff;
    background-color: #d3c3a9;
    width: auto;
    cursor: pointer;
    -webkit-appearance: none;
}

/* Tabellen */
table{
    border-collapse: collapse;
    max-width: 100% !important;
}
th {
    background-color: #D3C3A9;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
td, th {
    border: 1px solid #e1d7c6;
    padding: 4px;
    
}

/* Listen  */

/*
ol {
    list-style: decimal;
    overflow: hidden;
}

ol li {
    
}
*/


/* This code is a hack http://stackoverflow.com/questions/710158/why-do-my-list-item-bullets-overlap-floating-elements */
article ol {
    list-style: outside decimal;
    margin-left: 1em;
}
article ol li {
    position: relative;
    left: 1em;
    padding-right: 1em;    
}​

/*
ol { counter-reset: item;
list-style: none;
padding: 0px;    
}

ol li:before { 
    content: counter(item) ". "; 
    counter-increment: item;
    color: #b69e73;
    margin-right: 8px;
}
main#sitemain ol li {
 display: list-item;   
 margin-bottom: 8px;
 text-indent: 0.2em;
}
*/

main#sitemain ul {
    list-style-type: disc;
}

main#sitemain ul li{
    margin-bottom: 8px;
    margin-left: 1.4em; 
}

main#sitemain ul li:first-line{
}

/*

main#sitemain ul li:before {
    content: "\2022";
    color: #b69e73;
    padding-right:.5em;
    position:relative;
}
*/


/* Suchergebnis*/
div.suchergebnis {
    font-size: 0.8em;
}
div.suchergebnis h1 {
    margin-bottom: 12px;
    text-transform: uppercase;
} 
div.suchergebnis article {
    margin-bottom: 20px;
}  

/* --------------------------------------- BLÄTTERN ----------------------------------------------- */
div.prevnext {
    display: block;
    font-size: 0.75em;
    margin-bottom: 12px;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
    text-align:center;
}

div.prevnext a {
    color: white;
}

div.prevnext a:hover {
    color: #b69e73;
}
 
 div.prevnext div {
     display: inline-block;
     text-align: center;
}
 
 div.prevnext div img {
     vertical-align: middle;
 }
 
 div.prevnext div.prev a,  div.prevnext div.next a  {
    display: inline-block !important;
    width: 48px;
    height: 46px;
    background: #fff no-repeat;
    background-size: 48px 46px;
    width: 70px;
    vertical-align: middle;
    line-height: 46px;
}
 div.prevnext div.prev a  {
    background-image: url("img/pfeil-links3.png");
    background-position: top right;
    text-align: right;
    padding-right: 56px;
    margin-right: 56px;
}

 div.prevnext div.next a  {
    background-image: url("img/pfeil-rechts3.png");
    background-position: top left;
    text-align: left;
    margin-left: 56px;
    padding-left: 56px;
}

/*
div.prevnext a, div.prevnext span {
    display: inline-block;
    margin: 0px 6px;
    color: #b69e73;     
}
div.prevnext span.current {
    text-decoration: underline;    
}
*/

/* Diverse Elemente im Hauptcontent */
a.oben-link {
    display: none;
    background-color: #e1d7c6;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    width: 120px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}
article p.single-float {
    overflow: hidden;
}


ul.tracklist li {
overflow: hidden;
clear: left;
line-height: 18px;
margin-bottom: 25px !important;
padding-left: 0px;
}
ul.tracklist li:before {
    content: "" !important;
    padding-right: 0 !important;
}
ul.tracklist img {
    float: left;
    margin: 0 5px 5px 0;
}
ul.tracklist span {
    font-size: 0.8em;
}
ul.tracklist .share-buy {
float: left;
clear: left;
display: block;
position: relative;
height: 30px; 
text-align:left;
}
ul.tracklist .share-buy .buy {
height: 23px;
background-size: 20px 18px;
background-position: left top;
padding-left: 32px;
padding-top: 0px;
margin-right: 3px;
}
ul.tracklist .share-buy .share {
height: 23px;
background-size: 20px 18px;
background-position: left top;
padding-left: 20px;
padding-top: 0px;
margin-right: 3px;
}

/* BUNDESLAND BOX */
div.bundesland_box {
    padding: 8px 8px 23px 8px;
    background-color: #b69e73;
    height: 234px;
}

div.bundesland_box select {
    margin-top: 9px;
    border-radius: 10px;
    width: 100%;
    
}

div.bundesland_box input[type="submit"] {
    float: right;
    margin-top: 14px;
    -webkit-appearance: none;
}


/* NEWSLETTER */
div.newsletter_box {
    padding: 0px 8px 0px 8px; 
    background-color:#b69e73;
    background-image: url("img/icon-newsletter.png");
    background-repeat: no-repeat;
    background-position: 8px 8px;
    color: #fff; 
    height: 280px;
    position: relative;  
}
div.newsletter_box a {
    color: #fff; 
}
div.newsletter_box h1 {
    color: white;
    padding-top: 68px;   
}
div.newsletter_box p {    
    margin-top: 5%;  
}
img.LFM_Logo_Newsletter  {
    vertical-align: middle;
    margin: 0px 0px 3px 6px
}

div.newsletterform-wrapper{
    width: 100%;
    position: relative;
    margin-top: 8%;
}
#newsletter-input {
    border-radius: 10px;
    border: 0px;
    color: #b69e73;
    height: 12px;
    width: 70%;
    padding: 4px 8px;
    position: absolute;
    right: 0px;
}
label.newsletter-label{
    width: 30%;
    color: #fff;
    
}

.newsletter-submit {
    display: block;
    position: absolute;
    right: 0px;
    margin-top: 8%; 
    width: 120px;  
}

/* FACEBOOK */

div.fb_wrapper {
    overflow: hidden;
    background:#b69e73 url("img/icon-fb.png") no-repeat left 8px top 8px; 
    background-size:30px 30px;
    text-align: center;
    
}
div.fb-like-box {
    background-color: #fff;
    margin-top: 40px;
    width: 100%;
}


footer#sitefooter {
    background-color: #b69e73;
    height: 220px;
    padding: 20px;
    margin-top: 12px;
    margin-bottom: 42px;
    color: #fff;
    position: relative;
}
div#sitefooter_social  {
    display: none;
    clear: both;
}
div#sitefooter_social img  {
    width: 30px;  
}
div#sitefooter_social {
    text-align: justify;
    margin: 0px 8px;
}
div#sitefooter_social:after {
    content: '';
    display: inline-block;
    width: 100%;
}
div#sitefooter_social:before {
    content: '';
    display: block;
    margin-top: -1.25em;
}
div#sitefooter_social a {
    display: inline-block;
    margin-right: -.25em;
    position: relative;
    top: 1.25em;
}



div#sitefooter_identity { 
    float: left;
}
nav#sitefooter_nav { 
    float: left;
    margin: 39px 40px;
}
nav#sitefooter_nav li.menu-item-has-children { 
    float: left;
    margin-right: 12px;
    width: 120px;
}

nav#sitefooter_nav > ul > li > a:first-child{ 
    font-weight: 600;
}

ul#menu-footermenue-2014 li {
    text-align: left;
}

nav#sitefooter_meta {
    clear: both;
    margin-left: 222px;
    position: absolute;
    bottom: 20px;
}
nav#sitefooter_meta a {
    color: #fff;
}

/* Custom Sponsor zentrieren */
div.custom-sponsor * {
    text-align: center;
}

.clear {clear:both;}

article.single div.fb-like, article.single div.twitter,
article.page div.fb-like, article.page div.twitter  {
    display: inline-block;
    vertical-align: top;
}

iframe#launcher{
	left: 0 !important;
}

/* ================================================================================ Responsive ================================================================================ */

/* RESPONSIVE: AUSZUBLENDENDE ELEMENTE */
@media (min-width:1024px) {
    div#siteheader_togglenav {
    display:none;
    }
    .searchquery {
    border: 0px;
    height: 11px;
    padding: 3px 4px 5px 25px;
    position: absolute;
    right: 22px;
    top: 11px;
    width: 70px;
    }
    div.teaser h1 {
    min-height: 2em;
    }
    .grid_element{
    height: 280px;   
    }
}

@media (min-width:767px) {
    .mobile-only {
        display: none !important;
    }
}

/* -------------------------------------------------------------------------- Tablett hochformat ab 768 - 1024 Breite ------------------------------------------------------------------------------------ */

@media (min-width:767px) and  (max-width:1023px) {
    div#wrapper {
    max-width:768px; 
    }
    div#siteheader_togglenav {
    display:none;
    }
    div.teaserbild_wrapper {
    height: 216px;
} 
.searchquery {
    border: 0px;
    height: 11px;
    padding: 5px 4px 3px 25px;
    position: absolute;
    right: 22px;
    top: 11px;
    width: 70px;
}
    div#sidebar_content {
    display:none;
    }
    div#main_content{ 
    width: 100%;
    }
    div#sitefooter_identity img { 
    width: 120px;
    }
    nav#sitefooter_meta { 
    margin-left: 160px;    
    }
    div.teaser h1 {
    min-height: 2em;
    
    }
}

@media (max-width:920px) {
    nav#sitefooter_nav { 
        display: block;
        float: none;
    }

    nav#sitefooter_meta { 
        margin-left: 40px;
    }   
    
}

/* -------------------------------------------------------------------------- Mobile bis 767 Breite ------------------------------------------------------------------------------------ */
@media (max-width:767px) {
	#sas_26300{
		display:none;
	}
	
	div#wrapper{
        width: 100%;
        /* max-width: 480px; */
    }
	
	h2.ue1{
		margin:0 8px;
	}
	
    div#siteheader_identity {
    padding: 5px;
    }
    
    /*
    div#siteheader_identity a:first-child {
        text-indent: -200px;
        display: block;
        width: 200px;
        height: 34px;
        overflow: hidden;
        background-image: url("img/LFM_Logo_Header_400px.png");
        background-size: 200px 34px;
    }
    */
    
    div#siteheader_identity img {
        width: 200px;
        max-width: 70%;
        height: auto;
    }
    div#siteheader_social {
    display:none;
    }
    div#siteheader_mail {
        right: 12px;
        bottom: 8px;
    }
    div#siteheader_social img, div#siteheader_mail img {
        width: 28px;
        height: 28px;
        margin-left: 2px;
    }
    
/* Searchform */    
    a#searchform {
    padding: 0px !important;
    float: none;
    }
    form.searchform {
    background-color: #fff;
    display: none; /* toggle */
    }
    form.searchform div {
    margin-right: 80px;
    }
    .searchquery {
    background: url("img/lupe.png") no-repeat scroll 8px 6px #FFFFFF;
    border-radius: 10px;
    border: 1px solid #b69e73;
    height: 30px;
    margin: 8px;
    padding: 0px 20px 0px 40px;
    width: 100%;
    }

    div#siteheader_nav {
    background-color: #e1d7c6;     
    }
    div#siteheader_nav ul {
        list-style: none;
        margin: 0px;
        display: none; /* toggle */
    }
    div#siteheader_nav ul li  {
    }
    div#siteheader_nav a {
        display: block;
        line-height: 42px;
        padding: 0 8px;
        color: #b69e73;
        border-bottom: 1px solid #fff;
        font-size: 1.1em; 
    }
    div#siteheader_nav a:hover, div#siteheader_nav ul li.current-menu-item {
        background-color: #b69e73;
        color: #fff;
    }
    div#siteheader_nav img {
    height: 1.2em;     
    }

    div#playerarea {
    margin: 0px;
    }
    img.themenbild {
    display: none !important;
    }    
    
    div#main_content{ 
    width: 100%;
    }
    div#sidebar_content {
    display:none;
    }
    article.grid_element_double {
    width: 100%;
    float: left;
    }
    div.grid_element_content {
    margin: 0px;
    }
    div.teaserbild_wrapper {
        height: auto;
    } 

    div.teaser h1 {
        height: auto !important;
        text-transform: none;
        font-size: 1.1em;
        margin: 11px 8px;
    }
        div.teaser p {
        margin: 0 8px;
    }
    
    div.prevnext {
        clear: both;
    }
     div.prevnext div.prev a,  div.prevnext div.next a  {
        width: auto;
        height: 30px;
        line-height: 30px;
        background-size: 30px;
    }
     div.prevnext div.prev a {
         padding-right: 40px;
    }
     div.prevnext div.next a {
         padding-left: 40px;
    }
     
    ul.tracklist .share-buy .buy {
        padding-left: 4px;
    }
    ul.tracklist .share-buy .share {
        padding-left: 0px;
    }
    
    a.oben-link {
        display: block;
    }
    footer#sitefooter{
        /*background-color: #fff;*/
        padding: 0px;
    }
    div#sitefooter_identity  {
        display: none;
    }
    nav#sitefooter_nav  {
        display: none;
    }
    div#sitefooter_social  {
        display: block;
    }
    nav#sitefooter_meta  {
    display: block;
    }
    
    .no-mobile {
        display:none !important;
    }


        
}

/**
* --------------------------------------------------------------- Wordpress custom tags ---------------------------------------------------------------------------------
*/
div.bildblock {
    width: 300px;
    display: block;
    float:left;
    margin:0 22px 8px 0;
    padding:0;
}

div.bildblock img {
    margin-top: 33px;
    width: 300px;
    height: auto;
    float:none;
}

div.bildblock img:first-child {
    margin-top: 0px;
}

/* ---------------------------------------------------------------------- Ads---------------------------------------------------------------------------- */
@media (max-width:960px) {
    iframe#ad-top1 {
        display: none;
    }
}

iframe#ad-top1 {
    width: 960px;
    height: 100px;
    overflow: hidden;
}
/*
#ad-position1 {
   position: absolute;
   left: 990px;
   top: 180px;
   width: 160px;
   height: 600px;
   overflow: hidden;
}

#ad-middle {
    width: 300px;
    height: 250px;
    overflow: hidden;
}
*/

aside#home-skyscraper-widget {
  display: inline-block;
  vertical-align: top;
}

@media (max-width: 1205px) { 
    aside#home-skyscraper-widget {
      display: none;
    }
}

aside#wide-banner-widget {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 728px;
  margin-top: 30px;
}

@media (max-width: 727px) { 
    aside#wide-banner-widget {
      display: none;
    }
}

