/*
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 Webfonts für die ganze Seite
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
1.5 Contentelemente h1/h2/h3, p, a, Buttons, Textarea, ul, li usw.
1.6 Visual Composer & entsprechende Modifikationen
1.7 andere Plugins & entsprechende Modifikationen
1.8 wiederkehrende Blog-Elemente von Wordpress wie weiterblättern, etc.
1.9 Sidebarelemente von Wordpress, Widgets, etc.
1.10 Globale Footerangaben, FooterWidgets, etc. falls Navigation vorhanden siehe stylenavi.css


Header-Navigation, Sidebar-Navigation und Footer-Navigation
2.1 Responsive Menü Desktopversion first level
2.2 Responsive Menü Desktopversion secound level
2.3 Responsive Menü Mobilversion/Burger
2.4 Small Menu im Header
2.5 qTranslate X // Language Chooser
2.6 Footer Navigation
2.7 Blog Social Media Buttons

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





/* 1.1 Webfonts für die ganze Seite
##################################################### */


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




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




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




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




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




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


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

body, html, div, 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;
}

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

body {

	font-family: 'droid_sansregular', sans-serif;
	font-weight: 300;
	font-size: 12pt;
	line-height: 20pt;
	color: #ffffff;
	background-color: #fff !important;
}

#container {
	margin: auto;
	overflow: hidden;
}

.container_spacer {
	padding-top: 96px;
	
}
/*
.height_200px {	height:200px; }
.height_300px {	height:300px; }
.height_400px {	height:400px; }
.height_500px {	height:500px; }
.height_600px {	height:600px; }
.height_650px {	height:650px; }
.height_700px {	height:700px; }
.height_800px {	height:800px; }
.height_900px {	height:900px; }
*/
.width_100 {
	width: 100% !important;
	max-width: 100% !important;
	
}

.width_1200 {
	max-width: 1000px !important;
	
}




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

#header {
	position: fixed;
	z-index: 99;
	top: 0px;
	width: 100%;
	height: auto;
	/*background-image: url(_img/header_bg.png);
	
	background-repeat: repeat-x;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(70, 70, 70, .4);
	-moz-box-shadow: 0px 0px 5px 0px rgba(70, 70, 70, .4);
	box-shadow: 0px 0px 5px 0px rgba(70, 70, 70, .4);	*/
}



.noslide {
	border-bottom: 1px solid #999999;

}
/*
#header_fixit {
	position:fixed;
	z-index: 99;
	top:0px;
	width:100%;
	background: rgba(60,56,57,1.0);
	display: none;
	height: 100px;
}
*/
#header_inner {
	position: relative;
	margin: auto;
	max-width: 100%;
	padding: 0 40px 0 40px;
}



#header_logo {
	position: relative;
	float: left;
	padding: 10px 10px 5px 10px;
	left: 0;
	width: 200px ;
	height: auto;
	background-color: white;
	z-index: 999;
	
}

#header_logo img{
	width: 200px !important;
	height: auto;
}

.slider_button{ color:white; background:#f3e700; position: absolute; bottom:50px; right:50px; height: 124px; width: 154px; border-radius: 87px ; display: table-cell; vertical-align:middle; padding: 50px 10px 0 10px;}

@media only screen and (max-width: 1000px) {
	#header_logo  {
		position: fixed;
		width: 100% !important;
		height: 44px;
		z-index: 999;
		background-image: url(_img/Amsterdam_Teleport_Logo_small.png);
		background-size: 38px;
		background-position:  4px;
		background-repeat: no-repeat;
		padding: 0px;
	}
	
	#header_logo img{
	/*padding: 6px 0 0 6px;
	width: 94px !important; height: auto;<*/
	display: none;
	
}
	
	#header_fixit #header_logo {
		display: none;	
	}
	
	.mobil_off {
		display: none;
	}
	
	.post-single, .post {
		max-width: 100% !important;
		width: 100% !important;
	}
	
}




/* 1.4 Slider Definition
##################################################### */

.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slider a.button {
	font-size: 16px;
	font-size: 1rem;
	line-height: 300%;
	letter-spacing: 0px !important;
	display: inline-block;
	border: 0px solid white;
	color: white !important;
	padding: 0 25px 0 25px;
	margin: 20px 0 0 0;
	cursor: pointer;
    text-align: center;
    cursor: pointer;
    text-shadow: 0px 0px 0px #333333;
    box-shadow: inset 0 0 0 0 #33aa4b !important;
	-webkit-transition: all ease 0.8s !important;
	-moz-transition: all ease 0.8s !important;
	transition: all ease 0.8s !important;
	height: auto !important;
	text-decoration: none;
	font-family: 'droid_sansbold', Helvetica, Arial, sans-serif !important;
	text-transform:uppercase;
	background-color:#009fe3;
}

.slider a.button:hover {
	box-shadow: inset 0 100px 0 0 #33aa4b !important;
    color: #FFF;
    text-decoration: none;
}


h1.slider{
	font-family: 'roboto_slabregular', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:100px;
	font-size:6.25rem;
	line-height: 120%;
	padding:0px;
	margin: 0 0 0 0;
	text-align: center;
	text-shadow: 0px 0px 8px #333333;
}

h4 {
	font-family: 'droid_sansregular', sans-serif;
	font-size:32px;
	font-size:2.0625rem;
	margin: 0px;
	padding: 0px;
	line-height: 160%;
	text-shadow: 0px 0px 8px #333333;

}

@media screen and (max-width: 768px) {
	h1.slider{
	line-height: 180%;
	font-size:40px !important;
	font-size:2.5rem !important;
	}

	h4{
	padding: 25px 0 0 0;
	line-height: 180%;
	font-size:24px!important;
	font-size:1.5rem!important;

	}

	
	
	
}

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

h1 {
	font-family: 'roboto_slabregular', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size:40px;
	font-size:2.5rem;
	line-height: 140%;
	padding: 0 0 10px 0;
	margin: 0 0 0 0;
	text-align: center;
}



h2 {
	font-family: 'roboto_slabregular', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size:34px;
	font-size:2.125rem;
	line-height: 140%;
	padding: 5px 0 10px 0;
	margin: 0 0 0 0;
	text-align: center;
	text-align: left;
	color: #ffffff;
	
		-ms-word-break: break-all;
 word-break: break-all;

 /* Non standard for webkit */
 word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

h3 {
	font-family: 'roboto_slabregular', Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size:20px;
	font-size:1.25rem;
	line-height: 140%;
	padding: 5px 0 10px 0;
	margin: 0 0 0 0;
	
	-ms-word-break: break-all;
 word-break: break-all;

 /* Non standard for webkit */
 word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
}

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

p {	

	font-family: 'droid_sansregular', sans-serif;
	margin: 5px 0 15px 0;
}

.text_white { color: white; }
.text_dark{ color: #4f4f4f; }

strong {
	font-family: 'droid_sansbold', Helvetica, Arial, sans-serif;
	font-weight: 800;
}

a {font-family: 'droid_sansregular', Helvetica, Arial, sans-serif; color: #f1e40c; text-decoration: none; }

a:focus,
a:active,
a:hover {
	text-decoration: underline;
	outline: 0;
	color: white;
	
}

#container a,
#container-blog a {
	font-weight: 400;
	text-decoration: none;
}

td {
	vertical-align: top;
}

span.hborder {
	display: block;
	border-top: 1px solid #cccccc;
	width: 150px;
	margin-bottom: 15px;
	clear: both;
	margin: auto;
}

span.tab {
	display: block;
	width: 80px;
	float: left;
}

.button {
	display: inline-block;
	border: 1px solid white;
	color: white !important;
	padding: 4px 10px 4px 10px;
	margin: 20px 0 0 0;
	cursor: pointer;
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #33aa4b;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
}

a.button {
	color: white !important;
}

.button:hover {
	box-shadow: inset 0 100px 0  0   #33aa4b;
    color: #FFF;
}

.button_lila {
	display: inline-block;
	background-color: rgb(226, 0, 122);
	color: white !important;
	padding: 7px 50px 7px 50px;
	margin: 20px 0 0 0;
	cursor: pointer;
	border: 0;
}

a.button_lila {
	color: white !important;
}

.button_lila:hover {
	text-decoration: none;
	background-color: rgba(226, 0, 122, 0.5);
}

input, textarea {
	border: 0;
	width: 100%;
	padding: 10px;
	font-family: 'droid_sansregular', sans-serif;
	font-weight: 300;
	font-size:14px;
	font-size:0.875rem;
	
}

input.button {
	width: auto !important;
	cursor: pointer;
	font-weight: 400;
}

textarea {
	height: 150px;
}

.click-googlemaps {
   position: absolute;
top: 0;
width: 100%;
height: 100%;
background: rgba( 0, 0, 0, 0.1);
margin: 0px ;
padding: 0;
}

.check ul {
    margin: 0;
    padding: 0px;

}

.check li {
	background-image: url(_img/ico_check.png);
	background-repeat: no-repeat;
	background-position: left top;
    list-style-type: none;
    margin: 0;
    padding: 0px 0px 12px 24px;
    vertical-align: middle;
}




/* 1.6 Visual Composer & entsprechende Modifikationen
##################################################### */
.vc_custom_1449686057112{
	content: none !important;
}

.vc_row {
	margin: 0px !important;
	padding: 0px!important;
}

 @media only screen and (max-width: 767px) {
.sm_start img{
	width:40px !important;
	height:40px !important;} 
 }


/* 1.7 andere Plugins & entsprechende Modifikationen
##################################################### */

#back-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 3;
    display: none;
}
 
#back-top a {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 34px;
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.25);  
    transition: background-color .15s;
    -moz-transition: background-color .15s;
    -webkit-transition: background-color .15s;
    -o-transition: background-color .15s;
    -ms-transition: background-color .15s;
    -moz-transform:rotate(90deg); /* Firefox 3.6 Firefox 4 */
	-webkit-transform:rotate(90deg); /* Safari */
	-o-transform:rotate(90deg); /* Opera */
	-ms-transform:rotate(90deg); /* IE9 */
	transform:rotate(90deg); /* W3C */
	font-weight: 300;
}
 
#back-top a:hover {
    text-decoration: none;
    background-color: #555;
}

/* MailForm */
.mail_button{
	margin: -40px 0 0 0;
	font-size:14px;
	font-size:0.875rem; 
	color: #fff;
	background-color: #4f4f4f;
	
	display: inline-block;
	border: 1px solid white;
	
	padding: 10px 10px 10px 10px;
	margin: -40px 0 0 0;
	cursor: pointer;
	
    text-align: center;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #ea5b0c;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.mail_button:hover {
	box-shadow: inset 0  100px 0 0  #ea5b0c;
    color: #FFF;
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.wpcf7-mail-sent-ok{
	background-color: white;
	color: #a1c024;
	text-align: center;
	border: none !important;
	padding: 4px 0 4px 0;
}

.wpcf7-not-valid-tip{
	margin-top: 3px;
	font-size: 10px !important;
	font-weight: bold; 
	display: none !important;
}

.wpcf7-validation-errors{
	background-color: #ea5b0c !important;
	color: #ffffff;
	text-align: center;
	border: none !important;
	padding: 0px;
}



.wpcf7-textarea{
	width: -moz-calc(100% - 20px)!important;
	width: -webkit-calc(100% - 20px)!important;
	width: -o-calc(100% - 20px)!important;
	width: calc(100% - 20px)!important;
	background: #4a4a4a;
	color: #ffffff;
	margin-top: 2px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	
}
.wpcf7-validates-as-required{
	width: -moz-calc(100% - 20px)!important;
	width: -webkit-calc(100% - 20px)!important;
	width: -o-calc(100% - 20px)!important;
	width: calc(100% - 20px)!important;
	background: #353535;
	color: #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; 
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px; margin-top: 2px;
}

.ajax-loader { display: none;}

.qtranxs-available-languages-message {
	color: black;
	padding: 40px;
}

.qtranxs-available-languages-message a:hover {
	color: red !important;
}

div.footerboxwrapper{width: -moz-calc(100% - 0px)!important;
	width: -webkit-calc(100% - 0px)!important;
	width: -o-calc(100% - 0px)!important;
	width: calc(100% - 0px)!important;}


	.footerboxitem {
	width: -moz-calc(33.3333% - 80px)!important;
	width: -webkit-calc(33.3333% - 80px)!important;
	width: -o-calc(33.3333% - 80px)!important;
	width: calc(33.3333% - 80px)!important;
	float: left;
	margin: 0;
	min-height: 450px;
}

.social-table-wrapper{
	display: table;
}
.social-table-cell{
	display:table-cell; 
	vertical-align: middle;
}

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

.footerboxitem {
	width: -moz-calc(100% - 80px)!important;
	width: -webkit-calc(100% - 80px)!important;
	width: -o-calc(100% - 80px)!important;
	width: calc(100% - 80px)!important;
}
}

/* 1.8 wiederkehrende Blog-Elemente von Wordpress wie weiterblättern, etc.
##################################################### */


#container-blog{
 margin: 96px 0 0 0;
		background-color: #e10716;
	height: 100%;
	width: 100%;
	
}

#post-container {
  
  display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;  /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  
 -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	background-color: #3a3a3a;
padding: 0px !important;
min-height: 650px;
	
}

.post{
	margin: 0px !important;
	padding: 40px !important;
}


.post a{
	color: white !important;
	opacity: 0.5 !important; 
}

.post a:hover{
	opacity: 1.0 !important; 

}


.post:nth-child(even) {
	/* width: 50% !important;
	margin: 0;*/

    background-color:  #3a3a3a;
}

.post:nth-child(odd)  {
	/* width: 50% !important;
	margin: 0;*/
    background-color: #4f4f4f;
}




.post-single {
	padding: 40px;
	
	/*max-width: 68%;*/

}

.post-single h1, .post h2 {
	text-align: left;
}

.post-single h2 {
	text-align: left;
	font-size: 16pt;
	line-height: 22pt;
}

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

.post-single img{
	 width: 100% !important;
	 height: auto;
}

.wp-caption-text {
	font-style: 7pt;
	font-style: italic;
	text-align: center;
}

#blue_bottom{
	position: relative;
	height: 75px;
	width: 100%;
	background-color: #009fe3;
}

.meta {
	margin: 30px 0 0 0;
	font-size: 8pt;
}


.meta a{
	color: white !important;
	font-style: italic;
}

.meta a:hover{
	text-decoration: underline !important;
}

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

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

.aligncenter {
	/*float: inherit;
	margin: 0 10px 10px 10px;*/
	text-align: center;
}
.arrow{ width: 100%;
	background-color: #009FE3;
}
.linksrum {

width: 0px;
height: 0px;
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 25px 25px 25px 0;
border-color: transparent #ffffff transparent transparent;
margin: 20px 40px;
float: left;
opacity: 0.5;


}

.linksrum:hover {
width: 0px;
height: 0px;
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 25px 25px 25px 0;
border-color: transparent #ffffff transparent transparent;
margin: 20px 40px;
opacity: 1;

}

.rechtsrum {
	width: 0px;
height: 0px;
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 25px 0 25px 25px;
border-color: transparent transparent transparent #ffffff;
margin: 20px 40px;
float: right;
opacity: 0.5;

}

.rechtsrum:hover {

width: 0px;
height: 0px;
-webkit-transform:rotate(360deg);
border-style: solid;
border-width: 25px 0 25px 25px;
border-color: transparent transparent transparent #ffffff;
margin: 20px 40px;
opacity: 1;

}
#post-error{
	position: relative;
float: left;
width: auto;
height: 28px;
padding: 8px 10px 8px 10px; 
background-color: #ea5b0c;
text-decoration: none !important;

color: white !important;
font-family: 'droid_sansbold', Helvetica, Arial, sans-serif !important;
margin: 40px;
}

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

#sidebar {
	position: absolute;
	top: 96px;
	padding: 40px;
	font-size: 16pt;
	height: 100% !important;
	right: 0px;	
}

#sidebar a {
	color: white;
	font-size: 16px;
	font-size: 1 rem;
}

#sidebar a:hover {
	text-decoration: underline;
}

#sidebar .tagcloud {
	padding: 0 0 40px 0;
}

#sidebar .tagcloud a:hover {
	text-decoration: underline;
}

#sidebar ul {
	list-style: none;

	margin: 0;
	padding: 0 0 40px 0;
}

#sidebar #searchform {
	padding: 0 0 40px 0;
}

#sidebar .screen-reader-text {
	display: none;
}

#sidebar .suchfeld {
	height: 50px;
	width: 100%;
	background-color: #f6f6f6;
	background-image: url(_img/ico_lupe.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	border: 0;
	color: #999999;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	outline: 0;
	padding: 0 0 0 37px;
	margin: 0 0 0 0;
}




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


#footer {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px 0 0 0%;
	padding: 0px;
	color: white;
	font-size: 10pt;
	background-color: #4f4f4f;
}



.footer_inner {
	position: relative;
	max-width: 100%;
	height: 140px;
	padding: 40px ;
	margin: 0 auto;
}

#footer .textwidget {
	position: relative;
	width: 150px;
	text-align: center;
	height: 40px;
	padding: 60px 0 0 0;
	margin: 0 auto;
}

.da_footer{
	position: absolute; 
	width: 100%;
	margin: 0 auto;
	background-color: #333;
}

.menu-footermenu-container {
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0 0;
}

#dreierbalken {
	width: 201px;
	height: 22px;
	position: absolute;
	bottom: -122px;
	right: 20px;
}

#dreierbalken div {
	width: 67px;
	height: 20px;
	float: left;
	margin: 0;
	padding: 0;
}

#dreierbalken .dreierbalken1 {
	background-color: #79b928;
}

#dreierbalken .dreierbalken2 {
	background-color: #752182;
}

#dreierbalken .dreierbalken3 {
	background-color: #e52487;
}

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

#footer a:hover {
	color: white;
	text-decoration: underline;
}

#CDSROWLOC282 a,
#CDSROWLOC735 a {
	color: black;
	text-decoration: none;
}

#footer .bewertung {
	position: absolute;
	margin-top: -70px;
	height: 115px;
	left: 0;
}

#footer iframe {
	margin-left: 160px;
}

.teleport_logos img{
	float: none !important;
	width: auto;
	
	max-height: 70px;
	-webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.teleport_logos img:hover{
	-webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/*#footer_nav form {
	margin-bottom: 40px;
}

#footer_nav .newsletter {
	width: 70% !important;
	float: left;
	background-color: #3c3839;
	margin-bottom: 30px;
}

#footer_nav .newsletter-send {
	width: 30% !important;
	background-color: #79b927;
}
*/
@media screen and (max-width: 767px) {
	#footer .bewertung {
		display: none;
	}
	
	#footer a {
		font-size: 6pt;
	}
	
	.footer_img {
		margin-top: 100px;
		width: 90%;
	}
}





/* Spalten und so
##################################################### */



.col_height{
	background-size: cover !important;
	min-height: 450px !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; 
	}
		
	.col_height { 
      min-height: 250px!important;
      background-size: cover !important;
   	
      	}
}



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

		
.col_height_gallery{
	min-height: 250px!important;
      background-size: cover !important;
}

.col_reverse_gallery{
		display: -webkit-flex; /* Safari */
		display:-ms-flexbox;
		display: flex;   
		flex-direction: column-reverse; /* Where ordering reverses */
		-webkit-flex-direction: column-reverse;
		flex-wrap: wrap; 
	}

}






:before , :after{ 
	display: block !important;
}

.remodal-wrapper :before, .remodal-wrapper :after{ 
	display: inline-block !important;
}




/* ausklappen */
.vc_tta-panel-heading{
	background-color:  #3a3a3a !important;
}

.vc_tta-panel-body{
	background-color: #4f4f4f !important;
}

.vc_tta-panel-heading a{
	color: white !important;
}

/*Live Rate Widget einstellungen*/
iframe#liverate-9780155335109658{
z-index: 1000000000000000000000 !important;
}