/*
Theme Name: MarketingTocki II 1.0
Theme URI: http://regiohelden.de
Description: Marketing Webseite Theme by Tilman Ockert based on Starkers
Version: 1.0.3
Author: Tilman Ockert
Author URI: http://tocki.de
Tags: tocki, clean, reduced
License:
License URI:

 _|_|_|_|_|    _|_|      _|_|_|  _|    _|  _|_|_|  
     _|      _|    _|  _|        _|  _|      _|    
     _|      _|    _|  _|        _|_|        _|    
     _|      _|    _|  _|        _|  _|      _|    
     _|        _|_|      _|_|_|  _|    _|  _|_|_| 

� CSS von Tilman Ockert - tocki.de - blog.tocki.de
  
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight:bold }
em { font-style:italic }
a img { border:none } /* Gets rid of IE's blue borders */

.wp-caption-text,
.sticky,
.screen-reader-text,
.gallery-caption,
.bypostauthor {
	margin: 0;
	padding: 0;
}

/* AWESOME */
/* ----------------------------------------- */
.awesome, .awesome:visited {
	background: #222 url(https://22497.webdesign.extern.regiohelden.de/wp-content/themes/MarketingTocki-2-1.0/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}

.awesome:hover { background-color: #111; color: #fff; }
.awesome:active { top: 1px; }
.small.awesome, 
.small.awesome:visited { 
	font-size: 11px; 
}

.awesome, 
.awesome:visited,
.medium.awesome, 
.medium.awesome:visited { 
	font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); 
}

.large.awesome, 
.large.awesome:visited { 
	font-size: 14px; padding: 8px 14px 9px; 
}
	
.tocki-sidebar-button { 
	width: 257px; 
	padding: 20px 0;
	margin: 20px 0 15px 10px;
	display: inline-block; 
	-webkit-transition: -webkit-box-shadow 0.3s linear;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	border-radius: 4px; 
	-webkit-box-shadow: 0px 0px 8px #aaa;
	-moz-box-shadow: 0px 0px 8px #aaa; 
	box-shadow: 0px 0px 8px #aaa;
	border: 1px solid #333;
	font-size: 18px;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	font-weight: normal;		
	color: #eee; 
	text-transform: uppercase;		
}
	
.tocki-sidebar-button:hover { 		
	-webkit-box-shadow: 0px 0px 20px #555;
	-moz-box-shadow: 0px 0px 20px #aaa; 
	box-shadow: 0px 0px 20px #555;	
	cursor:  pointer; 
	text-decoration: none;
}

/* THE STYLES */
/* ----------------------------------------- */
body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
 	font-size: 14px;
	color: #000;
	width: 100%;
	text-align: center;
}
	
body.page-template-page-blank {
	background-image: none;
}
	

/* TYPOGRAPHY */
/* ----------------------------------------- */

a:link,
a:visited, 
a:active {
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}
email:link {
	color: #FFF;
	text-decoration: underline;
}
email:visited {
	color: #FFF;
}
email:active {
	color: #FFF;
	text-decoration: underline;
}
email:hover {
	color: #FFF;
}





h1 {
	margin: 0 0 19px 0;
}

.alert { background:red; color:white }

.clearfix {
	clear: both;
	height: 1px;
	margin-top: -1px;
}

/* LAYOUT */
/* ----------------------------------------- */
.menu-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998;
	height: 99px;
}


.wrapper {
	margin: 0 auto;
	max-width: 960px;
	padding: 0;
	position: relative;
	text-align: left;
}

.footer-wrapper {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.schemadiv {
	display: inline;
}

.logoimg {
	float: left;
	-webkit-transition: width .8s, height .8s;
	transition: width .8s, height .8s;
}

.logoimg.kleiner {
	width: 99px;
	height: 99px;
}

.menu-bg {
	-webkit-transition: box-shadow .5s;
	transition: box-shadow .5s;
}

.menu-bg.schatten {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

.logo-tel {
	display: inline-block;
	white-space: nowrap;
	overflow: visible;
	width: 0;
	opacity: 0;
	margin: 38px 0 0 20px;
	-webkit-transition: width 2s, opacity .5s; /* For Safari 3.1 to 6.0 */
	transition: width 2s, opacity .5s;
}

.fade-in {
	color: #000;
	width: 1px;
	opacity: 1;
}
						
.header {
	padding: 0px;
	min-height: 150px;
	margin: 0px;
	display: block;
	position: relative; 
}

.header-logo {
	float: left;
	margin: 0;
}
		
.header .phonebox {
	font-size: 25px;
	line-height: 20px;
	padding: 40px;
	overflow: hidden;
	text-align: right;
	position: absolute; 
	bottom: 0; 
	right: 0;
	height: 50px;
}
			
.header .phonebox i {
	margin: 0 15px 0 0;
}
			
.header .phonebox .header-widgets-title {				
	font-size: 18px;
	margin: 0 0 15px 0;
}
			
.header .phonebox .header-widgets-title,
.header .phonebox a.tocki-proxy-number:link, 
.header .phonebox a.tocki-proxy-number,
.header .phonebox a.tocki-proxy-number:active, 
.header .phonebox a.tocki-proxy-number:hover {
	color: #fff;
}

.main-middle {
	background: #fff;
}

.vc-carousel-inner img {
    width: 100%;
    height: auto;
}

/* SIDEBAR */
.sidebar {
	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	float: right;
	font-size: 13px;
	line-height: 18px;
	width: 33.33333%;
	min-height: 350px;
	margin-top: 15px;
	padding: 10px 0 10px 20px;
}

.sidebar-box {
	width: 100%;
	margin: 35px 0 0 0;
	padding: 35px 0 0 0;
}

.sidebar-box:first-child,
.sidebar .corporate-top-border:first-child{
	margin: 0;
	padding: 0;
	border-top: none;
}
			
.sidebar-box:last-child{
	margin-bottom: 35px;
}

.sidebar h4, 
.sidebar h4 a:link, 
.sidebar h4 a:visited, 
.sidebar h4 a:active, 
.sidebar h4 a:hover {
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	margin: 0 0 15px 0; 
}
		
#contactForm_error {
	display: block;
	float: none;
}
		
#contactForm_error .error {
	width: 231px;
	color: #fff;
	float: none;
	display: block;
	margin: 0 0 5px 0;
	padding: 10px;
	background: #CC0000;
	border: 2px solid #FF0000;
}
		  
form.kontaktformular label {
	float: left;
	width: 100%;
	clear: both;
	padding-top: 4px; 
}
		
form.kontaktformular input,
form.kontaktformular textarea,
form.kontaktformular select {
	width: 100%;
	box-sizing: border-box;
	padding: 5px 0 5px 3px;
	margin-bottom: 5px;
	color: #666666;
}
			
			
form.kontaktformular select {
	padding: 5px 5px 5px 3px;
	width: 100%;
}
		
form.kontaktformular textarea {
	height: 90px;
	resize: vertical;	
}

form.kontaktformular input[type=submit], 
form.kontaktformular button[type=submit] {
	cursor: pointer;
	width: 100%; 
	padding: 15px 0;
	margin: 20px 0 15px 0;
	border: none;						
	font-size: 18px;
	font-weight: normal;		
	color: #eee; 
	-webkit-appearance: none;
	-webkit-transition: -webkit-box-shadow 0.15s linear; 
	box-shadow: 0px 0px 8px #aaa;
}
				
form.kontaktformular input[type=submit]:hover, 
form.kontaktformular button[type=submit]:hover { 		
	-webkit-box-shadow: 0px 0px 20px #555;
	-moz-box-shadow: 0px 0px 20px #aaa; 
	box-shadow: 0px 0px 20px #555;	
	cursor:  pointer; 
}

input.parsley-error, textarea.parsley-error {
	color: #B94A48 !important;
	background-color: #F2DEDE !important;
	border: 1px solid #B94A48 !important;
}

.parsley-errors-list li {
	color: #B94A48;
    font-size: .8em;
	list-style: none !important;
	margin: 0 !important;
}

.sidebar .widget_black_studio_tinymce .textwidget ul li:before{
	content: '\f00c' /*fontawesome char code inside the ''*/;
	font-family: FontAwesome; /* or whatever */
	font-size: 1.5em;
	margin: 0 10px 0 -35px;
	color: #38ca28;
}
			
.sidebar .widget_black_studio_tinymce .textwidget ul li {
	padding-left: 35px;
}

/* CONTENT */
.content {
	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	float: left;
	overflow: hidden;
	width: 66.66666%;
	margin: 0 0 0 0;
	padding: 25px 20px 0 0;
	display: block;
}
.page-template-page-full .content,
section.content.imprint,
.privacy-policy .content {
	float: none;
	width: 100%;
}


.wpb_content_element,
.wpb_row {
	margin-bottom: 20px !important;
}

.content p {
	margin: 0 0 15px 0;
}

/* Listen im Content-Bereich */
.flexslider .slides img {
	height: auto;
}

.langeliste ul li, 
.content ul li, 
.content .vc_col-sm-12 .langeliste ul li {
   width: 94%;
   margin-left: 6%;
   list-style: square outside;
   float: left;
}

.content .vc_col-sm-12 ul li {
	width: 44%;
}
		
.content ul:after {
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
}
		
.content ul li .list-text {
	color: #333;
}

ol, ol > li {
	list-style: decimal;
}

ol > li {
	margin-left: 33px;
}   

.content-phonebox {
	padding: 20px;
	margin: 20px 0;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
}

/* Buttons */
a.btn {
	display: block;
	text-align: center;
	padding: 14px;
	cursor: pointer;
	font-size: inherit;
	font-weight: normal;
	transition: all 0.25s ease-in; 
}
a.btn:select {
	background-color: transparent;
}
a.btn, a.btn:visited, a.btn:hover, a.btn:link {
	color: white;
	text-decoration: none;
}
a.btn:hover {
	-webkit-box-shadow: inset 0px 0px 198px 0px rgba(0,0,0,0.58);
	-moz-box-shadow: inset 0px 0px 198px 0px rgba(0,0,0,0.58);
	box-shadow: inset 0px 0px 198px 0px rgba(0,0,0,0.58);
}
a.medium-btn {
	font-size: 20px;
	padding: 17px;
}
a.large-btn {
	font-size: 30px;
	padding: 20px;
}

/* These rather presentational classes are generated by WordPress, so it's useful to have some styles for them. Edit as you see fit. More info: http://codex.wordpress.org/CSS */
.aligncenter { display:block; margin:0 auto }
.alignleft { float:left }
.alignright { float:right }
.wp-caption { border:1px solid #666; text-align:center; background:#ccc; padding:10px; margin:10px }

/* You might find the following useful */
/* div, ul, li { position:relative } This will save you having to declare each div / ul / li's position as 'relative' and allows you to absolutely position elements inside them */
br.clear { clear:both; display:block; height:1px; margin:-1px 0 0 0 } /* Use this br class to clear your floated columns */
li#theme-switcher { background:#333; border:10px solid red; padding:20px; position:fixed; top:0; right:0 } /* Use this if you have the Theme Switcher Reloaded plugin (http://themebot.com/webmaster-tools/1-wordpress-theme-switcher-reloaded) installed and want to make it nice and obvious */


.footer { 
	max-width: 960px;
	min-height: 75px;
	clear: both;
	margin: 0px;
	font-size: 11px;
	padding-top: 20px;
}

.privacy p {
    margin: 0 0 1em;
}

.privacy h3 {
    font-weight: 700;
}
	
.footer-widgets {
	padding: 25px 0 0 0;
	color: #fff;
}

.footer-widgets #map_canvas {
	color: #333;
}
		
.footer-widgets .span6 {
	float: left;
	margin-right: 4%;
	width: 48%;
}

.footer-widgets .span6:last-child {
	margin-right: 0;
}

.gm-style { 
	color: #333!important;
}
		
.footer-links {
	float: left;
	max-width: 700px;
	color: #fff;
}
	
.footer-rechts {
	float: right;
	max-width: 250px;
	text-align: right;
	color: #fff;
}
.footer-rechts > svg {
	margin-top: 3px;
}

iframe[name="google_conversion_frame"] {
    display: none;
}

#impressum,
#datenschutz {
	display: block;
	max-width: 918px;
	margin: 25px 0 0 0;
	padding: 35px 20px 20px 20px;
	background: #fff;
	background: rgba(255, 255, 255, 0.3);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
 	font-size: 13px;
	line-height: 18px;
} 
	
.impressum-box {
	width: 30%;
	margin-right: 3%;
	float: left;
}

.schliessen {
	width: 100%;
	text-align: right;
}

/* -----------------------------------------  ANFANG MENU ----------------------------------------- */ 		
#nav {
	font-weight: 400;
	position: relative;
	z-index: 1000;
	float: right;
	padding: 0 0 0 0;
}

#nav > a {
	display: none;
}

#nav li {
	position: relative;
}

#nav li a {
	display: block;
}

#nav span:after {
	width: 0;
	height: 0;
	border: 0.313em solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #efa585;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -0.313em; /* 5 */
}

/* first level */
#nav > ul > li {
	height: 100%;
	float: left;
}

#nav > ul > li > a {
	padding: 25px 25px;
}

#nav > ul > li:hover > a,
#nav > ul:not( :hover ) > li.active > a {
	text-decoration: none;
}

/* second level */
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
}

#nav li:hover ul {
	display: block;
	left: 0;
	right: 0;
}

#nav li ul a {
	padding: 0 25px; /* 0.75em */
}
.white {
	color: #FFF;
}

							
#nav li ul li a:hover,
#nav li ul:not( :hover ) li.active a {
	text-decoration: none;
}
		
/* -----------------------------------------  ENDE MENU ----------------------------------------- */ 		 
/* RESPONSIVE */

@media all and (max-width: 960px) {
	#nav > ul > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	/* second level */
	#nav li ul a {
		padding: 0 10px;
	}
			
	.footer-widgets {
		padding: 25px 2%;
	}

	.footer-widgets #map_canvas,
	.footer-widgets .widget_tocki_sidebar_map {
		color: #333;
	}
	
	.footer-widgets .span6 {
		margin-right: 4%;
		width: 40%;
	}
	
	
	.footer-links {
		float: none;
		margin: 0 15px;
	}

	.footer-rechts {
		float: none;
		display: block;
		text-align: left;
		margin: 15px;
	}

	.main-middle {
		padding: 0 25px;
	}
}


@media all and (max-width: 840px) {
	.header-logo {
		text-align: center;
		margin: 50px 0 0 0;
	}
		
	.header .phonebox {
		width: 100%;
		text-align: center;
		margin: 0;
		padding: 15px 15px 25px 15px;
	}
		
	.menu-bg {
		position: relative;
		height: 50px;
	}
	
	.fade-in,
	.logo-tel {
		display: none;
	}
	
	#nav {
		position: fixed;
		width: 100%;
		top: auto;
		left: auto;
		float: left;
	}

	#nav > a {
		width: 100%; /* 50 */
		height: 50px;
		text-align: left;
		position: relative;
		text-align: center;
	}
				
	#nav:not( :target ) > a:first-of-type,
	#nav:target > a:last-of-type {
		display: block;
	}

	#nav > ul {
		height: auto;
		display: none;
		position: absolute;
		left: 0;
		right: 0;
	}

	#nav:target > ul {
		display: block;
	}

	#nav > ul > li {
		width: 100%;
		float: none;
	}

	#nav > ul > li > a {
		height: auto;
		text-align: left;
		padding: 0 25px;
	}

	#nav > ul > li:not( :last-child ) > a {
		border-right: none;
	}

	#nav li ul {
		display: none;
		position: absolute;
		top: 100%;
	}

	#nav li ul {
		position: static;
		display: block;
		padding: 1.25em; /* 20 */
		padding-top: 0;
	}

	.content {
		float: none;
		margin: 0;
		padding: 25px 0 0 0;
		width: 100%;
	}

	.sidebar {
		float: none;
		margin: 0;
		padding: 25px 0 0 0;
		width: 100%;
	}

	/* �Nderung! */
	
	.footer-widgets {
		padding: 25px 2%;
	}
	
	.footer-widgets .span6 {
		float: none;
		width: 96%;
		margin: 0;
	}	
	
	.impressum-box {
		width: 100%;
		float: none;
		margin-bottom: 35px;
	}
}

@media all and (max-width: 715px) {
    .footer-links, 
   	.footer-rechts {
        text-align: center;
        max-width: 100%;
    }

    .header .header-logo a img {
        width: 90%;
        height: auto;
    }
}

@media all and (max-width: 500px) {
	.content .vc_col-sm-12 ul li {
		width: 94%;
	}

	a.tocki-proxy-number {
		text-decoration: underline;
	}
}


/**
 * 404 Page
 */
.error-404 .searchform {
	margin: 0 0 6em;
}

.error-404 .searchform input[type=text] {
	border-radius: 4px;
    border: 1px solid #bbb;
    font-family: "Droid Sans",Arial, Helvetica, sans-serif;
    padding: 5px 10px;
}

.error-404 .searchform input[type=submit] {
	border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: none;
    font-family: "Droid Sans",Arial, Helvetica, sans-serif;
    padding: 5px 15px;
}

/* -------------------------------------------  MAP PLUGINs ---------------------------------------- */
.responsiveContainer {
  	position: relative;
  	padding-bottom: 100%;
  	height: 0;
  	overflow: hidden;
}

.responsiveContainer iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 100%;
}

@media all and (max-width: 840px) {
	.responsiveContainer {
	 	position: relative;
	  	padding-bottom: 50%;
	  	height: 0;
	  	overflow: hidden;
	}


	.wrapper .header {
		min-height: 300px;
	}

	body.page {
		background-size: auto 300px;
	}
}
#menu-item-999 {
}
.email {
	color: #FFF;
	text-decoration: underline;
}
.home.page-template-default.page.page-id-5.wpb-js-composer.js-comp-ver-6.2.0.vc_responsive .menu-bg .wrapper #nav #menu-menuu #menu-item-999 a {
	color: #F00;
}
