html.has-cookie-bar.cookie-bar-top-bar {
margin-top: 30px;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
#catapult-cookie-bar {
box-sizing: border-box;
max-height: 0;
opacity: 0;
direction: ltr;
padding: 0 20px;
z-index: 99999;
overflow: hidden;
text-align:left;
-webkit-transition: all 0.25s;
-moz-transition: all 0.25s;
transition: all 0.25s;
}
.ctcc-exclude-AF.geoip-continent-AF #catapult-cookie-bar,
.ctcc-exclude-AN.geoip-continent-AN #catapult-cookie-bar,
.ctcc-exclude-AS.geoip-continent-AS #catapult-cookie-bar,
.ctcc-exclude-EU.geoip-continent-EU #catapult-cookie-bar,
.ctcc-exclude-NA.geoip-continent-NA #catapult-cookie-bar,
.ctcc-exclude-OC.geoip-continent-OC #catapult-cookie-bar,
.ctcc-exclude-SA.geoip-continent-SA #catapult-cookie-bar {
display: none;
}
.ctcc-exclude-AF.geoip-continent-AF,
.ctcc-exclude-AN.geoip-continent-AN,
.ctcc-exclude-AS.geoip-continent-AS,
.ctcc-exclude-EU.geoip-continent-EU,
.ctcc-exclude-NA.geoip-continent-NA,
.ctcc-exclude-OC.geoip-continent-OC,
.ctcc-exclude-SA.geoip-continent-SA {
margin-top: 0 !important;
}
#catapult-cookie-bar.rounded-corners {
border-radius: 3px;
}
#catapult-cookie-bar.drop-shadow {
-webkit-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.4);
}
.cookie-bar-block #catapult-cookie-bar {
max-height: 999px;
-webkit-transition: opacity 0.25s;
-moz-transition: opacity 0.25s;
transition: opacity 0.25s;
}
.has-cookie-bar #catapult-cookie-bar {
opacity: 1;
max-height: 999px;
min-height: 30px;
padding: 15px 20px 15px;
}
.cookie-bar-block #catapult-cookie-bar span {
display: block;
margin: 1em 0;
}
.cookie-bar-bar #catapult-cookie-bar.float-accept span.ctcc-right-side {
float: right;
}
button#catapultCookie {
cursor: pointer;
margin:0 20px 0 0;
}
.cookie-bar-bar button#catapultCookie {
margin:0 0 0 20px;
}
.cookie-bar-bar .ctcc-inner {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
position: relative;
}
.cookie-bar-bar .float-accept .ctcc-inner {
-webkit-justify-content: space-between;
justify-content: space-between;
}
@media screen and (max-width: 991px) {
.ctcc-left-side {
margin-right: 1em;
}
}
.ctcc-right-side {
-webkit-flex-shrink: 0;
flex-shrink: 0;
}
.cookie-bar-block #catapult-cookie-bar h3 {
margin: 0.5em 0 0;
}
.use_x_close .x_close {
position: absolute;
top: 10px;
right: 10px;
cursor: pointer;
font-family: sans-serif;
-webkit-transition-duration:0.5s;
transition-duration:0.5s;
}
.cookie-bar-bar .use_x_close .x_close {
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.x_close {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0px,0px,0px);
width: 14px;
height: 30px;
position: relative;
margin: 0 auto;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
.x_close span {
display: block;
position: absolute;
height: 3px;
width: 14px;
background: #111;
border-radius: 6px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
transition-delay: .14s;
-webkit-transition-delay: .14s;
-moz-transition-delay: .14s;
}
.x_close span:nth-child(1),
.x_close span:nth-child(2) {
top: 14px;
}
.x_close span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}
.x_close span:nth-child(2) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.x_close:hover span:nth-child(1) {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}
.x_close:hover span:nth-child(2) {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
border: 0;
font-family: 'Roboto', sans-serif;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
p {
color: #333;
font-size: 14px;
}
html,
body {
width: 100%;
height: 100%;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
display: block;
}
ol, ul {
list-style: none;
}
table { border-collapse: separate;
border-spacing: 0;
}
caption,
th,
td {
font-weight: normal;
text-align: left;
}
blockquote:before,
blockquote:after,
q:before, q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active { outline: 0;
}
a img {
border: 0;
}  @font-face {
font-family: 'Genericons';
src: url(//www.restaurantreiatstube.ch/html/wp-content/themes/tpl/font/genericons-regular-webfont.eot);
src: url(//www.restaurantreiatstube.ch/html/wp-content/themes/tpl/font/genericons-regular-webfont.eot?#iefix) format('embedded-opentype'),
url(//www.restaurantreiatstube.ch/html/wp-content/themes/tpl/font/genericons-regular-webfont.woff) format('woff'),
url(//www.restaurantreiatstube.ch/html/wp-content/themes/tpl/font/genericons-regular-webfont.ttf) format('truetype'),
url(//www.restaurantreiatstube.ch/html/wp-content/themes/tpl/font/genericons-regular-webfont.svg#genericonsregular) format('svg');
font-weight: normal;
font-style: normal;
} body,
button,
input,
select,
textarea {
color: #262626;
font-family: 'georgia', sans-serif;
font-size: 20px;
font-size: 2.0rem;
font-weight: 400;
line-height: 1.5;
} h1,h2,h3,h4,h5,h6 {
clear: both;
font-weight: 400;
line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
color: #000000;
}
h1 {
font-size: 29px;
text-transform: normal;
font-family: 'Cantata One', serif;
}
h2 {
color: #a85d05;
font-family: "Cantata One",serif;
font-size: 1em;
line-height: 1.3em;
margin: 0 0 30px;
padding: 0;
text-align: center;
}
h3 {
font-size: 1.75em;
font-family: 'Cantata One', serif;
}
h4 {
font-size: 1.5em;
font-family: 'Cantata One', serif;
}
h5 {
font-size: 1.25em;
font-family: 'Cantata One', serif;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
} p {
margin-bottom: 30px;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
b,
strong {
font-weight: bold;
}
cite,
dfn,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #ededed;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 1.5rem;
line-height: 1.6;
margin-bottom: 1.6em;
padding: 1.6em;
overflow: auto;
max-width: 100%;
}
code,
kbd,
tt,
var {
font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0 0 30px 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
}
th {
font-weight: bold;
}
button,
input,
select,
textarea {
font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button,
input {
line-height: normal; *overflow: visible; }
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid #ccc;
border-color: #ccc #ccc #bbb #ccc;
background: #e6e6e6;
color: #262626;
cursor: pointer; -webkit-appearance: button; font-size: 12px;
font-size: 1.4rem;
line-height: 1;
padding: 5px 2%;
}
form{
margin: 0 0 30px;
}
form p{
margin:0 0 10px 0;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb #bbb;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; display:normal !important;
}
input[type="search"] {
-webkit-appearance: textfield; -moz-box-sizing: content-box;
-webkit-box-sizing: content-box; box-sizing: content-box;
color:#000 !important;
}
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { border: 0;
padding: 0;
}
input[type=text],
input[type=email],
textarea {
color: #686868;
border: 1px solid #eee;
width:100%;
line-height: 22px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
color: #111;
}
input[type=text],
input[type=email] {
padding: 3px;
}
textarea {
overflow: auto; padding-left: 3px;
vertical-align: top; width: 98%;
} a {
color: #a1610c;
text-decoration: underline;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #333;
text-decoration: none;
} .alignleft {
display: inline;
float: left;
margin:1.5em 1.5em 1.5em 0;
}
.alignright {
display: inline;
float: right;
margin: 1.5em 1.5em 0 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin: 1.5em auto;
}
.alignnone{
clear: both;
display: block;
margin: 1.5em 0;
}
.clearfix {
clear: both;
} .clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
content: '';
display: table;
}
.clear:after,
[class*="content"]:after,
[class*="site"]:after {
clear: both;
} .assistive-text {
clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
} #page {
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
}
#masthead-wrap {
background-color:#e2e2ba;
width: 100%;
clear:left;
-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.54);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.54);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.54);
}
#masthead {
color: #fff;
margin: 0 auto;
max-width: 1000px;
clear:both;
}
#masthead #logo {
float: none;
width: 250px;
margin: 0 auto;
display:inline-block;
}
.site-title {
color: #fff;
font-size: 1.0em;
font-weight: 600;
line-height: 1.7em;
margin: 0;
padding: 2px 0 0;
font-family: 'Cantata One', serif;
text-transform:uppercase;
letter-spacing:1px;
}
.site-title a {
color: #fff;
text-decoration: none;
}
.site-title a:hover {
color: #999;
}
#main,
#single-main{
max-width: 1000px;
margin: 0 auto;
}
.widget-area .content-area {
float: left;
margin: 0;
width: 100%;
}
.widget-area .site-content {
margin: 0 0 20px 0;
}
.site-main .widget-area{
float: right;
overflow: hidden;
width: 25%;
}
body.page-template-page-full-width-php.widget-area .content-area{
float: none;
margin: 0 auto;
max-width: 100%;
}
body.page-template-page-full-width-php.widget-area .site-content{
width: 100%;
margin: 0;
}
.site-footer {
clear: both;
width: 100%;
}
#colophon-wrap {
clear: both;
margin:0;
padding: 20px 0;
width: 100%;
background: #f4f4f4;
border-top:10px solid #e2e2ba;
-webkit-box-shadow: 0px -1px 9px 0px rgba(0,0,0,0.54);
-moz-box-shadow: 0px -1px 9px 0px rgba(0,0,0,0.54);
box-shadow: 0px -1px 9px 0px rgba(0,0,0,0.54);
}
.content-area {
float: none;
margin: 0 auto;
max-width: 1000px;
}
.site-content {
margin: 0;
}
.singleimg img{
display: block;
width: 100%;
height: auto;
} .nav-wrap{
float: none;
width: auto;
}
.main-navigation {
float: none;
font-family: 'Roboto', sans-serif;
padding-top: 2px;
text-transform: normal;
}
.main-navigation ul {
float: none;
list-style: outside none none;
margin: 0 auto;
padding-left: 0;
text-align: center;
}
.main-navigation li {
display: inline-block;
position: relative;
margin-right: 20px;
}
.main-navigation a {
color: #000;
display: block;
font-size: 16px;
padding: 9px 0px;
text-decoration: none;
font-weight: normal;
}
.main-navigation ul ul {
-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.2);
box-shadow: 0 2px 3px rgba(0,0,0,0.2);
background-color: #fff;
display: none;
float: left;
left: -34px;
padding: 0 10px 10px;
position: absolute;
text-align: left;
top: 2.1em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: 100%;
top: 0;
}
.main-navigation ul ul a {
width: 125px;
}
ul.sub-menu li a {
color: #333!important;
}
ul.sub-menu li a:hover  {
color: #6e0617!important;
}
.main-navigation ul ul li {
margin: 0;
}
.main-navigation ul ul li {
}
.main-navigation li:hover > a {
color: #6e0617;
}
.main-navigation ul ul a {
color:#fff;
padding:4px;
}
.main-navigation ul ul :hover > a {
color:#6e0617;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
color:#6e0617;
}
.main-navigation li.current_page_item a:hover,
.main-navigation li.current-menu-item a:hover {
color:#6e0617;
} .menu-toggle {
cursor: pointer;
}
.main-small-navigation .menu {
display: none;
} #featured-content.flexslider {
border: none 0;
margin-bottom: 0px;
overflow: hidden;
}
.flexslider .slides img {
width: 100%;
height: auto;
}
#featured-content.flexslider .slides .featured-hentry-wrap {
margin: 0 auto;
position: relative;
width: 1000px;
}
#featured-content.flexslider .slides .hentry {
padding: 0;
position: absolute;
bottom: 30px;
right: 10px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
max-width: 600px;
text-align: right;
border: none;
}
#featured-content.flexslider .slides .hentry:hover {
background: none !important;
}
#featured-content h2{
color: #000;
margin: 0;
border: none;
line-height: 1.6;
font-family: 'arvo', georgia;
font-weight: bold;
font-size: 28px;
letter-spacing: 1px;
word-wrap: break-word;
}
#featured-content h2 a, .slide-meta{
display: inline;
background: #000;
box-shadow: 12px 0 0 #000, -12px 0 0 #000;
color: #fff;
padding: 8px 0;
opacity: .9;
}
.slide-meta a{
color: #fff;
}
#featured-content h2 a:hover, .slide-meta:hover{
opacity: 1;
}
#featured-content .flex-direction-nav li a {
background-color: #fff;
color: #000;
font-size: 3em;
line-height: 1em;
opacity: 0;
padding: .3% 1%;
top: 48%;
text-align: center;
text-indent: 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
width: auto;
height: auto;
}
#featured-content:hover .flex-direction-nav li a {
opacity: .5;
}
#featured-content.flexslider:hover .flex-direction-nav li a {
background-color: #fff;
opacity: .5;
}
#featured-content.flexslider .flex-direction-nav li a:hover {
background-color: #fff;
opacity: .95;
}
#featured-content .flex-direction-nav li .next {
right: 0;
}
#featured-content .flex-direction-nav li .prev {
left: 0;
}
#featured-content .flex-control-nav {
bottom: 1%;
right: 0;
width: 100%;
}
#featured-content .flex-control-nav li {
background-color: rgba(30,74,102,0);
border-radius: 10px;
padding: 3px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#featured-content:hover .flex-control-nav li {
background-color: rgba(30,74,102,.5);
}
#featured-content .flex-control-nav li:hover {
background-color: rgba(30,74,102,.95);
}
#featured-content .flex-control-nav li a {
background-color: rgba(255,255,255,0);
border-radius: 7px;
-webkit-box-shadow: none;
box-shadow: none;
width: 14px;
height: 14px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#featured-content:hover .flex-control-nav li a {
background-color: rgba(255,255,255,0.5);
}
#featured-content .flex-control-nav li a:hover,
#slider-wrapper .flex-control-nav li a:active {
background-color: rgba(255,255,255,.95);
}
#headerimg img{
clear: left;
z-index: -1;
width: 100%;
display: block;
height: auto;
margin: 0 auto;
background: #000;
}
.minislides{
width: 372px;
height: 62px;
margin: -42px auto 0;
vertical-align: middle;
padding: 0 50px;
border: 8px solid #000;
position: relative;
z-index: 1;
background: #000;
overflow:hidden;
}
.minislides ul li{
list-style-type: none;
}
.minislides img{
float: left;
width: 62px;
height:62px;
display: inline-block;
}
#single-main{
margin-top: 30px;
clear: both;
}
.carousel ul,
.carousel ul li{
margin: 0;
padding: 0;
}
.carousel .flex-direction-nav li a {
color: #fff;
font-size: 3em;
line-height: 1.2em;
padding: .3% 2%;
top: 12px;
text-align: center;
text-indent: 0;
width: auto;
height: 75px;
opacity:1;
}
.carousel.flexslider:hover .flex-direction-nav li a {
opacity: 1;
}
.carousel.flexslider .flex-direction-nav li a:hover {
}
.carousel .flex-direction-nav li .flex-next {
right: 0;
opacity: 1;
}
.carousel .flex-direction-nav li .flex-prev {
left: 0;
opacity:1;
}
.home-btn {
display:inline-block;
background: #a8a82d;
color: #fff;
padding: 5px 20px;
border-radius: 8px;
font-size: 16px;
-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.5);
border: solid 2px rgba(255,255,255,0.6);
}
@media (min-width: 992px) {
.home-btn-wrap {
position: absolute;
top: -100px;
left: 0;
z-index: 100;
}
}
@media (min-width: 1330px) {
.home-btn-wrap {
left: -150px;
}
}
@media (max-width: 991px) {
.boxes-home {
padding-top: 20px !important;
padding-left: 10px !important;
padding-right: 10px !important;
}
.home-btn-wrap {
margin-bottom: 20px;
text-align: center;
}
.boxes-home .box-home {
float: none !important;
width: 97% !important;
margin-left: 0 !important;
margin-right: 0 !important; 
}
} .single #main,
.page #primary{
margin: 0 auto 10px;
}
.error404 #main{
margin:30px auto;
}
.not-found{
margin: 30px 0;
}
.single #main{
position: relative;
}
#main{
margin-bottom: 30px;
}
.page-title {
color: #a1610c;
font-size: 1.8em;
font-weight: 400;
line-height: 1.5em;
margin: 0 0 30px;
padding: 0;
text-align:left;
word-wrap: break-word;
}
.page .hentry{
border-bottom: 0;
}
.entry-content > p {
color: #333;
font-size: 14px;
margin-bottom: 15px;
}
.hentry {
border-bottom: 0px solid #000;
margin: 0;
padding: 30px 0 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
position:relative;
word-wrap: break-word;
}
.post-index{
overflow: hidden;
}
.attachment-feat-img {
margin: 0;
padding: 0;
max-width: 100%;
height: auto;
}
.byline {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.entry-content,
.entry-summary {
margin: 0;
padding: 0;
}
.post-index{
padding: 0 80px;
}
.page-links {
clear: both;
margin: 0 0 30px 0;
}
.format-quote blockquote,
.format-aside,
.format-link .entry-content p{
color: #000;
font-style: italic;
padding: 0;
margin: 0;
}
.format-link .entry-content{
margin-bottom:30px;
}
.format-aside{
margin-top:30px;
}
.single .format-aside,
.single .format-link{
font-style: normal;
}
.entry-meta a{
margin:0;
padding:0;
font-size:14px;
color: #000;
}
.entry-meta{
clear: left;
margin: 30px 0;
overflow: hidden;
display: block;
}
.entry-meta a{
margin: 0;
padding: 0;
font-size: 14px;
color: #000;
}
.post-edit-link{
font-style:italic;
}
.entry-header-standard{
margin: 30px 0 0 0;
}
.post-index .sticky {
}
.entry-title a{
color: #000;
}
.entry-title a:hover{
color: #999;
}
.format-standard .hentry{
margin-top: 30px;
} #main .post-thumb {
overflow: hidden;
padding-bottom: 30px;
}
#main .post-thumb .header-wrapper {
float: left;
width: 52.85714285%;
}
.entry-title {
font-family: 'Cantata One', serif;
text-transform: normal;
line-height: 1.0344827586;
padding: 0;
margin: 0 0 30px 0;
font-size: 29px;
}
.entry-meta{
line-height: 1.2857142857;
font-size: 14px;
padding: 0;
color: #000;
border: 0!important;
z-index: 99999;
text-align: left;
margin: 0 0 12px;
}
.entry-meta a{
color: #000;
}
.entry-meta a:hover{
color: #999;
}
#main .single-thumbnail.genericon {
display: block;
width: auto;
height: auto;
}
#main .single-thumbnail.genericon-link:before {
content: none;
}
#main .single-thumbnail a {
float: left;
margin-right: 4.14285715%;
max-width:43%;
position: relative;
}
#main .single-thumbnail a img{
max-width:100%;
height: auto;
}
#main .format-video .single-thumbnail a:after,
#main .format-standard .single-thumbnail a:after,
#main .format-image .single-thumbnail a:after,
#main .format-gallery .single-thumbnail a:after,
#main .format-quote .single-thumbnail a:after,
#main .sticky .single-thumbnail a:after,
#main .format-status .single-thumbnail a:after,
#main .format-audio .single-thumbnail a:after,
#main .format-aside .single-thumbnail a:after{
font-family: "genericons", sans-serif;
margin-left: -35px;
position: absolute;
left: 50%;
top: 25%;
font-size: 60px;
color: #fff;
opacity: 0.7;
}
#main .format-video .single-thumbnail a:after{
content: '\f104';
}
#main .format-standard .single-thumbnail a:after{
content: '\f100';
}
#main .format-image .single-thumbnail a:after{
content: '\f102';
}
#main .format-gallery .single-thumbnail a:after{
content: '\f103';
}
#main .format-quote .single-thumbnail a:after{
content: '\f106';
}
#main .sticky .single-thumbnail a:after{
content: '\f308';
}
#main .format-status .single-thumbnail a:after{
content: '\f105';
}
#main .format-audio .single-thumbnail a:after{
content: '\f109';
}
#main .format-aside .single-thumbnail a:after{
content: '\f101';
}
#main .post-thumb .single-thumbnail {
text-align: center;
z-index: .5;
}
#main .post-thumb .single-thumbnail a img {
vertical-align: middle;
}
#main .post-thumb .single-thumbnail a:hover {
opacity: 0.8;
}
#main .post-thumb footer {
clear: left;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .entry-content img,
.comment-content img,
.widget img {
max-width: 100%; }
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"],
.single-thumbnail img,
.widget img {
height: auto; }
.entry-content img,
img.size-full {
max-width: 100%;
}
.site-header img {
width: 100%;
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
.wp-caption {
border: 1px solid #ccc;
margin-bottom: 1.5em;
padding: 1%;
max-width: 97.7%;
}
.wp-caption img {
display: block;
margin: 1.2% auto 0;
max-width: 100%;
}
.wp-caption-text {
text-align: center;
}
.wp-caption-text img {
display: inline;
margin: 0;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.site-content .gallery,
.site-content .tiled-gallery {
margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
border: none;
height: auto;
max-width: 90%;
}
.site-content .gallery dd {
margin: 0;
} embed,
iframe,
object {
max-width: 100%;
margin: 30px 0;
}
#jp-post-flair iframe{
margin: 0;
} .site-content .site-navigation {
margin: 30px 0;
overflow: hidden;
background: #000;
padding: 0;
font-size: 15px;
font-weight: 600;
font-family: 'Roboto', sans-serif;
text-transform: uppercase;
}
.site-content .site-navigation a{
color: #fff;
display: block;
padding: 20px;
}
.site-content .site-navigation a:hover{
color: #fff;
text-decoration: underline;
}
.site-content .nav-previous {
float: left;
width: 50%;
}
.site-content .nav-next {
float: right;
text-align: right;
width: 48%;
}
.single .sharedaddy{
margin: 30px 0;
}
.sd-title {
color: #000 !important;
font-family: georgia !important;
} #comments {
margin: 30px 0;
}
.bypostauthor {
}
.comments-title,
#reply-title {
font-size: 1.0em;
line-height: 1.3em;
font-family: arvo, georgia;
text-transform: uppercase;
margin: 0;
padding: 0;
color: #000;
}
.commentlist .published,
.commentlist .edit,
.commentlist .reply {
font-size: .8em;
font-style: normal;
line-height: 1.2em;
}
.comment-navigation {
margin-bottom: 1.6em;
}
.commentlist,
.commentlist li {
list-style: none;
margin: 0 0 30px 0;
}
.commentlist .comment-content li {
margin-left: 2.8em;
list-style-type: decimal;
}
.commentlist {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 30px;
}
.commentlist li {
margin-top: 1.6em;
padding: 1.6em 0 0 0;
border-top: 1px solid #e5e5e5;
}
.commentlist li li { padding-left:.6%; }
.commentlist .avatar {
float: right;
margin: 0 0 15px 0;
}
.comment-meta {
margin: 0 0 2px 0;
font-size: 0.8em;
color: #bbb;
line-height: 1.7em;
}
.comment-meta .comment-author cite {
font-style: normal !important;
font-weight: 400;
color: #333;
font-size: .8em;
}
.comment-author {
font-family: raleway;
font-style: normal;
}
.comment-meta a {
font-style: normal;
color: #777;
border-bottom: 1px solid #e5e5e5;
}
.comment-author a {
color: #333;
}
.comment-meta a:hover{
color: #000;
border-bottom: none;
}
.comments-closed {
padding: 10px 25px;
font-size: 1em;
color: #888;
background: #f5f5f5;
}
.comment-content {
font-size: 15px;
clear: left;
margin:1em 0;
}
.comment-content p {
margin-bottom: 1em;
}
.commentlist .comment-content li {
border-top: none 0;
margin: 0;
padding: 0;
}
.commentlist .comment-content ul,
.commentlist .comment-content ol {
margin-bottom: 1.692307em;
}
.commentlist .comment-content li ul,
.commentlist .comment-content li ol {
margin-bottom: 0.3em;
}
.commentlist blockquote,
.commentlist blockquote blockquote blockquote {
font-size: 1em;
}
#respond input[type=text],
#respond textarea{
display: block;
width: 100%;
}
#respond .form-allowed-tags{
margin: 20px 0;
}
#commentform input[type=submit] {
font-size: 17px;
padding: 23px 0 24px;
margin: 10px 0 20px;
width: 100%;
text-align: center;
background: #000;
color: #999;
border: none;
}
#commentform input[type=submit]:hover {
color: #fff;
} .widget {
margin: 30px 0 25px;
padding: 2px;
font-size: 15px;
line-height: 1.5;
}
.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
color: #000;
}
.widget-title,
.widget-title a {
font-size: 15px;
font-weight: 600;
font-family: 'raleway', georgia, serif;
text-transform: uppercase;
display: block;
line-height: 1.5;
margin: 0 0 1.5em;
padding: 0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
color: #000;
}
.widget:hover .widget-title {
color: #999;
}
.widget ul {
list-style-type: none;
margin: 0;
}
.widget ul li {
margin-bottom: 3px;
}
.widget ul ul {
margin-left: 10px;
}
.widget img {
height: auto;
}
.widget .wp-caption{
border:none;
padding:0;
} .widget select {
max-width: 100%;
} .widget #s {
padding: 5% 2%;
width: 90%;
}
.widget #searchsubmit {
display:none;
}
#not-found-secondary {
overflow: hidden;
width: 100%;
}
#not-found-secondary .widget {
float: left;
margin-right: 5%;
padding: 2%;
width: 26%;
}
#not-found-secondary .widget.widget_archive {
margin-right: 0;
} .widget_calendar #wp-calendar a {
display: block;
}
.widget_calendar #wp-calendar tbody a {
background-color: #999;
color: #fff;
display: block;
}
.widget_calendar #wp-calendar tbody a:hover {
background-color: #262626;
}
.widget_calendar #wp-calendar {
border: 1px solid #ccc;
border-width: 1px 0 1px 1px;
line-height: 2.52;
margin: 0;
}
.widget_calendar #wp-calendar caption {
color: #262626;
letter-spacing: 0.1em;
line-height: 1.2142857142;
margin-bottom: 17px;
text-align: left;
text-transform: uppercase;
}
.widget_calendar #wp-calendar thead th,
.widget_calendar #wp-calendar tbody td {
border: 1px solid #ccc;
border-width: 0 1px 1px 0;
text-align: center;
}
.widget_calendar #wp-calendar tfoot td#prev {
padding-left: 5px;
}
.widget_calendar #wp-calendar tfoot td#next {
border-right: 1px solid #ccc;
padding-right: 5px;
text-align: right;
} .wp_widget_tag_cloud div,
.widget_tag_cloud div {
word-wrap: break-word;
} .widget_contact_info #contact-map {
margin-bottom: 17px;
}
.widget_contact_info #contact-info-map-canvas {
height: 264px;
} .widget-area .widget-grofile h4 {
font: 400 14px/1.2142857142 Lato, sans-serif;
margin: 17px 0;
letter-spacing: 0.1em;
text-transform: uppercase;
}
.widget-grofile .grofile-thumbnail {
border-radius: 50%;
}
.widget-grofile .grofile-accounts {
margin-top: 4px;
margin-top: 0.4rem;
} .widget_recent_comments .avatar {
max-width: none;
}
.widget_recent_comments td.recentcommentsavatartop,
.widget_recent_comments td.recentcommentsavatarend {
padding: 5px 5px 5px 0;
}
.widget_recent_comments td.recentcommentstexttop,
.widget_recent_comments td.recentcommentstextend {
padding: 5px 0 5px 5px;
vertical-align: middle;
} .widget-area .milestone-widget .milestone-content {
max-width: 100%;
}
.widget-area .milestone-header {
border-bottom: 0;
}
.widget-area .milestone-countdown,
.widget-area .milestone-message {
border-color: rgba(255, 255, 255, 0.2);
border-top: 0;
}
.widget-area .milestone-header,
.widget-area .milestone-countdown,
.widget-area .milestone-message {
background-color: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(255, 255, 255, 0.2);
color: #000;
}
.widget-area .milestone-countdown {
background-color: rgba(255, 255, 255, 0.1);
}
.widget-area .milestone-widget {
margin-bottom: 48px;
margin-bottom: 4.8rem;
}
.widget-area .milestone-content {
margin-top: 0;
} .widget-area .widgets-multi-column-grid ul li {
border: 0;
padding: 0 8px 6px 0;
} .widget_rss ul > li {
padding: 17px 0;
} img#wpstats {
background-color: #818181;
border-radius: 4px;
display: block;
margin: -20px auto 0;
padding: 2px;
}
#secondary .tweets li{
margin: 0 0 14px 0;
}
.PDS_Poll{
margin: 0 0 30px 0;
} .infinite-scroll #wrapper:after {
clear: both;
content: '';
display: block;
}
.infinite-scroll #content {
margin-bottom: 1.5em;
}
.infinite-scroll.neverending #content {
margin-bottom: 1.5em;
}
#infinite-footer .container {
float: none;
}
.infinite-loader {
margin: 30px auto;
width: 34px;
height: 34px;
clear: both;
}
#infinite-handle {
margin: 30px 0;
display: block;
width:100%;
text-align: center;
}
#infinite-handle span {
background-color: #000;
border: 0;
color: #fff;
display: inline-block;
font: 700 12px/1 raleway, sans-serif;
padding: 11px 22px;
text-transform: uppercase;
vertical-align: top
}
#infinite-handle span:hover {
background-color: #333;
}
.infinite-scroll .infinite-wrap {
border: 0 none;
padding: 0;
} .infinite-scroll #nav-below,
.infinite-scroll.neverending .footer {
display: none;
} .infinity-end.neverending .footer {
display: block;
} #colophon {
color: #333;
font-size: .7em;
margin: 0 auto;
max-width: 1000px;
}
#colophon a{
color: #a1610c;
}
#colophon a:hover{
color: #333;
} @media screen and (max-width: 1000px) {
#featured-content.flexslider .slides .featured-hentry-wrap {
width: 100%;
margin: 0;
}
.site-info{
padding:0 30px;
}
.site-title{
padding-left:30px;
}
.nav-wrap {
padding-right:30px;
}
}
@media screen and (max-width: 965px) {
#main, #single-main{
max-width: 1000px;
margin: 0 auto;
}
.widget-area .content-area {
float: none;
margin: 0 auto;
width: 100%;
}
.widget-area .site-content {
margin: 0 0% 10% 0;
}
.widget-area #secondary{
max-width: 700px;
margin:0 auto;
}
.site-main .widget-area{
float: none;
clear:left;
overflow: hidden;
width: 100%;
}
}
@media screen and (min-width: 890px) and (max-width: 1280px){
.box-home {
margin-right: 24px!important;
}
.box-home:last-child {
margin-right: 0!important;
}
.site-main {
width: 95% !important;
}
}
@media screen and (max-width: 700px) {
#featured-content.flexslider .slides .featured-hentry-wrap {
width: 100%;
margin:0;
}
} @media screen and (max-width: 890px) {
.box-home {
width: 22%!important;
}
.home-text-inner {
width: 98%!important;
}
.right-copy {
width: 51%!important;
}
.left-copy {
margin-right: 15px!important;
}
.entry-content, .entry-summary {
padding: 5px;
}
.page-template-blog .entry-content {
padding: 15px 5px;
}
.nav-wrap{
float: none;
width: 100%;
}
.main-navigation {
float: left;
font-family: 'arvo', georgia;
padding-top: 2px;
text-transform: uppercase;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 0;
float: left;
}
}
@media screen and (max-width: 708px) { #main, #single-main {
padding:10px;
}
} @media screen and (max-width: 767px) {
.header-inner{
width: 100%!important;
}
.top-menu {
display: block!important;
width: 100% !important;
clear: both;
position: relative;
float: none!important;
text-align: center;
}
#menu-top-menu li {
line-height: 19px;
display: inline-block;
margin-right: 8px;
font-size: 16px;
}
.site-header img {
width: 90%;
padding: 5px;
}
.boxes-home {
width: 100%!important;
}
.box-home {
width: 97%!important;
margin-bottom: 10px;
}
.home-text-inner {
width: 97%!important;
}
.left-copy {
display: inline-block;
width: 100%!important;
margin-right: 0!important;
text-align: center;
}
.right-copy {
display: inline-block;
width: 100%!important;
text-align: center!important;
}
.sep {
width: 83%!important;
}
.one-half-contact {
margin-right: 0px!important;
width: 98%!important;
}
#masthead #logo {
float: none;
width: 100%;
}
.site-title {
text-align: center;
padding: 0;
}
}
@media screen and (max-width: 700px) and (orientation:landscape) {
.box-home {
width: 30%!important;
margin-bottom: 10px;
margin-right: 6px!important;
}
} @media screen and (max-width: 600px) {
.site-navigation h1.menu-toggle {
color: #333;
font-size: 14px;
margin: 0;
padding: 15px 0;
font-family: "Cantata One",serif;
text-align:center;
}
.site-navigation h1.menu-toggle:hover{
color: #999;
}
.site-navigation h1.menu-toggle:before {
content: '\f419';
color: #333;
font-size: 14px;
margin: 0;
padding: 0 14px 0 0;
font-family: genericons, arial;
vertical-align: middle;
}
.main-small-navigation .menu {
list-style-type: none;
margin: 3% 3% 0 3%;
padding-bottom: 10px;
font-family: 'arvo', georgia;
text-transform: uppercase;
font-size:13px;
}
.main-small-navigation ul,
.main-small-navigation ul ul {
list-style-type: none;
}
.main-small-navigation ul li a {
display: block;
line-height:2;
}
.main-small-navigation ul li a:hover {
color: #fff;
}
}
.offn { width:460px;}
.offn td { width:230px!important; font-weight:normal;font-size:13px;border-bottom:1px dotted #ccc;height:25px;vertical-align:middle;}
@media screen and (max-width : 550px) {
#main .format-video .single-thumbnail a:after,
#main .format-standard .single-thumbnail a:after,
#main .format-image .single-thumbnail a:after,
#main .format-gallery .single-thumbnail a:after,
#main .format-quote .single-thumbnail a:after,
#main .sticky .single-thumbnail a:after,
#main .format-status .single-thumbnail a:after,
#main .format-audio .single-thumbnail a:after,
#main .format-aside .single-thumbnail a:after {
left: 54%;
top: 18%;
font-size: 50px;
color: #fff;
}
.offn { width:100%;}
.offn td { width:100%!important;display:block;height:auto;line-height:25px;}
} @media screen and (max-width : 480px) {
#featured-content.flexslider .slides .featured-hentry-wrap {
display: none;
}
.minislides{
display:none;
}
#main .format-video .single-thumbnail a:after,
#main .format-standard .single-thumbnail a:after,
#main .format-image .single-thumbnail a:after,
#main .format-gallery .single-thumbnail a:after,
#main .format-quote .single-thumbnail a:after,
#main .sticky .single-thumbnail a:after,
#main .format-status .single-thumbnail a:after,
#main .format-audio .single-thumbnail a:after,
#main .format-aside .single-thumbnail a:after {
left: 60%;
top: 15%;
font-size: 50px;
color: #fff;
}
#main .post-thumb .header-wrapper .entry-title {
font-family: "raleway", sans-serif;
text-transform: uppercase;
line-height: 1.0344827586;
padding: 0;
margin: 0 0 30px 0;
font-size: 20px;
}
} @media screen and (max-width : 320px) {
#main .format-video .single-thumbnail a:after,
#main .format-standard .single-thumbnail a:after,
#main .format-image .single-thumbnail a:after,
#main .format-gallery .single-thumbnail a:after,
#main .format-quote .single-thumbnail a:after,
#main .sticky .single-thumbnail a:after,
#main .format-status .single-thumbnail a:after,
#main .format-audio .single-thumbnail a:after,
#main .format-aside .single-thumbnail a:after {
left: 60%;
top: 3%;
font-size: 50px;
color: #fff;
}
}
.site-main-full-width {
max-width: 100% !important;
margin:0!important;
}
.site-main-full-width #primary{
margin:0!important;
}
.site-main-full-width .content-area {
max-width: 100% !important;
}
.boxes-home {
display: block;
margin: 0 auto;
position: relative;
padding: 40px 0 25px 0;
width: 1000px;
}
.home-text {
background-image: url(//www.restaurantreiatstube.ch/html/wp-content/themes/tpl/img/home-text.jpg);
padding: 25px 0;
background-size: cover;
background-repeat: no-repeat;
}
.home-text-inner {
display: block;
margin: 0 auto;
position: relative;
width: 1000px;
}
.home-text-inner > h1 {
color: #a1610c;
font-size: 46px;
text-align: center;
text-transform: none;
margin-bottom:20px;
}
.home-text-inner p {
color: #fff;
font-size: 15px;
line-height: 22px;
text-align: center;
}
.box-home {
border: 1px solid #dcdcdc;
display: inline-block;
margin-right: 26px;
padding: 5px;
width: 30%;
}
.box-home a, .box-home a h2, .box-home a img {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
outline: 0;
}
.box-home a:hover img{
opacity:0.7;
}
.box-home a:hover h2{
color:#333;
}
.box-home h2 {
margin: 10px 0;
}
.box-home img {
height: auto;
max-width: 100%;
width: auto;
}
.site-main-full-width .site-content {
margin: 0;
}
.left-copy {
display: inline-block;
width: 45%;
margin-right: 95px;
}
.right-copy {
display: inline-block;
width: 45%;
text-align: right;
}
.left-copy > p, .right-copy > p {
font-size: 12px;
}
.entry-content li {
font-size: 14px;
}
h2.page-title {
text-align: left;
}
.sep::before {
background: #a1610c none repeat scroll 0 0;
bottom: -4px;
content: "";
height: 9px;
left: 50%;
margin: -4px 0 0 -4px;
position: absolute;
transform: rotate(-45deg);
width: 9px;
}
.sep::after {
border-top: 1px solid #a1610c;
bottom: 0;
content: "";
left: 50%;
margin: 0 0 0 -100px;
position: absolute;
width: 200px;
}
.sep{
border: medium none;
float: left;
padding: 17px 20px;
position: relative;
width: 100%;
}
.page-template-blog .entry-content {
padding: 15px 0;
}
.page-id-20 .site-header {
max-width: 100% !important;
}
.egm-marker-iw > p {
color: #333;
}
.one-half-contact {
display: inline-block;
margin-right: 20px;
vertical-align: top;
width: 45%;
}
.one-half-contact > p {
color: #333;
font-size: 14px;
}
.top-menu {
display: inline-block;
float: right;
margin: 12px 0px;
margin-top:0px;
padding-left:5px;
padding-right:5px;
background-color:rgba(255,255,255,0.9);
-webkit-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.26);
box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.26);
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
text-align:right;
}
#menu-top-menu {
list-style: none;
padding: 0;
margin: 0;
}
#menu-top-menu li a {
font-size: 14px;
color:#000;
}
#menu-top-menu li {
margin:0px !important;
display:inline-block !important;
padding-left:5px;
padding-right:5px;
}
#menu-top-menu li a:hover,#menu-top-menu li.current-menu-item a {
color:#8e8e4e;
}
#menu-top-menu li::before {
content:"\00bb\00a0";
color:#000;
font-size:12px;
}
.header-inner {
width: 1000px;
margin: 0 auto;
position:absolute;z-index:100000000000000;
}
.box-home { display: inline-block;
margin-right: 0px; padding: 0px;
width: 30%;
background-color:#f4f4f4;
-webkit-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.17);
-moz-box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.17);
box-shadow: 0px 0px 9px 0px rgba(0,0,0,0.17);
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px; background: #f4f4f4; background: -moz-linear-gradient(top,  #f4f4f4 24%, #ffffff 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,#f4f4f4), color-stop(100%,#ffffff)); background: -webkit-linear-gradient(top,  #f4f4f4 24%,#ffffff 100%); background: -o-linear-gradient(top,  #f4f4f4 24%,#ffffff 100%); background: -ms-linear-gradient(top,  #f4f4f4 24%,#ffffff 100%); background: linear-gradient(to bottom,  #f4f4f4 24%,#ffffff 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f4f4", endColorstr="#ffffff",GradientType=0 ); }
.box-home  h2 {
background-color:#a8a82d;
margin-top:0px !important;
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
padding:10px 20px;
font-size:1.5em;
color:#fff;
text-align:left;
}
@media (min-width:992px) {
.boxes-home {
display: flex;
flex-direction: row-reverse;
}
}
.box-home.box1 { width:33%;margin-bottom:20px;min-height:400px;padding-bottom:10px;margin-right:20px;}
.box-home.box3 { width:64%;margin-bottom:20px;min-height:400px;padding-bottom:10px;}
.boxData { padding:10px;display:block; font-size:0.688em; min-height:200px; }
.boxData a { font-weight:bold; }
.boxData ul{ padding:0px;margin:0px;list-style:none; }
.boxData ul li{ padding:0px;margin:0px;list-style:none; }
.boxData .dataOfNews p {margin-bottom:15px;}
.box-home a, .box-home a h2, .box-home a img {
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
outline: 0;
}
.titleOfNews { margin-bottom:10px!important;}
ul.subpages { padding:0px;margin:0px;margin-top:30px;list-style:none; font-weight:bold;}
ul.subpages li{ display:inline-block;font-size:14px;}
ul.subpages li a{ padding:5px 10px;}
ul.subpages li a::before{ content:"\00bb\00a0"; }
ul.subpages li.current_page_item a,
ul.subpages li a:hover{ background-color:#000; color:#fff;}
.pageId-264 h1 { font-size: 18px; background-color:#f2f2cf; padding:5px; font-weight:bold;margin:10px 0;}
.pageId-264 { line-height: 30px;}
#logo img {
margin-top:-2px;padding-top:0px;
background-color:rgba(226,226,186,0.7);
-webkit-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.26);
box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.26);
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
#breadcrumbs {
font-size:0.688em
}
.page-contact1 { width:45%;float:left;display:block;font-size:100%;}
#wpcf7-f85-p375-o1 { margin-left:10px;width:52%;float:right;display:block; }
.frm-required { color:red;font-weight:bold;}
#wpcf7-f85-p375-o1 input { float:right;width:60%;}
#wpcf7-f85-p375-o1 input.wpcf7-submit { width:100px;}
#wpcf7-f85-p375-o1 p { clear:both;display:block;line-height:30px;}
.anfrageForm , #wpcf7-f429-p253-o1{ clear:both;display:block;width:100%;height:400px; }
.page-contact11 {width:49%;float:left;display:block; }
.page-contact12 { width:49%;float:right;display:block;height:400px; }
.anfrageForm input[type="text"],.anfrageForm input[type="email"] { float:right;width:60%;}
.anfrageForm input.wpcf7-submit { width:100px;float:right;}
.anfrageForm p { clear:both;display:block;line-height:30px;}
#masthead #logoM { display:none;}
.main-navigation ul { } .wpdm-category, .w3eden { padding-top:0px;margin-top:0px;}
.wpdm_icon { width:20px; }
.wpdm-link-tpl { padding:5px 0px; border-bottom:1px solid #f4f4f4;}
.wpdm-link-tpl .ptitle, .wpdm-link-tpl .wpdm-download-link { font-size:14px;}
@media screen and (min-device-width : 414px) 
and (-webkit-device-pixel-ratio: 3){
.box-home {
margin-left: 20px;
width: 83%!important;
}
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 
.box-home {
margin-left: 20px;
width: 25%!important;
display: inline-block;
}
}
.top2 { display:none;visibility:hidden;margin-left: -10000000; }
@media screen and (max-width: 796px) { 
#masthead #logo,#masthead #logoM  {
width:40% !important;
display:inline-block;
float: none;
margin: 0 auto;
position:absolute;
z-index:999999999999999999999999999999999999999;
margin-top:2px;
}
#menu-top-menu,.top-menu {
display:block;
position:absolute;
top:0px;
left:20%;
clear:both;
float: initial !important;
margin: 0 0 5px;
padding-left: 5px;
padding-right: 5px;
text-align: left;
}
.top-menu { display:none;visibility:hidden;margin-left: -10000000;width:1px;font-size:1px; }
.top2 { display:block;visibility:visible;margin-left: 0; }
.top2 ul { list-style:none; padding:0px;margin:0px; margin-top:20px;margin-bottom:20px;}
.top2 li { padding:0px;margin:0px;line-height:25px;display:block; margin-left:5px;margin-right:5px;background-color:#f4f4f4;padding-left:10px;border-bottom:1px solid #fff; }
.top2 li a{ font-size:13px; }
.top2 li a::before{ content:"\00bb\00a0"; }
#menu-top-menu li{
display:block !important;
}
.box-home.box1 { width:97%; float:initial;margin-bottom:20px;min-height:400px;height:auto;padding-bottom:10px;}
.box-home.box3 { width:97%; float:initial;margin-bottom:20px;min-height:400px;height:auto;padding-bottom:10px;}
.header-inner {
width: 100% !important;
display:none;
}
#logoM img {
margin-top:-2px;padding-top:0px;
background-color:rgba(226,226,186,0.7);
-webkit-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.26);
-moz-box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.26);
box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.26);
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.page-contact1,.page-contact11,.page-contact12,.page-contact,.page-contact2,#wpcf7-f85-p375-o1,#wpcf7-f429-p253-o1,.anfrageForm  { float:left;clear:both;width:97%;height:auto;}
#wpcf7-f429-p253-o1 input[type="text"], #wpcf7-f429-p253-o1 input[type="email"],
#wpcf7-f85-p375-o1 input[type="text"], #wpcf7-f85-p375-o1 input[type="email"],
.anfrageForm input[type="text"], .anfrageForm input[type="email"],
.page-contact input[type="text"], .page-contact input[type="email"],
.page-contact1 input[type="text"], .page-contact1 input[type="email"],
.page-contact12 input[type="text"], .page-contact12 input[type="email"],
.page-contact11 input[type="text"], .page-contact11 input[type="email"],
.page-contact2 input[type="text"], .page-contact2 input[type="email"] {clear:both;float:left;width:100%;}
input.wpcf7-submit { margin-top:20px;}
}