/*
Theme Name: ganzglastuere.de 2021
Theme URI: http://underscores.me/
Author: Purpix
Author URI: http://www.purpix.de
Description: Purpix - ganzglastuere.de
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: ganzglastuere
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.

ganzglastuere.de is based on Underscores http://underscores.me/, (C) 2012-2016 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/
*/
@media (max-width:767px){
#wpadminbar{
	display: none;
}
html[class*="j"]{
	margin-top: 0 !important;
}
}

/* raleway-300 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/raleway/raleway-v18-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway/raleway-v18-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway/raleway-v18-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway/raleway-v18-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway/raleway-v18-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway/raleway-v18-latin-300.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-regular - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/raleway/raleway-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway/raleway-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway/raleway-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway/raleway-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway/raleway-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway/raleway-v18-latin-regular.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-500 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/raleway/raleway-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway/raleway-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway/raleway-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway/raleway-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway/raleway-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway/raleway-v18-latin-500.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-600 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/raleway/raleway-v18-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway/raleway-v18-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway/raleway-v18-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway/raleway-v18-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway/raleway-v18-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway/raleway-v18-latin-600.svg#Raleway') format('svg'); /* Legacy iOS */
}
/* raleway-700 - latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/raleway/raleway-v18-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/raleway/raleway-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/raleway/raleway-v18-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/raleway/raleway-v18-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/raleway/raleway-v18-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/raleway/raleway-v18-latin-700.svg#Raleway') format('svg'); /* Legacy iOS */
}

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

.max-width-100 img{
		max-width: 100px;
	}

body.logged-in .only-login{display: block;}
.only-login{display: none;}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Raleway', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
}

.full {
	width: 100% !important;
	height: auto !important;
}

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: bold;
}

dfn {
	font-style: italic;
}

h1, .h1 {
	font-size: 2em;
/* 	margin: 0.67em 0;  RB 12.06*/
    margin: 0 auto;
}

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;
}

thead h2, thead .h2 {
	margin-bottom: 0 !important;
}

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-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: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 1.85;
}

.widget .textwidget, .widget{
    font-size: 15px;
}

@media (min-width:768px){
    body{
        font-size: 17px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-top: 0;
/* 	clear: both; */
/*
	margin-top:0px;
	display: inline;
	RB 12.06.
*/
}

h1, h2, h1.post-title,
.h1, .h2, .h1.post-title {
	text-transform: none;
	font-size:24px;
	font-weight:600;
	margin-bottom:20px;
}

h1.post-title, .h1.post-title {
	margin-bottom: 0;
}

h2, h1.post-title, .h2, .h1.post-title, .blog-date {
	font-size:21px;
}

h3, .h3{font-weight: bold;font-size: 18px;}

.blog-date {
    font-weight: 500;
    font-size: 16px;
    margin-top: -10px;
}

.imprint h2, .imprint h3 {
    margin-top: 40px;
}


p {
	margin-top:0px;
	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%;
}

.vc_column_container>.vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/*--------------------------------------------------------------
# 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: border-box;
}

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:0px;
	padding-left:0px;
}

li {
	list-style:inside;
list-style-position: inherit;
}

main li{
	margin-left: 15px;
}

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. */
}

img[src*="pmt_fenster_tueren_logo"]{
	max-width: 100%;
	width: 137px;
}

img[src*="rueckrufservice"]{
	width: 200px;
	max-width: 100%;
}
	

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

table.download-pdf tr:first-child td{
	background: #b01a40;
}
.tablepress.download-pdf .row-hover tr:first-child:hover td {
    background-color: #b01a40;
}

table.download-pdf td a {
    display: block;
    min-height: 59px;
}

table.download-pdf td a::before {
    content: "";
    background-image: url(img/pdf_download_ganzglastuere.de_.jpg);
    width: 58px;
    height: 59px;
    display: block;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.tablepress.download-pdf td{
	width: 50%;
}

/*--------------------------------------------------------------
# Structure
--------------------------------------------------------------*/

.site-content {
	max-width:1510px;
	margin:0px auto;
	vertical-align:top;
}
.content-area {
/* 	min-width:1020px; */
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	margin-right:40px;
	float:left;
}
aside.widget-area {
/* 	min-width:336px; */
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	float:right;
}
.wpb_content_element {
	margin-bottom:20px;
}
.wpb_content_element .wpb_wrapper h3[style*="center"], .tablepress td h3, h2.h3[style*="center"]{
	background: #b01a40;
	color: #fff;
	width: 100%;
	display: block;
}
.vc_row.vc_row-has-fill .wpb_content_element h3[style*="center"]{
	background: none !important;
	margin-top: 0;
}
table.tablepress tr td[colspan="4"] h3{
	background: #b01a40;
	padding: 0 10px;
}
table.tablepress tr td[colspan="4"]{
	padding: 0;
	background: none;
}

table.tablepress tr td[colspan="4"] + .column-5{background: none;}

table.tablepress tr td[colspan="4"]:hover{
	background: none;
}
.vc_row {
	margin-bottom:40px;
}
.vc_row  .vc_row{
	margin-bottom:0px;
}
.vc_row .bg-grey {
	background:#faf7f0;
}
.row-padding {
	margin-left:0px;
	margin-right:0px;
	padding:25px;
}
.wpb_content_element.vc_separator {
	margin-bottom:40px;
	margin-top:40px;
}
.wpb_content_element:last-child.vc_separator {
	margin-bottom:40px;
	margin-top:40px;
}
body.page-template-page-unterseite header {
	background:#fff;
/* 	margin-bottom:20px; */
}
body.page-template-page-unterseite .site-branding {
	margin-top:15px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site > header {
	margin-bottom:40px;
/* 	overflow-x:hidden; */
max-width: 100%;
}





.metaslider .slides .caption-wrap {
	background: rgba(255,255,255,0.6);
	text-align:center;
	font-weight:600;
	font-size:25px;
	opacity:1;
}



/*--------------------------------------------------------------
# sidebar
--------------------------------------------------------------*/
a.cat-post-footer-link{
	background-color: #b22143;
	box-shadow: none;
	text-shadow: none;
	border: 0px solid #b22143;
	color: #fff !important;
	background-image: none;
	font-size: 14px;
	border-radius: 3px;
	line-height: 1;
	padding: 8.4px 14px;
	margin-top: 14px;
	display: block;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.cat-post-footer-link:hover,
.cat-post-footer-link:active,
.cat-post-footer-link:focus{
	box-shadow: none;
/* 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), inset 0 15px 17px rgba(255, 255, 255, 0.2), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */
}

#secondary section {
	background: #f1f1f1;
	padding: 15px;
}

aside#secondary.widget-area .widget{
	border: none;
	position: relative;
	margin-bottom: 30px;
}

aside#secondary.widget-area .widget::after{
	content: "";
	border-bottom: 2px solid #b22143;
	margin-top: 15px;
	display: block;
	width: 100%;
	position: absolute;
	bottom: -16px;
	left: 0;
}

aside#secondary.widget-area .widget *:last-child{
	margin-bottom: 0;
}

.widget-area button{
	width: 100%;
	margin-top: 15px;
}

.widget-area a i{
	color: #b22143;
}

.widget-area button a {
	color: #fff;
	font-size: 14px !important;
}
aside.widget-area h2 {
	color:#000;
	font-size:18px;
	margin: 0 auto;
}

aside.widget-area h2 i:before {
	padding-right:10px;
}

aside ul li {
	list-style:none;
}

aside.widget-area .widget {
	margin-bottom:20px;
	padding-bottom:20px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
article.post header {
	margin-bottom:10px;
}
article.post h2.entry-title {
    margin-bottom: 7px;
    line-height: 34px;
}
.navigation.post-navigation {
	display:none;
}
article.post .more-link,
.more-link {
	padding:6px 12px;
	color:#fff !important;
	line-height:1;
    background: #b22143;
       display: inline-block;
    margin: 5px auto;
}
article.post .more-link:hover,
.more-link:hover {
	opacity:0.8;
}
body.category article.post {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px dashed #333;
}

div.downer article.post{
	border: none;
	padding: 0;
}

header{
	position: relative;
}


span[id*="more"]{
	position: absolute;
	top:0;
}

h1.post-title, .blog h2 a,
.h1.post-title, .blog .h2 a{color: #b22143}

.blog .more-link{
	color: #b22143
}

.blog .vc_row{
	margin-bottom: 0;
}

.blog .vc_row + .wpb_column + .wpb_content_element{
	margin-bottom: 0;
}

.blog .blog-excerpt {
    margin: 9px 0px;
}

/*--------------------------------------------------------------
# Kontaktformular
--------------------------------------------------------------*/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	border-radius:0px;
	margin-bottom:5px;
	width:100%;
	padding:5px 8px;
}
.wpcf7 .wpcf7-form-control-wrap.zip {
	display:inline-block;
	width:30%;
}
.wpcf7 .wpcf7-form-control-wrap.city {
	display:inline-block;
	width:69%;
	float:right;
}
.wpcf7 span.wpcf7-list-item {
    margin-left: 0em;
}
.wpcf7 .wpcf7-list-item-label {
	padding-left:5px;
}
.wpcf7 textarea {
	height:150px;
}
.wpcf7 input[type="submit"] {
	border:none;
	box-shadow:none;
	text-shadow:none;
	color:#fff;
	padding:6px 15px;
	line-height:1;
	border-radius:0px;
	font-size:15px;
	font-weight:600;
}
.wpcf7 input[type="submit"]:hover {
	border:none;
	box-shadow:none;
	opacity:0.8;
}
/*--------------------------------------------------------------
# Iconbox
--------------------------------------------------------------*/

.wpb_wrapper .iconbox h3, .wpb_wrapper .iconbox .h3 {
	font-size:15px;
	font-weight:700;
	text-transform:uppercase;
}
.wpb_wrapper .iconbox h3 i.fa:before {
	font-size:50px;
	padding-right:10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
/* 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05); */
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: 8.4px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
/* 	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02); */
}

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"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

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

.blog p a{
	text-decoration: none;
    font-weight: bold;

}

a:visited {
	color: #000;
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
# 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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.cat-links {
	display: none;
}

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

p img{
	margin-bottom: 1px;
}

.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;
	table-layout: fixed;
}

.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%;
}

/*--------------------------------------------------------------
# TablePress
--------------------------------------------------------------*/

table.tablepress thead th {
	color:#fff;
}

table.tablepress .odd td {
	background:#e1e1e1;
}

table.tablepress td {
	line-height: 1.5;
}

table.no-bg-first-row td.column-1{
	background: none;
}

.tabelle-zwei .odd td.column-1[rowspan]{
	background:none;
}

.tabelle-zwei .odd .column-1[colspan*="3"]{
	background:none;
}

.tabelle-zwei p{
	margin: 0 auto;
}

.tabelle-zwei img{
	margin: 0 auto;
	display: block;
}

.tabelle-zwei hr {
    margin: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.tabelle-zwei tr td{
	display: table-cell;
	vertical-align: middle;
}

.tablepress tbody td, .tablepress tfoot th {
	border:none;
}

.right-2 td.column-2,.right-2 th.column-2, .right-3 td.column-3, .right-3 th.column-3, .right-4 td.column-4, .right-4 th.column-4, .right-5 td.column-5, .right-5 th.column-5, .right-6 td.column-6, .right-6 th.column-6{
	text-align: right;
	min-width: 150px;
}

.center-2 td.column-2,.center-2 th.column-2, .center-3 td.column-3, .center-3 th.column-3, .center-4 td.column-4, .center-4 th.column-4, .center-5 td.column-5, .center-5 th.column-5,  .center-6 td.column-6, .center-6 th.column-6, .center td, .center th{
	text-align: center;
	min-width: 150px;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/
#searchform-wrapper {
	display: none;
	width: auto;
	position: absolute;
	right: 0px;
	margin-top:5px;
	z-index: 100;
}

#searchform-wrapper label {
	vertical-align:top;
}

#searchform-wrapper input.search-field {
	padding: 2px 5px;
	border: 1px solid rgb(178, 33, 67);
	border-radius: 0px;
	height: 30px;
}
#searchform-wrapper input.search-submit {
	background: rgb(178, 33, 67) none repeat scroll 0% 0%;
	box-shadow: none;
	color: rgb(255, 255, 255);
	text-shadow: none;
	text-transform: uppercase;
	border-radius: 0px;
	border: 0px none;
	padding: 8px 14px;
	font-weight: 600;
	height:30px;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline, .ubweg, .post-author, .author,
.updated:not(.published) {
	display: none;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 0;
}

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

/*--------------------------------------------------------------
## 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-left: auto;
	margin-right: auto;
}

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

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

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

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

.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;
}
/*--------------------------------------------------------------
# Visual composer
--------------------------------------------------------------*/
.wpb_single_image img {
	border:1px solid #b8b8b8;
	padding:5px;
	box-sizing:border-box;
}


	
.wpb_single_image.border-none img{border:none;}
.wpb_single_image.no-border img {
	border:0px;
	padding:0px;
	box-sizing:border-box;
}
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer.site-footer {
	padding-top:50px;
}
footer.site-footer .footer-links {
	max-width:1510px;
	margin:0px auto;
	padding-bottom:30px;
	padding:0 15px 30px;
}
footer.site-footer .footer-links .footer-column {
	width:24%;
	display:inline-block;
	padding-right:10px;
	box-sizing:border-box;
	vertical-align: top;
}
footer.site-footer .footer-links h2 {
	margin:0px;
	font-size:18px;
	text-transform:none;
	padding-bottom:8px;
}
footer.site-footer .footer-links li {
	list-style:none;
}
footer.site-footer .footer-links li a {
	text-decoration:none;
	color:#000;
	font-weight:600;
}
footer.site-footer .footer-links li a:hover {
	color:#000;
	font-weight:700;
}
footer.site-footer .copyright {
	text-align:center;
	font-weight:600;
	color:#fff;
	padding:25px;
	line-height:1;
}

/*--------------------------------------------------------------
## Produktkalkulator
--------------------------------------------------------------*/
.u-site-no-sidebar.content-area{width: 100%;margin: 0 auto;}


/* SG - 08.11.2017 */
.u-site-no-sidebar .kalkulator p{overflow: hidden;}

/* SG - 08.11.2017 */
.u-site-no-sidebar p iframe, .u-site-no-sidebar p {
	max-width: 6000px;
	width: 1130px;
	height: 2600px;
}

/* SG - 08.11.2017 */
.konfigurator-wrapper p {
    width: 1100px;
    height: 2583px;
}

.content-area {
	width:68%;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	margin-right:2%;
	float:left;
}
/* sidebar */
aside.widget-area {
	width:30%;
	display:inline-block;
	box-sizing:border-box;
	vertical-align:top;
	float:right;
}

.site-content {
	padding-left:15px;
	padding-right:15px;
}

@media screen and (min-width: 1280px) {
	.content-area {
		width:72%;
	}
	/* sidebar */
	aside.widget-area {
		width:26%;
	}
}

/*--------------------------------------------------------------
## Media querie - 1060px
--------------------------------------------------------------*/
@media screen and (max-width: 1060px) {
.site-content {
	max-width:100%;
	margin:0px auto;
	vertical-align:top;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
}

aside.widget-area h2 {
	word-break:break-all;
}
/* footer */
footer.site-footer .footer-links {
	max-width:100%;
	padding-left:15px;
	padding-right:5px;
	box-sizing:border-box;
}
}
/*--------------------------------------------------------------
## Media querie - 768
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
.site-content {
	max-width:100%;
	margin:0px auto;
	vertical-align:top;
	box-sizing:border-box;
	padding-left:15px;
	padding-right:15px;
}
.content-area {
	width:100%;
	display:block;
	box-sizing:border-box;
	vertical-align:top;
	margin-right:10%;
	float:none;
}
aside.widget-area {
	width:100%;
	display:block;
	box-sizing:border-box;
	vertical-align:top;
	float:none;
}
footer.site-footer .footer-links {
	padding-right:15px;
}
footer.site-footer .footer-links .footer-column {
	width:100%;
	display:block;
	margin-bottom:20px;
	padding:0px;
}
footer.site-footer .footer-links .footer-column:last-child {
	margin-bottom:0px;
}


}
/*--------------------------------------------------------------
## Media querie - 600
--------------------------------------------------------------*/


table.download-pdf td a::before {
    content: "";
    background-image: url(img/pdf_download_ganzglastuere.de_.jpg);
    width: 100%;
    height: 59px;
    display: block;
    float: left;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 0;
}
}
/*--------------------------------------------------------------
## Media querie - 400
--------------------------------------------------------------*/

