/*
Theme Name: FGR Basic Theme
Theme URI: https://fgrepublik.com/
Description: Das FGR Basic-Theme wurde eigens für FGR Kunden entwickelt. Es bedarf keinerlei zusätzliche Lizenz, jedoch darf die Gestaltung die durch die FGR vorgegeben wurde nicht verändert werden - es erlischt umgehend das Nutzungsrecht. Inhaltliche Änderungen dürfen selbstverständlich getätigt werden. Im Zweifelsfall steht die <a href="http://fgrepublik.com/">Freie Gestalterische Republik</a> jederzeit bereit, um Fragen zu beantworten.
Author: Freie Gestalterischen Republik
Author URI: https://fgrepublik.com/
Text Domain: https://fgrepublik.com/
Version: 1.3.4
License: Keine Nutzung ohne vorherige Absprache erlaubt.
License URI: license.txt
Tags: FGR, basic, Widgetfähig, Menü, Responsive
*/

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }




/* ###############################################################
##################################################################

CSS Struktur in der style.css
1.1 Eingebundene WebFonts
1.2 Global: Basis CSS, Anpassungen und kleine Hacks
1.3 Header Definition inkl. Navigationsrahmen (Rest der Navigation liegt in stylenavi.css)
1.4 Slider Definition, Alternativ der Kategorien-Filter
1.5 Contentelemente h1/h2/h3, p, a, Buttons, Textarea, ul, li usw.
1.6 Plugins & entsprechende Modifikationen
1.7 wiederkehrende Blog-Elemente von Wordpress wie weiterblättern, etc.
1.8 Sidebarelemente von Wordpress, Widgets, etc.
1.9 Globale Footerangaben, Footer Widgets, Cookie Script etc. falls Navigation vorhanden siehe stylenavi.css


Header-Navigation, Sidebar-Navigation und Footer-Navigation
2.1 Responsive Menü Desktopversion first level
2.2 Footer Navigation

##################################################################
############################################################### /*




/* 1.1 Eingebundene WebFonts BloggerSans
##################################################### */

@font-face {
    font-family: 'open_sansbold';
    src: url('_fonts/opensans-bold-webfont.eot');
    src: url('_fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('_fonts/opensans-bold-webfont.woff') format('woff'),
         url('_fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('_fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url('_fonts/opensans-light-webfont.eot');
    src: url('_fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/opensans-light-webfont.woff2') format('woff2'),
         url('_fonts/opensans-light-webfont.woff') format('woff'),
         url('_fonts/opensans-light-webfont.ttf') format('truetype'),
         url('_fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('_fonts/opensans-regular-webfont.eot');
    src: url('_fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('_fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('_fonts/opensans-regular-webfont.woff') format('woff'),
         url('_fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('_fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'merriweatherlight_italic';
    src: url('_fonts/merriweather-lightitalic-webfont.woff2') format('woff2'),
         url('_fonts/merriweather-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



/* 1.2 Global: Basis CSS, Anpassungen und kleine Hacks
##################################################### */

body, html, div,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, dl, dt, dd, ol, ul, li, hr,
fieldset, form, label, legend, th, td,
article, aside, figure, footer, header, hgroup, menu, nav, section,
summary, hgroup, img {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal !important;
}

html, input, textarea {
	-webkit-font-smoothing: antialiased;
}

html {
	font-size: 100% !important;
}

body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	line-height: 200% !important;
	font-size: 100% !important;
	font-family: 'open_sanslight', Helvetica, Arial, sans-serif;
	color: #333333;
}

#container {
	position: relative;
	min-height: 500px;
	margin: auto;
	margin-top: -200px;
	margin-bottom: 100px;
	padding: 0 0 0 0;
	overflow: hidden;
	z-index: 11;
}

@media screen and (max-width: 768px) {
	#container {
		margin-top: 0px;
	}
}

.width_inner, .post-password-form {
	max-width: 1200px;
	margin: auto !important;
	float: none !important;
	padding: 60px 0px 100px 0px !important;
}

.container_blog {
	margin: 0 0 140px 0;
	width: 100%;
	position: relative;
}

.width_full {
	width: 100% !important;
	max-width: 100% !important;
	margin: 60px 0px 60px 0px !important;
	padding: 0 0 0 0 !important;
}

@media screen and (max-width: 768px) {
	.inner_space{
		padding: 35px 0px 70px 0px !important;
	}
}

.inner_space{
	padding: 100px 0px 140px 0px ;

}

.vc_row {
	max-width: 1200px;
	margin: auto !important;
	margin-top: 60px !important;
	margin-bottom: 60px !important;
}

.margin_no {
	margin-top: -30px !important;
	margin-bottom: -30px !important;
}

@media screen and (max-width: 768px) {
	.mobil_off {
		display: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.col_reverse {
		display: -webkit-flex;
		/* Safari */
		display: -ms-flexbox;
		display: flex; 
		flex-direction: column-reverse;
		/* Where ordering reverses */
		-webkit-flex-direction: column-reverse;
		flex-wrap: wrap;
	}
}




/* 1.3 Header Definition inkl. Navigationsrahmen (Rest der Navigation liegt in stylenavi.css)
##################################################### */

.logo_big {
	position: absolute;
	transition: all 1.0s ease;
	background: transparent url('_img/wilhelmshof-logo-white.png') no-repeat bottom left;
	background-size: 100%;
	width: 192px;
	height: 131px;
	top: 50px;
	left: 10%;
}

.logo_small {
	position: absolute;
	background: transparent url('_img/wilhelmshof-logo-small.png') no-repeat bottom left;
	background-size: 100%;
	width: 165px;
	height: 47px;
	top: 10px !important;
	left: 10%;
}

@media screen and (max-width: 768px) {
	.logo_big {
		width: 120px;
		height: 34px;
		top: 71px;
		left: 5%;
		background-position: center bottom;
	}
	
	.logo_small {
		top: 16px !important;
	}
}

.logo_big_noslide {
	position: absolute;
	transition: all 1.0s ease;
	background: transparent url('_img/wilhelmshof-logo-white.png') no-repeat bottom left;
	background-size: 100%;
	width: 150px;
	height: 102px;
	top: 10px;
	left: 10%;
}

.logo_small_noslide {
	position: absolute;
	background: transparent url('_img/wilhelmshof-logo-small.png') no-repeat bottom left;
	background-size: 100%;
	width: 165px;
	height: 47px;
	top: 10px !important;
	left: 10%;
}

@media screen and (max-width: 768px) {
	.logo_big_noslide {
		width: 120px;
		height: 34px;
		top: 71px;
		left: 5%;
		background-position: center bottom;
	}
	
	.logo_small_noslide {
		top: 16px !important;
	}
}



/* 1.4 Slider Definition, Alternativ der Kategorien-Filter
##################################################### */

.slider {
	position: relative;
	top: 0;
	width: 100%;
	min-height: 250px;
}

.cats {
	background-color: #f3f3f3;
}

.cats .cats_inner {
	position: relative;
	margin: 0 auto;
	max-width: 1170px !important;
	width: calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	padding: 0 15px 0 15px; 
}

.cats_inner .cats_list {
	list-style: none !important;
	padding: 170px 60px 0 0;
	margin: 0;
}

.cats_inner .cats_list li {
	display: inline-block;
	margin: 0 5px 5px 0;
	padding: 0;
}

.cats_inner .cats_list li a {
	background-color: #ba348b;
	padding: 10px 15px 10px 15px;
	margin: 0;
	color: white;
	text-decoration: none;
}

.cats_inner .cats_list li.current-cat a {
	background-color: white;
	color: black;
}

.cats_inner .cats_list li a:hover {
	background-color: #ffd300;
	color: white !important;
}

@media screen and (max-width: 768px) {
	.cats_inner .cats_list li a {
		padding: 5px 10px 5px 10px;
		font-size: 14px !important;
		font-size: 0.875rem !important;
	}
}

	
/* 1.5 Contentelemente h1/h2/h3, p, a, Buttons, Textarea, ul, li usw.
##################################################### */

h1, h2 {
	font-size: 36px;
	font-size: 2.25rem;
	line-height: 140% !important;
	padding: 0 0 25px 0;
	margin: 0 0 0 0;
	font-family: "merriweatherlight_italic", "Times New Roman", serif;
	color: #ba348b;	
}

h3 {
	font-size: 30px;
	font-size: 1.875rem;
	line-height: 120% !important;
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
	font-family: "merriweatherlight_italic", "Times New Roman", serif;
	color: #ba348b;	
}

h4 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 120% !important;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	text-transform: uppercase;
	font-family: 'open_sansbold', Helvetica, Arial, serif;
}

h5 {
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 120% !important;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-style: italic;
	font-family: 'open_sanslight', Helvetica, Arial, serif;
}

h1.center, h2.center, h3.center, .h4.center, .h5.center , p.center {
	text-align: center !important;
}

h1.white, h2.white, h3.white, .h4.white, .h5.white , p.white {
	color: white;
}

p.white {
	font-family: 'open_sansregular', Helvetica, Arial, serif;
}

h1.yellow, h2.yellow, h3.yellow, .h4.yellow, .h5.yellow , p.yellow {
	color: #ffd300;
}

h1.right, h2.right, h3.right, .h4.right, .h5.right , p.right {
	text-align: right !important;
}

h1 span, h2 span, h3 span {
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 768px) {
	h1, h2, h3 {
		font-size: 26px !important;
		font-size: 1.625rem !important;
	}
	
	p {
		font-size:16px !important;
		font-size:1rem !important;
	}
	
	h1.right, h2.right, h3.right, .h4.right, .h5.right , p.right {
		text-align: center !important;
	}
}

.white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white a {
	color: white;
	font-family: 'open_sanslight', Helvetica, Arial, sans-serif;
}

.black p, .black h1, .black h2, .black h3, .black h4, .black h5, .black a {
	color: black ;
	font-family: 'open_sanslight', Helvetica, Arial, sans-serif !important;
}

p {
	font-family: 'open_sanslight', Helvetica, Arial, sans-serif;
	margin: 5px 0 25px 0;
	font-size: 16px;
	font-size: 1rem;
}

p strong {
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
	font-weight: normal;
}

hr.spacer {
	width: 100%;
	background: #e5e5e5 url('_img/hr_spacer.png') no-repeat center right;
	border: 0px;
	height: 4px;
}

hr.spacer_white {
	width: 100%;
	background: white url('_img/hr_spacer.png') no-repeat center right;
	border: 0px;
	height: 4px;
}
 

#container a {
	color: black;
	font-family: 'open_sanslight', Helvetica, Arial, sans-serif;
}

a:focus,
a:active,
a:hover {
	outline: 0;
	color: #ba348b !important;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

ul {
	margin: 0;
	padding: 0 0 0 20px;
}

li {
	margin: 0;
	padding: 0;
}

input, textarea {
	border: 0;
	padding: 5px 5px 5px 5px;
	color: black;
	font-size: 12pt;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #dcdcdc;
}

input.button {
	width: 30% !important;
	cursor: pointer;
}

textarea {
	height: 100px;
}

.btn_white, input.btn_white {
	padding: 10px 15px 10px 15px;
	font-family: "open_sanslight", "Helvetica", sans-serif !important;
	color: #333333 !important;
	background-color: white !important;
	transition: padding 300ms ,background-color linear  300ms 0s, border 300ms;
	border: 1px solid #333;
	text-decoration: none !important;
	font-size: 14px;
	font-size: 0.875rem;
}

.btn_white:hover, input.btn_white:hover {
	transition: padding 1s ,background-color 1s, border 1s;
	background-color: #ba348b !important;
	border: 1px solid #ba348b;
	color: white !important;
}

.btn_yellow, input.btn_yellow {
	padding: 10px 15px 10px 15px;
	font-family: "open_sanslight", "Helvetica", sans-serif !important;
	color: #333333 !important;
	background-color: white !important;
	transition: padding 300ms ,background-color linear  300ms 0s, border 300ms;
	border: 0;
	text-decoration: none !important;
	font-size: 14px;
	font-size: 0.875rem;
}

.btn_yellow:hover, input.btn_yellow:hover {
	transition: padding 1s ,background-color 1s, border 1s;
	background-color: #ffd300 !important;
	border: 0;
	color: white !important;
}


/* 1.6 Plugins & entsprechende Modifikationen
##################################################### */

.qtranxs-available-languages-message {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	background-color: white;
	text-align: center;
	margin-top: 50px;
	padding-top: 50px;
	min-height: 300px;
}

.click-googlemaps {
    position: absolute;
    top: 5px;
    /* Standard */
	height: calc(100% - 45px);
	/* Firefox */
	height: -moz-calc(100% - 45px);
	/* WebKit */
	height: -webkit-calc(100% - 45px);
	/* Opera */
	height: -o-calc(100% - 45px);
	/* Standard */
	width: calc(100% - 40px);
	/* Firefox */
	width: -moz-calc(100% - 40px);
	/* WebKit */
	width: -webkit-calc(100% - 40px);
	/* Opera */
	width: -o-calc(100% - 40px);
    background: rgba( 255, 255, 255, 0.5);
}

.vc_gitem-post-data-source-post_date {
	display: none;
}


/* Contactform 7 */

.mc4wp-form-fields p input{
	width: 400px;
	height: 35px;
	text-align: center;
}

input[type="checkbox"]{
	appearance:checkbox !important;
	-webkit-appearance:checkbox !important;
	width:auto !important;
	float:left;
	margin: -1px 5px 0 0;
}

.wpcf7-acceptance {
	font-size: 10px;
	font-size: 0.625rem;
	line-height: 140%;
}

.wpcf7-textarea, .wpcf7-text {
	background-color: #e9e9e9;
	padding: 15px;
	width: -moz-calc(100% - 30px) !important;
	width: -webkit-calc(100% - 30px)!important;
	width: -o-calc(100% - 30px)!important;
	width: calc(100% - 30px)!important;
	color: #222222;
	margin-top: 3px;
	font-family: "open_sanslight", "Helvetica", sans-serif !important;}

.wpcf7 textarea {
	margin-top: 3px;
	height: 250px;
}

.wpcf7-not-valid-tip {
	font-size: 16px !important;font-size: 1rem !important;
	display: inline !important;
	font-family: "open_sanslight", "Helvetica", sans-serif !important;
}


.wpcf7-response-output{
	border: none !important;
	font-family: "open_sanslight", "Helvetica", sans-serif !important;
	margin: 0px !important;
	padding: 0px !important;
}


.wpcf7-validation-errors{
	color: #ffaa00;
}


.wpcf7-mail-sent-ok{
	background-color: #81cf35;
}





/* Newsletter Footer */

.nl_table {
	width: 100%;position: relative;
}

.nl_input {
	width: 100%;
	height: 100%;
	background-color: white;
	font-family: "open_sanslight", "Helvetica", sans-serif !important;
	border: 0;
}

.nl_submit {
	cursor: pointer;
	text-align: center;
	color: white;
	background-color: #ba348b;
	padding: 8px 0 8px 0;
	font-size: 100%;
	width: 100%;
	height: 32px;
	position: relative;
	border: 0;
}

@media screen and (max-width: 767px) {
	.nl_table {
		width: 60%;
		margin: 0 auto;
	}
}

.tp-bullets {
	z-index: 99999 !important;
}

/* Rev-Slider Carousel - Anpassungen */

@media screen and (max-width: 767px) {
	.tp-revslider-slidesli {
		visibility: hidden !important;
		opacity: 0 !important;
	}	
	
	.tparrows,.active-revslide {
		visibility: visible !important;
		opacity: 1 !important;}
}

/* Cookie Script */

.cc_banner {
	background-color: black !important;
	padding: 12px 20px 6px 20px !important;
	margin: 0px !important;
}

.cc_message {
	color: white;
	font-size: 14px !important;
	font-size: 0.875rem !important;
	padding: 0px !important;
	margin: 0px !important;
}

.cc_more_info {
	color: white !important;
	text-decoration: underline !important;
}

.cc_btn_accept_all {
	background-color: #ba348b !important;
	color: white !important;
	border-radius: 0px !important;
	font-size: 14px !important;
	font-size: 0.875rem !important;
	margin: -5px 0px 0px 0px !important;
}

.cc_btn_accept_all:hover {
	background-color: white !important;
	color: black !important;
}

.cc_logo {
	display: none;
}

@media screen and (max-width: 1200px) {
	.cc_banner {
		display: table !important;
		width: 100% !important;
	}
	
	.cc_message {
		display: table-header-group !important;
	}
	
	.cc_btn_accept_all {
		margin-top: 10px !important;
		margin-bottom: 10px !important;
		float: left !important;
	}
}


/* Bookin Engine Anpassungen*/
#viatoCbe{
width:100%; height:100%;
}


/* 1.7 wiederkehrende Blog-Elemente von Wordpress wie weiterblättern, more-link, img, etc.
##################################################### */

.post_preview {
	display: inline-block;
	width: calc(32% - 30px);
	width: -moz-calc(32% - 30px);
	width: -webkit-calc(32% - 30px);
	width: -o-calc(32% - 30px);
	padding: 0 15px 100px 15px;
	margin: 0 auto !important;
	vertical-align: top;
}

.post {
	width: calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
	padding: 0 15px 100px 15px;
}

@media screen and (max-width: 767px) {
	.post_preview {
		width: calc(49% - 30px);
		width: -moz-calc(49% - 30px);
		width: -webkit-calc(49% - 30px);
		width: -o-calc(49% - 30px);
	}
}

@media screen and (max-width: 480px) {
	.post_preview {
		width: calc(100% - 30px);
		width: -moz-calc(100% - 30px) ;
		width: -webkit-calc(100% - 30px);
		width: -o-calc(100% - 30px);
	}
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	margin: 0 auto;
}

p.metadaten {
	margin: -20px 0 20px 0;
	font-size: 14px;
	font-size: 0.875rem;
	font-family: 'open_sanslight', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: italic;
}

p.metadaten a {
	font-family: 'open_sanslight', Helvetica, Arial, sans-serif;
	color: black;
}

.more-link, #submit {
	padding: 10px 15px 10px 15px;
	font-family: "merriweatherlight_italic", "Times New Roman", serif;
	color: white !important;
	background-color: #ba348b !important;
	transition: padding 300ms ,background-color linear  300ms 0s, border 300ms;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important; 
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px;
	border: 0px !important;
	text-decoration: none !important;
}

#submit {
	width: 100%;
}

.more-link:hover, #submit:hover {
	padding: 10px 30px 10px 30px;
	transition: padding 1s ,background-color 1s, border 1s;
	background-color: black;
	color: white !important;
}

.post_preview h1 a, .post_preview h2 a, .post_preview h3 a  {
	font-size: 30px !important;
	font-size: 1.875rem !important;
	line-height: 120% !important;
	padding: 0 0 15px 0;
	margin: 0 0 0 0;
	color: black;
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	text-decoration: none !important;
}

.youtube_container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
}

#kommentare {
	margin: 60px 0 0 0;
	padding: 0 15px 0 15px;
	max-width: 800px;
	width: calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
}

.kommentar p {
	font-size: 16px;
	font-size: 1rem;
}

#kommentar_formular {
	margin: 160px 0 0 0;
	padding: 0 15px 0 15px;
	max-width: 800px;
	width: calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: -o-calc(100% - 30px);
}

.kommentar_metadaten {
	font-size: 16px;
	font-size: 1rem;
}

.kommentar_metadaten a {
	color: black;
}

.linksrum {
	display: block;
	float: left;
	margin: 50px 0 0 15px;
	border: 0px;
	width: 26px;
	height: 106px;
	background: transparent url('_img/links.png') no-repeat top left;
}

.linksrum:hover {
	display: block;
	float: left;
	border: 0px;
	width: 26px;
	height: 106px;
	background: transparent url('_img/links.png') no-repeat bottom left;
}

.rechtsrum {
	display: block;
	float: right;
	margin: 50px 0 0 15px;
	border: 0px;
	width: 26px;
	height: 106px;
	background: transparent url('_img/rechts.png') no-repeat top left;
}

.rechtsrum:hover {
	display: block;
	float: right;
	border: 0px;
	width: 26px;
	height: 106px;
	background: transparent url('_img/rechts.png') no-repeat bottom left;
}



/* 1.8 Sidebarelemente von Wordpress, Widgets, etc.
##################################################### */


#blog {
	margin-top: 0px !important;
}



/* 1.9 Globale Footerangaben, FooterWidgets, etc. falls Navigation vorhanden siehe stylenavi.css
##################################################### */

#footer {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 200px;
	margin: 80px 0 0 0;
	padding: 40px 0 40px 0;
	color: white;
	font-size: 13px !important;
	font-size: 0.8125rem !important;
	background-color: #727272;
	text-align: center;
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
}

#qtranslateslug-2 {
	padding-left: 0px !important;
}

#qtranslateslug-2 li {
	list-style: none;
}

#footer .footer_inner {
	position: relative;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto !important;
}

#footer .footer_div_01, #footer .footer_div_02, #footer .footer_div_03, #footer .footer_div_04, #footer .footer_div_05 {
	vertical-align: top;
	padding: 0 15px 40px 15px !important;
	margin: 0;
	display: inline-block;
	position: relative;
	text-align: left !important;
}

#footer .execphpwidget {
	margin-left: -10px !important;
}

#footer .execphpwidget li {
	list-style: none;
}

#footer .execphpwidget a {
	color: #333 !important;
	text-decoration: none !important;
}

.footer_div_01 {
	width: calc(18% - 50px);
	width: -moz-calc(18% - 50px);
	width: -webkit-calc(18% - 50px);
	width: -o-calc(18% - 50px);
}

.footer_div_02 {
	width: calc(18% - 50px);
	width: -moz-calc(18% - 50px);
	width: -webkit-calc(18% - 50px);
	width: -o-calc(18% - 50px);
}

.footer_div_03 {
	width: calc(18% - 50px);
	width: -moz-calc(18% - 50px);
	width: -webkit-calc(18% - 50px);
	width: -o-calc(18% - 50px);
}

.footer_div_04 {
	width: calc(18% - 50px);
	width: -moz-calc(18% - 50px);
	width: -webkit-calc(18% - 50px);
	width: -o-calc(18% - 50px);
}

.footer_div_05 {
	width: calc(28% - 30px);
	width: -moz-calc(28% - 30px);
	width: -webkit-calc(28% - 30px);
	width: -o-calc(28% - 30px);
}

@media screen and (max-width: 1050px) {
	.footer_div_01, .footer_div_02, .footer_div_03, .footer_div_04 {
		width: calc(25% - 50px);
		width: -moz-calc(25% - 50px);
		width: -webkit-calc(25% - 50px);
		width: -o-calc(25% - 50px);
	}
	
	.footer_div_05 {
		width: calc(40% - 30px);
		width: -moz-calc(40% - 30px);
		width: -webkit-calc(40% - 30px);
		width: -o-calc(40% - 30px);
	}

}

@media screen and (max-width: 768px) {
	#footer .footer_div_01, #footer .footer_div_02, #footer .footer_div_03, #footer .footer_div_04, #footer .footer_div_05 {
		padding: 0 2px 40px 2px !important;
	}

	.footer_div_01, .footer_div_02, .footer_div_03, .footer_div_04 {
		width: calc(50% - 24px);
		width: -moz-calc(50% - 24px);
		width: -webkit-calc(50% - 24px);
		width: -o-calc(50% - 24px);
	}
	
	.footer_div_05 {
		width: calc(100% - 39px);
		width: -moz-calc(100% - 39px);
		width: -webkit-calc(100% - 39px);
		width: -o-calc(100% - 39px);
	}
	
	#footer .execphpwidget {
		display: none !important;
	}
}

#footer ul {
	margin: 0;
	padding: 0 0 0 20px;
}

#footer li {
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 768px) {
	
	#footer_last p {
		float: none;
		width: 100%;
		text-align: center;
		font-style: italic;
	}
	
	#footer_last ul {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	#footer table {
		float: left;
	}
}

#footer h5 {
	font-family: 'open_sansbold', Helvetica, Arial, sans-serif;
	line-height: 22px !important;
	font-size: 14px !important;
	font-size: 0.875rem !important;
	margin: 25px 0 15px 0 !important;
	color: white !important;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid white;
}

#footer .textwidget , #footer .textwidget a {
	line-height: 180% !important;
	font-size: 12px !important;
	font-size:0.75rem !important;
	color: white;
	padding: 0;
	margin: 0;
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
}

#footer a {
	color: white !important;
	text-decoration: none;
}

#footer a:hover {
	color: black !important;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

#footer .textwidget a:hover {
	color: black !important;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

#footer_last {
	position: relative;
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	background-color: #abaaaa;
	position: relative;
	text-align: center;
}

#footer_last, #footer_last p, #footer_last a {
	font-size: 12px !important;
	font-size: 0.75rem !important;
	color: white;
	text-decoration: none;
}

#footer_last a:hover {
	color: #333 !important;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
}

#footer_last p {
	font-family: 'open_sansregular', Helvetica, Arial, sans-serif;
	float: left;
	margin: 0;
	padding: 13px 0 10px 0;
}

#footer_last ul {
	position: relative;
	margin: 0;
	padding: 0 0 10px 0;
}

#footer_last li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0 7px 0 5px;
	border-right: 1px solid white;
}

#footer_last li:last-child {
	padding-right: 0px;
	border-right: 0px;
}

#footer_logos .footer_inner {
	position: relative;
	max-width: 1240px;
	width: 100%;
	margin: 0 auto !important;
	text-align: center;
}

#footer_logos img {
	margin: 10px 20px 10px 20px;
	-webkit-filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
	filter: alpha(opacity=50);
	transition: all 1.0s ease;
	vertical-align: middle;
}

#footer_logos img:hover {
	margin: 10px 20px 10px 20px;
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: url(desaturate.svg#greyscale);
	filter: none;
	-webkit-filter: grayscale(0);
	opacity: 1;
	filter: alpha(opacity=100);
}

/*Preisvergleich-Widget*/

#pw-price-widget{
	 position:fixed;
 	 z-index:99;
	 right:0;
	 height:272px !important;
	 border:0px solid transparent;
	bottom:0;   /*je nach Position kann dieser Wert auch verändert werden*/
	 max-width:272px;   /*wichtig, nicht weglassen*/
	 min-width:60px;    /*wichtig, nicht weglassen*/
}

@media screen and (max-width: 768px) {
	#pw-price-widget{
		display:none;
		}
	}