/*
 Theme Name:   Nirvana Child
 Theme URI:    
 Description:  Nirvana Child Theme
 Author:       M2X
 Author URI:   http://example.com
 Template:     nirvana
 Version:      1.0.0
 Tags:         
 Text Domain:  nirvana-child
*/


@import url("../nirvana/style.css");


/* =Theme customization starts here
-------------------------------------------------------------- */


body, html {height: 100%;}

#access a > span {
    padding: 15px 18px;
 }

#wrapper{min-height: 100%; position: relative;}

#rankeLinks{
background: url(https://www.sabine-sonntag.com/wp-content/uploads/2015/10/ranke_links.jpg);
position: absolute;
width: 240px;
height: 180px;
top: 0px;
left: 0px;
}

#rankeRechts{
background: url(https://www.sabine-sonntag.com/wp-content/uploads/2015/10/ranke_rechts.jpg);
position: absolute;
width: 240px;
height: 180px;
top: 0px;
right: 0px;
}

#headerBackground{
position: absolute;
background: url(https://sabine-sonntag.com/wp-content/uploads/2015/10/header_bg.png);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 180px;
}

#content {padding-bottom: 30px;}

#header-full, #breadcrumbs, #main {
    /*box-shadow: 0 0 4px;*/
}

.entry-content h1 {
    margin: 20px 0px 20px 0;
}

#content .entry-content h2, #pp-afterslider h2 {
    font-size: 28px !important;
    margin: 21px 0px 20px 0;
    line-height: 32px;
}

#footer {
position: absolute;
bottom: 0px;
left: 0px;
}

#footer2 {
    padding: 0 !important;
}

#sfooter-full {
    display: none;
}

#footer #site-copyright{
font-size: 17px !important;
font-style: normal !important;
color: ;
padding: 15px 0 !important;
letter-spacing: 0.8px;
}

#copyrightText {
    font-size: 14px;
    letter-spacing: 0.1px;
    padding-top: 15px;
}

#breadcrumbs {background: #ffffff !important;}

#branding {

}

#zweiSpaltenLinks{
width: 50%; float: left;
}

#zweiSpaltenRechts{
width: 50%; float: right;
}

#pp-afterslider .wp-caption img, #content .wp-caption img {
 border: 4px solid !important;
}

/* Inhalt */


@media (max-width: 1200px) {
body.custom-background {
    background-image: none !important;
}

#rankeLinks, #rankeRechts {
background: none ;
}

}


@media (max-width: 800px) {

#wrapper #branding{
  height: 180px !important;
  }
}

@media (max-width: 480px) {

#zweiSpaltenLinks{
width: 100%; float: left;
}

#zweiSpaltenRechts{
width: 100%; float: left;
}

#main #content {
  padding-bottom: 120px;
}

#main #container[class*="column"] #content {
    margin-bottom: 0px !important;
}
#headerBackground{
position: absolute;
background: url(https://sabine-sonntag.com/wp-content/uploads/2015/09/header_mobil.jpg);
background-repeat: no-repeat;
background-position: center;
width: 100%;
height: 200px;
}

#wrapper #branding, #header-full {
height: 200px !important;
}


}


/* iPad Landscape */

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) { 
#headerBackground{
background: url(https://www.sabine-sonntag.com/wp-content/uploads/2015/09/header_bg_portrait.png) !important;
background-position: center center;
}

#access a, #content .entry-content h1, #content .entry-content h2 {font-weight: 300;}

}


/* iPad Portrait */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait)  { 

#headerBackground{
background: url(https://www.sabine-sonntag.com/wp-content/uploads/2015/09/header_bg_portrait.png) !important;
background-position: center !important;
}


}