/*
Theme Name:     Beautiful Lounge
Theme URI:      http://www.beautiful-lounge.de
Description:    Template, basierend auf Roots
Author:         wagnergraphics - Torsten Wagner
Author URI:     http://www.wagnergraphics.de
License:        wagnergraphics
License URI:    http://www.wagnergraphics.de
Template:       roots
Version:        1.0
*/




/* playball-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Playball';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/playball-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* signika-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Signika';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/signika-v25-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* signika-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Signika';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/signika-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* signika-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Signika';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/signika-v25-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* signika-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Signika';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/signika-v25-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.row { width: 100%; max-width: 1140px; min-width: 0; margin: 0 auto; }



/* =============================================================================
   Body und allgemeine Auszeichnungen 
   ========================================================================== */
body { 
	background-color: #271b11;
	background-image: url(images/hintergrund_tile.jpg);
	background-position: center;
	background-repeat: repeat-y;
	font-family: 'Signika', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.3), 0px -1px 0px rgba(0,0,0,0.5);
	color: #111; 
	font-smoothing: antialiased;
	font-size: 16px;
	/*z-index:-999*/
}

#main p { 
	font-size: 1em;
	line-height: 1.4em;  
	margin: 0 0 0.8em 0;
 }

#wrap {	
	background-image: url(images/hintergrund.jpg);
	background-position: top center;
	background-repeat: no-repeat;
 	margin: 0 !important;
	padding: 0 !important;
}

a, a:visited { color: #535130; }
a:hover { color: #444; }

a[href^="tel"]:link,
a[href^="tel"]:visited,
a[href^="tel"]:hover { text-decoration: none; color: #111; }

h1, h2, h3, h4, h5, h6 {
	font-family: 'Playball', cursive;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	color: #535130;
}
h1 { font-size: 36px; margin-bottom: 20px; }
h2 { font-size: 2em; margin-top: 50px; margin-bottom: 8px; }
h3 { font-size: 1.7em; margin-top: 1em; margin-bottom: 8px; }
h4 { font-size: 1.2em; margin-top: 0px; margin-bottom: 4px; }

hr {
    background-image: url(images/hr.png);
	background-position: center center;
    background-repeat: no-repeat;	
    border: none !important;
    height: 26px;
	margin: 4em 0;
}

::-moz-selection { background: #c9c7b1; color: #000; text-shadow: none; }
::selection { background: #c9c7b1; color: #000; text-shadow: none; }





/* =============================================================================
   Zitate
   ========================================================================== */
blockquote {
	background: url(images/zitat.png) no-repeat;
    margin: 1.5em 0em;
    border-left:  none;
    padding: 0.8em 0 0 1.5em;	
}
blockquote p { 
	color: #535130;
	font-family: 'Playball', cursive;
	font-size: 1.3em !important;
	line-height: 1.6em !important;
}
blockquote p:last-child {
	font-family: 'Signika', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-style: italic;
	text-align: right;
	padding-right: 3em;
	font-size: 0.8em !important;
}


/* =============================================================================
   Aktuelles: Zeit
   ========================================================================== */

div.panel {
    background:  rgba(255,255,255,0.20);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
    margin: -46px 0 25px 0;
    padding: 30px 20px 10px 20px;
	color: #535130;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1.4em;
}

div.panel2 {
    background:  rgba(255,255,255,0.20);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    margin: -0x 0 0px 0;
    padding: 20px 20px 20px 20px;
}






/* =============================================================================
   Listen
   ========================================================================== */
#main ul {
	margin: 20px 0 20px 1em;
	padding: 0 0 0 30px;	
	list-style: url(images/liste.png) outside ;
	font-size: 1em;
}
#main li{
	padding-left: 0px;
	margin-bottom: 8px;
}




/* =============================================================================
   Tabelle
   ========================================================================== */
#main table {
    background-color: transparent;
    border: none;
    margin: 0 0 18px;
    width: 100%;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

#main th {
	padding: 20px 0px 20px 10px;
	font-family: 'Playball', cursive;
	font-size: 1.5em;
	text-align: left;	
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
	color: #535130;
}


#main table tbody tr:nth-child(1n) {
    background: rgba(255,255,255,0.30);
}

#main table tbody tr:nth-child(2n) {
    background: rgba(255,255,255,0.10);
}

#main table tbody td:nth-child(2n),
#main table tbody td:nth-child(3n) {
	min-width: 20%;
	text-align: right;
}


#main table tbody tr td {
    border: medium none;
    padding: 9px 10px;
    vertical-align: top;
	font-size: 1em;
	color: #333;
}




/* =============================================================================
   Bilder, etc
   ========================================================================== */
img { height: auto; }
#main img {	border: 4px solid #fff; }

#logo-wrap { height: 250px; }
#logo {
	width: 548px;
	max-width: 100%;
}







/* =============================================================================
   Hauptnavigation
   ========================================================================== */
#sidebar  {

}


#navigation ul {
	font-family: 'Playball', cursive;
	position: relative;
	list-style: none;
	margin: -22px 0 16px 0;
	padding: 20px 0 30px 0;
	background-image: url(images/dekorlinie_vertikal.png);
	background-position: right;
	background-repeat: repeat-y;
}
#navigation ul li { 
	display: block;
	position: relative;
	text-align: center;
	max-width: 75%;
	padding: 0 20px 0 0; 
	margin: 0; 
	line-height: 55px; 
	background: url(images/menue_dekorlinie.png) no-repeat center bottom;
	*zoom: 1; 
}
#navigation ul li:last-child { background: none; }


#navigation ul li:hover { position: relative; }
#navigation ul li a {
  text-decoration: none;
  font-size: 26px;
  padding: 8px 16px;
  color: #000;
  margin: 0;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
}
#navigation ul li a:hover,
#navigation ul li.current-menu-item > a,
#navigation ul li.current-menu-parent > a,
#navigation ul li.current-menu-ancestor > a,
#navigation ul li.current-page-item > a,
#navigation ul li.current-page-parent > a,
#navigation ul li.current-page-ancestor > a
#navigation ul li:hover > a {
  color: #535130;
}






/* =============================================================================
   Inhalte
   ========================================================================== */
#inhalt_oben {
    margin-top: 60px;
}
#inhalt-wrapper{
	background:	url(images/glasscheibe_mitte.png);
	background-repeat: repeat-y;
	background-size: contain;
}
#inhalt-text {
	margin-top: -70px;
	position: relative;	
	z-index: 1;	
}
#inhalt_unten {
	height: 160px;
	background: url(images/glasscheibe_unten.png) no-repeat center top;
	background-size: contain;	
}


.teamfoto {
	float: right;
	max-width: 45% !important;
	margin: 13px 0 30px 30px;
	border: 6px solid #fff;
}














/* =============================================================================
   Footer
   ========================================================================== */
#footer_oben {
    margin-top: 60px;
    overflow: hidden;
}
#footer {
	background:	url(images/holzfooter_mitte.png);
	background-repeat: repeat-y;
	background-size: contain;
}
#footer_unten {
	height: 30px;
	background: url(images/holzfooter_unten.png) no-repeat center bottom;
	background-size: contain;	
	margin: 0;
    width: 100%;
}

#footer { color: #d3d0ab; }
#footer h3 { 
	color: #c3bd70; 
	font-size: 20px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8); 
}
#footer p, #footer a  { font-size: 15px; line-height: 1.2em; margin-bottom: 5px; font-weight: 400; }
#footer a { color: #d3d0ab; }
#footer a:hover { color: #c3bd70; }



#menu-footer-navigation {}
#footer ul.menu, #footer ul { 
	padding: 0 0 0 15px; 
	list-style-type: disc; 
	list-style-position: outside;
}
#footer ul.menu li, #footer ul li { margin: 0 0 5px 0 ; display: list-item;}
#footer ul.menu li a, #footer ul li a  { text-decoration:none; }

.widget-first, .addthis, #suchfeld { 
	width: 85%;
	padding-bottom: 2em;
	margin-bottom: 2em;
	background-image: url(images/dekorlinie_footer_horizontal.png);
	background-position: bottom;
	background-repeat: repeat-x;
	
}

#footer1, #footer2 {
	background-image: url(images/dekorlinie_footer_vertikal.png);
	background-position: right;
	background-repeat: repeat-y;
}








/* =============================================================================
   Forms
   ========================================================================== */

input, textarea { 
	box-sizing: border-box;
	width: 100%;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3) inset;
	border-right: 1px solid #bbb; 
	border-bottom: 1px solid #bbb;
	border-radius: 2px;
	margin-bottom: 4px;
	font-family: 'Playball', cursive;
	font-size: 1.3em;
	color: #444;
	padding: 8px;
}
input:focus, textarea:focus {
	color: #000; 
	background: rgba(255, 255, 255, 0.6);
}
form label { font-size: 1em;}

textarea { overflow: auto; vertical-align: top; resize: vertical; margin-bottom: 20px; }
.plz input {width: 15%;}
.wohnort input { width: 83%; float: right;}
.captcha-263 input {width: 80px; padding:2px; text-align: center;}
.wpcf7-captcha-captcha-263 { margin-top: -4px; padding:4px; background-color: #FFF;}

.button, 
#post-nav a, 
#comments-nav a, 
.wpcf7-submit,
.comment-reply-link {
	display: inline-block;
	width: 100%;
	font-family: 'Playball', cursive;
	font-size: 1.4em;
	text-align: center;
	background: #535130;
	color: #fff;
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));		
	border-radius: 2px;
	border: none;
	padding: 3px 12px;
	text-decoration: none;
	text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5), 0px 0px 4px rgba(0, 0, 0, 0.2) inset;
	-webkit-appearance: none;
	margin-top: 10px;
}
.button:hover, 
#post-nav a:hover,
#comments-nav a:hover, 
.wpcf7-submit:hover,
.comment-reply-link:hover { 
	background: #535130;
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8), 0px 0px 8px rgba(0, 0, 0, 0.4) inset;
	color: #fff;
}

/* Fehlermeldungen */
input:valid, textarea:valid {}
input:invalid, textarea:invalid, .wpcf7-not-valid { background-color: #f0dddd; }

.wpcf7-not-valid-tip-no-ajax,
.wpcf7-not-valid-tip-no-ajax,
.wpcf7-response-output,
.wpcf7-mail-sent-ok
{
	margin: 5px 0 20px 0 !important;
	background-color: #900;
	background-image: linear-gradient(top, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.1));
	text-align: center;
	color: #FFF !important;
	padding: 6px;
	font-size: 1em !important;
	border-radius: 2px;
	text-shadow: none;
}
.wpcf7-response-output {
	background-color: #FC0;
	color: #000 !important;
}
.wpcf7-mail-sent-ok {
	background-color: #398F14;
	color: #000 !important;
}










/* =============================================================================
   Artikel
   ========================================================================== */
#main article { margin-bottom: 60px; }

.hentry h1, 
.hentry h2 { 
	line-height: 1.2em; 
	padding-bottom: 6px;
	border-bottom: 1px solid #535130;
	margin-bottom: 1em;
}
.hentry time { 
	display: inline-block; 
	float: right;
	font-size: 0.8em;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	color: #555;
}

article footer { 
	margin-top: 20px;
	border-bottom: 1px solid #535130;
	text-align: right;
} 

.addthis_blogbeitrag,
.kommentar_anzahl {
	color: #fff;
	display: inline-block; 
	font-size: 0.8em;
	background-color: #535130;
	padding: 4px;
	overflow: hidden;
	border-radius: 2px;
	margin-top: 40px;
	margin-bottom: -5px;
}
.kommentar_anzahl a { color: #fff; }
.kommentar_anzahl:hover { background-color: #85835d; }
.addthis_blogbeitrag { padding: 5px 1px 5px 5px; } 



/* Kommentare */
.commentlist .fn { font-weight: 600; }
.commentlist .avatar {
	border-radius: 2px;
	width: 48px;
	height: 48px;
}
ol.commentlist time  {
    display: block;
    font-size: 0.8em;
    margin-bottom: 0.5em;
	border-top: none;
	float: none;
}
.commentlist header { border-bottom: 1px solid #333; }
.comment-reply-link { font-size: 1em; }








/* Newsletter-Anmeldung 
--------------------------*/

.newsletteranmeldung {
	margin-top: 2em;
	margin-top: 2rem;	
}

.widget_wysija_cont p {
	float: left;	
	width: 100%;
}

.widget_wysija_cont p label {
	display: none !important;
}

input[type="text"].wysija-input {
	float: left;
	border: none;
    border-radius: 3px 0px 0px 3px;
    color: #00527c;	
	background: #FFF;
    padding: 4px;
	height: 40px;	
	font-family: 'Signika', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-size: 0.9em;
}

input[type="submit"].wysija-submit  {
	border-radius: 0px 3px 3px 0px;
	padding: 0;	 	
	background: none repeat scroll 0 0 #6A673D;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    padding: 8px;
    width: 40px;
	box-shadow: none;
	height: 40px;
	text-shadow: none;
	font-family: 'Signika', "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
}




/* Maps */
.mapp-container {
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4), inset 0 0 50px rgba(0,0,0,0.1); 
	border: 3px solid #fff;
	border-radius: 2px;
}




/* AddThis */
.addthis {
	width: 100%;
	margin-bottom: 2em;
	border-radius: 2px;
}



/* ContactForm */
.wpcf7-display-none { display: none; }
.wpcf7-captcha-captcha-263 { padding: 0; }



/* Suchfeld */
#searchform:after { content:attr(<br>) }
#searchform #searchform {	text-align: left; float: none; }
#searchform #placeholder { text-indent: 60px; }
#searchform #searchform div { margin: 0; }
#searchform #s {
	float: left;
	transition-duration: 400ms;
	transition-property: width, background;
	transition-timing-function: ease;
	width: 90px;
	padding: 4px 10px 4px 28px;
	background: url(images/search.png) no-repeat 5px 6px rgba(255, 255, 255, 0.5);
	border-radius: 2px;
	line-height: 1.2em;
}
#searchform #s:focus { 
	width: 90%; 
	background: url(images/search.png) no-repeat 5px 6px rgba(255, 255, 255, 0.8);
}
#searchform #searchsubmit { display: none; }
#searchform .only-search #searchform { top: 5px; z-index: 1; }
#searchform .only-search #s {	background-color: #555;	border-color: #000;	color: #222; }
#searchform .only-search #s,
#searchform .only-search #s:focus { width: 85%; }
#searchform .only-search #s:focus { background-color: #ccc; }
#searchform .with-image #searchform {	top: auto;	bottom: -27px; max-width: 195px; }
#searchform .only-search + #access div { padding-right: 205px; }
input#searchsubmit { display: none; }









/* =============================================================================
   Animationen und optische Ergaenzungen
   ========================================================================== */

#logo, #nav-main a, a, input, textareas {
	transition-duration: 300ms;
	transition-property: All;
	transition-timing-function: ease;
}






/* Curly Drop-Shadow */
/* Achtung! 
   Ebene mit Textinhalt mit "position: relative; z-index:1" versehen 
*/

.curly-shadow {
	margin: 40px 0 40px 0 !important;
    position: relative;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), 0 0 50px rgba(0, 0, 0, 0.3) inset;
} 
.curly-shadow img {	max-width: 100%; }       
.curly-shadow:before,
.curly-shadow:after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    transform: rotate(-3deg);
}
     
.curly-shadow:after{
	right: 10px;
	left: auto;
	transform: rotate(3deg);
}







/* =============================================================================
   Galerie
   ========================================================================== */


/* Curly Drop-Shadow */
.gallery-item:before,
.gallery-item:after {
   content: "";
   position: absolute;
   z-index: -1;
   bottom: 15px;
   left: 10px;
   width: 50%;
   height: 20%;
   max-width: 300px;
   box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
   transform: rotate(-3deg);
}
.gallery-item:after {
   right: 10px;
   left: auto;
   transform: rotate(3deg);
 }
 
figure.gallery-item a img {

    border-radius: 2px 2px 2px 2px;
}


/* masonry Bildanimation bei Galerie  */
.gallery { width: 100%; }
.gallery,
.gallery .gallery-item { transition-duration: 1.0s; }
.gallery { transition-property: height, width; }
.gallery .gallery-item { 
	transition-property: left, right, top; 
	max-width: 44%;
	margin-bottom: 20px;
}
.gallery-item img { border: none !important; 	min-width: 50px; }










/* Smaller screens */

@media only screen and (max-width: 1023px) {
	
body, #main p {
    font-size: 1em;
    line-height: 1.4;
}

hr { margin: 2em 0; }
	
}



/* Mobile */

@media handheld, only screen and (max-width: 767px) {

.container { padding: 0 60px 0 60px; }

#navigation ul {
	margin-top: 20px;
	position: relative; 
	left: 50%;
	overflow: visible;
}

#navigation ul li {
	position: relative; 
	right: 50%;
	float: left;
}

#main { margin-top: 80px; }


}


@media only screen and (max-width: 480px){
	
#wrap  { background-position: center -94px; }
#logo-wrap { height: 125px; }
.container { padding: 0 30px 0 30px; }

}