/*
Theme Name: arturvoth
Theme URI: http://www.arturvoth.de/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arturvoth
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

arturvoth is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

@font-face {
    font-family: 'new_ciclegordita';
    src: url('fonts/New_Cicle_Gordita-webfont.eot');
    src: url('fonts/New_Cicle_Gordita-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/New_Cicle_Gordita-webfont.woff') format('woff'),
         url('fonts/New_Cicle_Gordita-webfont.ttf') format('truetype'),
         url('fonts/New_Cicle_Gordita-webfont.svg#new_ciclegordita') format('svg');
    font-weight: normal;
    font-style: normal;

}


html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;

}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 300;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;

}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
		font-weight: 300;
}

p {
/*	margin-bottom: 1.5em;*/
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}



/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {

}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
color:#eee;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
        color: #000;
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:hover,
a:focus,
a:active {
	color: #ac9170;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	/*clear: both;*/
	display: block;
	float: left;
	width: 100%;
	position: relative;


}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	
}

.main-navigation > li {
	float: left;

}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
/* 	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	 */	
	float: left;
	position: absolute;
	top: 25px;
	left: -999em;
	z-index: 99999;
	padding-top: 10px;
	height: 30px;
	width: 400px;
	
}

ul#primary-menu > li.current-menu-item > ul{
	left: 100px;
}

ul#primary-menu > li.current-menu-item {
	
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
/* 	width: 200px; */
  text-transform: uppercase;
  color: #cccbcb;
/*   font-weight: bold; */
}

.main-navigation ul ul li {
	float: left;
	margin-right: 20px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/* #content{float:left} */

#content{padding: 0 40px;}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	/*margin: 1.5em 0 0;*/
	margin: 0px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/


.fl-builder-content *,.fl-builder-content *:before,.fl-builder-content *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.fl-row:before,.fl-row:after,.fl-row-content:before,.fl-row-content:after,.fl-col-group:before,.fl-col-group:after,.fl-col:before,.fl-col:after,.fl-module:before,.fl-module:after,.fl-module-content:before,.fl-module-content:after {display: table;content: " ";}
.fl-row:after,.fl-row-content:after,.fl-col-group:after,.fl-col:after,.fl-module:after,.fl-module-content:after {clear: both;}
.fl-row,.fl-row-content,.fl-col-group,.fl-col,.fl-module,.fl-module-content {zoom:1;}
.fl-clear {clear: both;}
.fl-clearfix:before,.fl-clearfix:after {display: table;content: " ";}
.fl-clearfix:after {clear: both;}
.fl-clearfix {zoom:1;}
.fl-visible-medium,.fl-visible-medium-mobile,.fl-visible-mobile {display: none;}
.fl-row,.fl-row-content {margin-left: auto;margin-right: auto;}
.fl-row-content-wrap { margin: 0px; }.fl-row-content-wrap { padding: 20px; }
.fl-row-fixed-width { max-width: 1000px; }
.fl-row-content-wrap.fl-row-fixed-width .fl-row-content { max-width: 1000px; }



body{
/* 
  font-family:Cantarell, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif; */
  font-size: 14px;
  font-weight: 400;
/*   color: #b4b4b4; */
  color: #000;
/*   font-family: Cinzel,Arial,Helvetica,sans-serif; */
	font-family: 'Roboto', sans-serif;
}

.logoslogan{
	 font-family: Cinzel,Arial,Helvetica,sans-serif;
}

#masthead{


  min-height: 60px;
  width: 100%;
  height: auto;
  float: left;
  margin-top: 20px;
    position: relative;
    z-index: 10000;

}

#logo{
/* 	float: left;
width: 50%;
 */
	float: left;
    width: 100%;
    text-align: center;
}

.logotext{
	font-family: arial, 'new_ciclegordita';
	font-family: Cinzel,Arial,Helvetica,sans-serif;
	font-size: 32px;
	color: #000;
	text-transform: uppercase; 
}

.logoslogan{
/* 	font-family: arial, 'new_ciclegordita'; */
	font-size: 12px;
	color: #ac9170;
	text-transform: none;
/*     	text-align: left;
margin: -5px 0px 0px 90px; */
}

.logotext span{ 
/* 	color: #C535AA; */
}

#site-navigation{
	float: left;
	width: 100%;
	min-height: 70px;
/* 	padding-right: 55px; */
	padding-right: 0px;
	padding-top: 20px;
}

.form-allowed-tags {
  display: none;
}


@media screen and (max-width: 600px) {

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

#site-navigation{
	float: left;
	width: 100%;
}

.logoslogan{

    	text-align: center;
   /*  	margin: -10px 0 0 0px; */
}

#sozialFooter a{
	    width: 50%;
    float: left;
    line-height: 20px;
}




}

@media (min-width: 601px) and (max-width: 970px) {

#logo{
	float: left;
	width: 100%;
}
#logo .logotext {
	font-size: 24px;
}

#site-navigation{
	float: left;
	width: 100%;
}

.logoslogan{

    	text-align: center;
    /* 	margin: -10px 0 0 0px; */
}


}


ul#primary-menu > li {
	  float: left;
}

ul#primary-menu > li > a{
  display: block;
  padding: 12px 12px 12px 12px;
  color: #9b9997;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}

ul#primary-menu > li.current_page_item > a {
  background: #ededed;
  font-weight: bold;
  color: #000;
}

.bloglist .blogTxt h2{
	text-align:left !important;
}


.bloglist .blogTxt img{
	display:none !important;
}


ul.lcp_catlist{
	list-style:none;
	margin: 0px;
	padding: 0px;
}

ul.lcp_catlist > li{
		background: #ededed;
		float: left;
		margin-bottom: 20px;
		padding: 30px 20px 10px 20px;
}

#page p{
/*font-family: 'Volkhov', serif;
font-style:italic;*/
font-family: 'Roboto', sans-serif;
font-weight: 100;
}


.lcp_catlist > li > a:first-child{
  width: 100%;
  float: left;
  text-align: center;
  text-decoration: none;
      font-size: 18px;
    font-weight: 400;
color:#ac9170;
  text-transform: uppercase;
    font-family: Cinzel,Arial,Helvetica,sans-serif;
}



.lcp_catlist > li > a > img.wp-post-image{

  float: left;
  width: 50%;
  padding: 20px;

}

.lcp_catlist > li > .fl-builder-content{
	width: 50%;
	float: right;
}


.lcp_catlist .fl-row-content-wrap{
	padding: 0px;
}

.lcp_catlist .fl-row-content-wrap .fl-module-content{
	margin: 0px;
}

.lcp_date{
	  width: 100%;
  float: left;
  text-align: center;
   margin-bottom: 10px;
   color: #666;
   font-family: Cinzel,Arial,Helvetica,sans-serif;
}
.fl-rich-text{
/*	font-family:Cantarell, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;!important;
	font-family: 'Volkhov', serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.fl-rich-text > h3 > span, .fl-rich-text > h2 > span{
	color:#000 !important;
	font-weight: 300;
  /*  font-family: Cinzel,Arial,Helvetica,sans-serif;*/
}    

.lcp_catlist > li > .fl-builder-content .fl-rich-text a{
	 color: #666;
}

.lcp_catlist > li > .fl-builder-content .fl-rich-text a.morelink{
	   color: rgb(255, 255, 255);
  padding: 0px 10px;
  background-color: #666;
  margin-top: 10px;
  float: left;
}

#standorte{
	width: 100%;
/* 	border-top: #bab9ba 2px solid;
border-bottom: #bab9ba 2px solid; */

	text-align: center;
	font-size: 12px;

	line-height: 30px;
	float: left;
/* 	font-weight: bold;

font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
	    font-family: 'Volkhov', serif;
	    font-style: italic;
background-color: #E4E4E4; */
  margin-bottom: 25px;

color: #000;
display:none; 
      
}

footer#colophon{
	background-color: #eee;
	border-top: #ac9170 2px solid;
    	margin-top: 20px;
width:100%;
float:left;
}
footer .dreiA{
	width: 1100px;
	margin: 40px auto 100px auto;
	text-align: center;
	padding: 0 40px;
}

footer .dreiA p{
	width: 100%;
	font-weight:400;
	text-transform: uppercase;
}
footer .col4{
	width: 25%;
	float: left;
}

.footerImg{
	/* 	border-top: #bab9ba 2px solid; */
		padding: 0px;
		text-align: center;
		float: left;
		width: 100%;
    margin-top: 20px;
}

.site-info{
	width: 100%;
/* 	border-top: #bab9ba 1px solid;
border-bottom: #bab9ba 1px solid; */
	height: 30px;
	color: #c3c3c3;
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 30px;
	float: left;
	color: #555;
}

.site-info  a {
	text-decoration: none;
	color: #c3c3c3;
	color: #555;
}


.lcp_paginator{
  float: left;
  width: 100%;
  text-align: center;
}

.ms-parent-id-1 > .master-slider{
	background: transparent;
}

h1.hometext{
font-size:14px;
margin:15px 0px;
font-weight: 300;
}

@media screen and (max-width: 1100px) {


	footer .dreiA{
		width: 100%;

	}

	footer .col4{
		width: 50%;
		min-height: 250px;
	}


}


@media screen and (max-width: 600px) {


	footer .dreiA{
		width: 100%;

	}

	footer .col4{
		width: 100%;
	}


}



/*MENÜ*/

#HeadMenu {/*width:500px;*/  position:relative; /* float:right; */  font-family: "Myriad Pro", Myriad, "Myriad Web","Lucida Sans Unicode", "Lucida Grande", sans-serif;}
.menu-menu-container ul {padding:0; margin:0; list-style:none;}
.menu-menu-container > ul {float:left;
float: right;
    position: relative;
    right: 50%;
}
.menu-menu-container > ul > li {float:left;

float: left;
    position: relative !important;
    left: 50%;
}
.menu-menu-container > ul > li > a {display:block; padding: 3px 20px 3px 20px; color:#000; text-decoration:none; font-size:14px; font-weight:300; font-family: 'Roboto', sans-serif ; text-transform:uppercase;}
.menu-menu-container > ul > li > ul {width:185px; position:absolute; left:-9999px; }
.menu-menu-container > ul > li > ul > li {float:left; position:relative;width: 100%; background-color: rgba(255, 255, 255, 0.8);}
.menu-menu-container > ul > li > ul > li > a {display:block; color:#000; text-decoration:none; font-size:12px; padding: 12px 12px 12px 12px; text-transform: uppercase; font-family: 'Roboto', sans-serif ;}
.menu-menu-container > ul > li > ul > li > a {display:block; color:#000; text-decoration:none; font-size:12px; padding: 5px 20px 5px 20px; text-transform: uppercase;  font-family: 'Roboto', sans-serif ;}
.menu-menu-container > ul > li > ul > li > ul {position:absolute; left:-9999px; }
.menu-menu-container > ul > li > ul > li > ul > li > a {display:block; color:#000; text-decoration:none;  white-space:nowrap; font-size:12px;}
.menu-menu-container > ul > li:hover > a { text-decoration:underline;}

.menu-menu-container ul li:hover {direction:ltr;color:#ac9170;}
.menu-menu-container > ul > li:hover > ul {opacity:1;}
.menu-menu-container > ul > li > ul > li:hover{background-color: #ac9170;}
.menu-menu-container > ul > li > ul > li:hover > a {text-decoration:none;color: #fff;}
.menu-menu-container > ul > li > ul > li:hover > ul {}
.menu-menu-container > ul > li > ul > li > ul > li > a:hover {}

.menu-menu-container > ul > li.current_page_item > a {background:#ac9170;  color:#fff;}
.menu-menu-container > ul > li.current_page_item > ul {opacity:1;}
.menu-menu-container > ul > li > ul > li.current-menu-item  > a { color:#000;}

.menu-menu-container > ul:hover > li.current_page_item > a {}
.menu-menu-container > ul:hover > li.current_page_item > ul {left:-9999px;}

.menu-menu-container > ul:hover > li.current_page_item:hover > a {}
.menu-menu-container > ul:hover > li.current_page_item:hover > ul {left:0px; opacity:1;}
.menu-menu-container > ul > li.current_page_parent > a {background:#ac9170;  color:#fff;}
.menu-menu-container > ul > li.current_page_parent > ul { opacity:1;}

.menu-menu-container > ul:hover > li.current_page_parent > a {}
.menu-menu-container > ul:hover > li.current_page_parent > ul {left:-9999px;}

.menu-menu-container > ul:hover > li.current_page_parent:hover > a {}
.menu-menu-container > ul:hover > li.current_page_parent:hover > ul { left:0px; opacity:1;}


#respond{
	padding: 20px;
	background-color: #ededed;
}

.comment-content{
	padding: 5px 20px;
	background-color: #ededed;
	color: #000;
}


.comments-title{
    border-top: #bab9ba 1px solid;
    border-bottom: #bab9ba 1px solid;
    text-align: center;
}



#respond input[type="text"], #respond input[type="email"], #respond input[type="url"], #respond input[type="password"], #respond input[type="search"], #respond textarea{
	width: 100%;
}

#social{
	position: absolute;
    right: -55px;
    top: 5px;
}

#social a{
	float: left;
	padding-left: 5px;
	width: 25px;
}

.blogsearch{
	text-align: left;
}


form.wpcf7-form input.wpcf7-submit {
    background: #ac9170;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 10px;
    width: auto;
        font: normal normal normal normal 11px/normal '.HelveticaNeueDeskInterface-Regular';

}


@media screen and (min-width: 600px) {

	
	.blogsearch {

	margin-top: -110px; 
		float:left;
}


}

@media screen and (max-width: 600px) {

	#social{
	    display: none;
	
}

.blogsearch{
	text-align: center;
}


#logo{text-align: center;}

#site-navigation{
	min-height: 20px;
}


input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea{
	width: 100%;
}

.page, header{
	padding: 0px 0px;
}
	.menu-menu-container > ul > li {
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.menu-menu-container > ul > li > ul{
  float: left;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eee;
  position: static;
}

.main-navigation ul ul{
	width: 100%;
	float: left;
	position: static;
	height: auto;
}

.main-navigation ul ul li{
	width: 100%;
	float: left;
	 
  padding: 10px 0px;
}


.menu-toggle{
	  text-align: center;
  margin: 10px auto;
}


.lcp_catlist > li > .fl-builder-content{
	width: 100%;
	float: left;
}

.lcp_catlist > li > a > img.wp-post-image{

  float: left;
  width: 100%;
  padding: 20px;

}

#comments ol{
	    margin: 0px;
    padding-right: 40px;
}

#comments ol li{
	width: 100%;
	
}

}

.entry-header{
text-align:center;
color:#ac9170;
}
#page .entry-header h1{
    font-weight: 400 !important;
}
.entry-meta{
margin-top: -10px;
padding-top:0px;
float:left;
width:100%;
font-family: Cantarell, "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
color:#666;
}


.fl-row-content-wrap p{
margin:0px;
/*font-style: italic;*/
}


.entry-content .notactive a{
  /* pointer-events: none;
   cursor: default; */

}

.entry-content .notactive a.morelink{
pointer-events: all;
   cursor: auto;
}


/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-default .ms-slide .ms-slide-vpbtn,
	.ms-skin-default .ms-video-btn,
	.ms-skin-default .ms-slide .ms-slide-vcbtn,
	.ms-skin-default .ms-nav-next,
	.ms-skin-default .ms-nav-prev,
	.ms-skin-default .ms-bullet{
		background-image:url(light-skin-1-retina.png)!important;
		background-size: 152px 225px;
	}	
}

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
	background-image: url(light-skin-1.png)!important;
}

.ms-skin-default .ms-nav-prev{
	left: -40px!important;
}

.ms-skin-default .ms-nav-next{

	    right: -40px!important;

}



#sozialFooter{
	width: 100%;
	float: left;
	padding: 0px ;
	text-align: center;
	margin: 10px 0 10px 0;
}

#sozialFooter a{
	font-size: 12px;
	color: #ac9170;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}

#sozialFooter a:hover{
	color: #000;
}

.post .entry-content{
	padding: 20px;
	font-family: 'Roboto', sans-serif;
}

.blogTitle{
	width: 100%;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	font-size: 10px;
}

body #page .blogTitle h3 > a, body #page .blogTitle h3  a{
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 300 !important;
    color: #ac9170!important;
/*     font-family: Cinzel,Arial,Helvetica,sans-serif;  */
	font-family: 'Roboto', sans-serif;
}

.blogImg, .blogTxt{
	width: 50%;
	float: left;
}

@media screen and (max-width: 600px) {

	
	.blogImg, .blogTxt{
	width: 100%;
	}


 #content {
    padding: 0 10px;
}
 #content .fl-module-content {margin:10px;}

.ms-nav-prev, .ms-nav-next{display:none;}
body.homee #content {
    padding: 0 40px;
}

.post .entry-content {
    padding: 20px 0px;

}
}

.blogTxt {
	padding-left: 20px;
}

.blogTxt h3,  .blogTxt h2{
	font-size: 16px;
    margin-top: 0;
}


#cookie-notice .button {
    margin-left: 10px;
    color: #fff;
    padding: 5px 10px;
}

