/*
	Theme Name: AVEX
	Theme URI: http://www.studiopress.com/
	Description: This theme is based on the genesis-sample theme for the genesis framework
	Author: TrafficManufaktur Düsseldorf
	Author URI: http://www.trafficmanufaktur.de/

	Version: 1.0.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Animations */
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 1.6rem;
}

body {
	color: #333;
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 300;
	line-height: 1.5;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #CD392E;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

p+ul{
	margin-top: -24px;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
	position: relative;
}

blockquote p{
	margin-bottom: 0;
}

blockquote::before {
	content: "\f10d";
	display: block;
	font-size: 20px;
	font-size: 2rem;
	height: 0;
	left: -30px;
	position: absolute;
	top: -10px;
	font-family: FontAwesome;
	color: #666;
}

blockquote::after {
	content: "\f10e";
	display: block;
	font-size: 20px;
	font-size: 2rem;
	height: 0;
	right: -30px;
	position: absolute;
	bottom: 20px;
	font-family: FontAwesome;
	color: #666;
}



/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Arial', sans-serif;
	font-weight: normal;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #879DA9;
}

h3 {
	font-size: 20px;
	font-size: 2rem;
}

h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
}

h5 {
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
}

h6 {
	font-size: 16;
	font-size: 1.6rem;
	font-style: italic;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
	background-color: #F0F0F0;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 5px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	border: 0px solid;
	color: #fff;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(150,150,150,1);
	-moz-box-shadow: 2px 2px 3px 0px rgba(150,150,150,1);
	box-shadow: 2px 2px 3px 0px rgba(150,150,150,1);
	background-color: #CD392E;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px 24px;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	/*background-color: #c3251d;*/
	/*background-color: #0FAF33;*/
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}

.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.5;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
/*.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus*/  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1100px;
}

.site-inner {
	clear: both;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
	padding: 30px 50px;
	background-color: #FFF;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	/*width: 660px;*/
	width: 770px;
}

.full-width-content .content {
	width: 100%;
	/*padding-right: 0px;*/
	padding: 70px 150px;
	margin: 0 auto;
}

/* ### Primary Sidebar */

.sidebar-primary {
/*	float: right;
	width: 360px;*/
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	/*margin-bottom: 40px;*/
	/*padding: 60px;*/
	padding: 0px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	/*float: right;*/
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
/*	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;*/
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-header{
	line-height: 3rem;
}

.entry-title {
	font-size: 30px;
	font-size: 3rem;
	display: inline;
	vertical-align: middle;
}

.entry-title:before{
	color: #CD392E;
	text-decoration: none;
	/*content: '▶ ';*/
	content: '▷ ';
	font-size: 3.5rem;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 15px;
	line-height: 3.5rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
	padding-bottom: 5px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	/*margin-bottom: 46px;*/
	margin-bottom: 10px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
/*	color: #333;
	outline: #ccc solid 1px;*/
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: transparent;
}

/* ## Title Area
--------------------------------------------- */
.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.title-area{
	float: left;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
	font-size: 3rem;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
	display: none;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 1;
	width: 100%;
	text-align: right;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 5px;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu .menu-item:last-child {
	margin-right: 0;
}

.genesis-nav-menu .menu-item.current_page_item {
	background-color: #fff;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 17px 5px;
}

.genesis-nav-menu .current-menu-item > a {
/*	background-color: #0FAF33;
	color: #FFF;*/
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #CD392E;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
	
	color: #333;
		-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	padding: 16px 24px;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus, 
.menu-toggle:hover,
.menu-toggle:focus {
	color: #333;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	position: relative;
	z-index: 1;
	background-color: #transparent;
	/*border-top: 1px solid #eee;*/
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 0px 0px 70px 0px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 0px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #0FAF33;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
}

/* # Footer
---------------------------------------------------------------------------------------------------- */
.sidebar-content .footer-widgets,
.sidebar-content .site-footer{
	padding-left: 300px;
}	  

/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	clear: both;
	padding-top: 60px;
	padding-bottom: 10px;
	text-align: center;
	color: #879CA9;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets a{
	font-weight: normal;
	text-decoration: none;
	color: #879CA9;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 100%;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: transparent;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding-bottom: 60px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* # Individual Adjustments
---------------------------------------------------------------------------------------------------- */
	    
body{
	background-color: #E5E9EB;
}

.widget fieldset{
	margin: 0;
}

.site-header{
	max-width: 1280px;
	margin: 0 auto 0px auto;
	margin-top: 35px;
	margin-bottom: 12px;
}

.site-title{
	font-weight: 300;
	float: left;
}

.site-title, .site-description{
	text-align: center;
	font-weight: 300;
}

.site-description{
	float: left;
	clear: both;
}

/* ## Float Clearing
--------------------------------------------- */

.search-socials-bar:before, .site-title:before {
	content: " ";
	display: table;
}

.search-socials-bar:after, .site-title:after {
	clear: both;
	content: " ";
	display: table;
}

.search-socials-bar{
	float: right;
	max-width:1280px;
	margin-bottom: 3px;
	/*border-bottom:3px solid #fffa51;*/
	background-color: transparent;
	-webkit-border-radius: 3px;
    border-radius: 3px;
}

.search-socials-bar section{
		/*float: right;*/
		margin-bottom: 0;
		position: relative;
		text-align: center;
	}

.search-socials-bar section#text-6{
	float: left;
}

.textwidget button{
	display: block;
	background-color:#0FAF33; 
}

.textwidget button:hover{
	text-decoration: underline;
}

.search-socials-bar section#text-6 .textwidget{
	line-height: 1;
}

.search-socials-bar section#text-6 .textwidget button{
	height: 36px;
	padding:5px; 
	margin:0;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
	background-color:transparent;
	color: #fff;
}

.search-socials-bar.scroll-to-fixed-fixed section#text-6 .textwidget button{
	background-color: #0FAF33;
	color: #fff;
	font-weight: bold;
}

.entry-content .search-form, .site-header .search-form{
	margin: 0 auto;
	text-align: center;
	width: 240px;
	border: 1px dashed #ccc;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/*SEARCH FORMS*/
/*Remove rounded corners on iOS Safari*/
.search-form input[name="s"]{
	    -webkit-appearance: none;
		-webkit-border-radius: 0;
		        border-radius: 0;
}

.sidebar-primary .search-form input[name="s"]{
	border-top-width: 0;
	color: #666;
	padding-left: 20px;
	padding-right: 20px;
}

.search-socials-bar .search-form input[name="s"]{
		font-size: 1.6rem;
		padding: 5px;
		color: #666;
		border:0;
		width: 200px;
	}

.search-form input[name="s"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}
.search-form input[name="s"]::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}
.search-form input[name="s"]:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
.search-form input[name="s"]:-moz-placeholder { /* Firefox 18- */
  color: #666;
}

.search-socials-bar .search-form input[type="submit"]{
		margin-right: -3px;
		padding: 5px 10px;
		font-family: FontAwesome;
		/*float: right;*/
		margin-top: 0;
		background-color: #fff;
		color: #666;
		-webkit-border-radius: 3px;
		        border-radius: 3px;
	}

.search-socials-bar .search-form input[type="submit"]:hover{
		color: #FFF;
		background-color: #666;
}

/*.search-socials-bar .search-form::after{
	   content: '\f002';
	   font-family: FontAwesome;
	   font-weight: normal;
	   font-style: normal;
	   position: absolute;
	   right: 5px;
	   top: 0px;
	   color: #666;
	}*/

.fa{
	color: #666;
	text-decoration: none;
}

.fa.fa-facebook:hover{
	color:#3b5998;
}

.fa.fa-twitter:hover{
	color: #1DA1F2;
}

.fa.fa-google-plus:hover{
	color: #cf4439;
}

.fa.fa-linkedin:hover{
	color: #0177B5;
}

.fa.fa-search:hover{
	cursor: pointer;
}


.site-header .wrap{
	padding-bottom: 0;
}

/* ## Secondary Menu Button
--------------------------------------------- */
.tm-secondary-menu-button{
	text-align: center;
	cursor: pointer;
	display: none;
	background-color: transparent;
	padding: 0;
	font-weight: normal;
	position: fixed;
	bottom: 20px;
	right: 73.2px;
	background-color: #000000;
	color: #fff;
	width:43.2px;
	height: 40px;
	opacity: 0.8;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}

.tm-secondary-menu-button:hover{
	opacity: 1;
}

.tm-secondary-menu-button:before{
	display: inline-block;
	font-family: dashicons;
	content:'\f333';
	font-size: 25px;
	width: 25px;
	height: 25px;
	line-height: 1;
	vertical-align: top;
	text-align: center;
	font-weight: 400;
	text-decoration: none;
}

/* ## Slider
--------------------------------------------- */


.slider-widget-wrapper{
	max-width:1280px;
	margin: 0 auto;
}

.slider-widget .widget-wrap .wrap{
	max-width: 540px;
	margin: 0 auto;
	padding: 20px 20px;
	background-color: #FFF;
	background: rgba(255, 255, 255,0.9);
	min-height: 25rem;
/*	-ms-overflow-y: scroll;
	    overflow-y: scroll;	*/

	/*Vertical & Horizontal Centering with FlexBox*/
    display:flex;justify-content:center;align-items:center;
}
.slider-widget .widget-wrap .entry-header{
	text-align: center;
}

.slider-widget .widget-wrap .entry-title{
	font-size: 2.6rem;
}

.slider-widget .widget-wrap .read-more{
	display: block;	
	text-align: center;	
}


/*.slider-widget .widget-wrap .entry-content{
	text-align: justify;
}*/

.slider-widget .widget-wrap .wrap h2{
	text-align: center;
}

.slider-widget .widget-wrap .wrap p{
	text-align: center;
	color: #333;
}

/* ## General Layout Adjustments
--------------------------------------------- */

.site-inner{
	padding-top: 0;
}

#subNavButton{
	text-align: center;
	font-size: 1.6rem;
	font-style: normal;
}

#subNavButton:hover{
	cursor: pointer;
}

#subNavButton::before, #subNavButton::after{
	font-family: fontawesome;
	content: '\f103';
	display: inline-block;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	height: 24px;
	width: 24px;
	line-height: 24px;
	text-align: center;
}

/*#subNavButton::after{
	content: ' anzeigen';
}
#subNavButton.active::after{
	content: ' ausblenden';
}*/
#subNavButton.active::before, #subNavButton.active::after{
	content: '\f102';
}

.content-sidebar-wrap{
}

.sidebar-content-sidebar .content-sidebar-wrap{
	width: 1025px;
}

.sidebar-content-sidebar .content{
	float: right;
	border:1px solid #222;
}

.sidebar-primary{
	width: 285px;
}

.sidebar-secondary{
	float: right;
	width: 240px;
	border:0px solid #000;
}

.content .entry-content{
	text-align: justify;
}

.content .entry-content p a{
	font-weight: bold;
}

.content .entry-content ul.table-of-contents{
	line-height: 1.2;
	margin: 0 0 28px 0;
	padding: 28px;
	background: #f5f5f5;
	border: 1px solid black;
}

.content .entry-content ul.table-of-contents li{
	margin-left: 20px;
}

.content .entry-title{
	/*border-bottom:1px solid #000;*/
}

/* ## Sidebar Widgets
--------------------------------------------- */

.sidebar .widget{
}

.sidebar .widget_nav_menu .menu-item{
	line-height: 3rem;
	padding-bottom: 0;
}

.sidebar .widget_nav_menu .menu-item a{
	display: block;
	padding: 5px 15px;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

.sidebar .widget_nav_menu .menu-item a:before{
	color: #CD392E;
	font-weight: bold;
	text-decoration: none;
	content: '// ';
	font-size: 2rem;
	vertical-align: middle;
}


.sidebar .widget_nav_menu .menu-item.current_page_item a{
	color: #CD392E;
}


/* ## jPush Menu
--------------------------------------------- */
/* Toggle */
.toggle-menu{
	display: none;
	position: fixed;
	z-index: 1001;
	bottom: 25px;
	right: 25px;
	background-color: #CD392E;
	  -webkit-border-radius: 50%; 
	  -moz-border-radius: 50%; 
 	border-radius: 50%; 
	border: 3px solid #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
}

.toggle-menu i{
	position: relative;
	bottom: 14px;
	right: 13px;
	font-size: 3rem;
	color: #FFF;
}
/* General styles for all menus */
/* Orientation-dependent styles for the content of the menu */
.cbp-spmenu{
	/*position: fixed;*/
}

.cbp-spmenu-vertical {
    width: 285px;
    /*height: 100%;*/
    top: 0;
    z-index: 1000;
    /*overflow-y: scroll;*/
}

/* Vertical menu that slides from the left or right */
.cbp-spmenu-left {
    left: -285px;
}

.cbp-spmenu-left.menu-open {
    left: 0px;
}

/* Push classes applied to the body */
body.push-body {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

body.push-body-toright {
    left: 285px;
}

/* Transitions */
.cbp-spmenu,
.push-body {
    -webkit-transition: all 0.3s ease;
       -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
}

/* TM Navigation Widget */

#avex-secondary-navigation .widget-title{
	padding: 0 0 0 15px;
	margin-bottom: 0;
	font-style: normal;
}

/* EZ ToC Styles */
/* Table of Contents Widget */
.widget.ez-toc{
	text-align: left;
}

.widget.ez-toc .widget-title{
	padding: 0 0 0 15px;
	font-style: normal;
	margin-bottom: 0;
	border-bottom: 1px solid #d0d0d0;
}

.widget.ez-toc ul.ez-toc-list li{
	color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 15px;
	margin-bottom: 10px;
}

.widget.ez-toc ul.ez-toc-list li:last-child{
	border-bottom: 0px none #000;
}

.widget.ez-toc ul.ez-toc-list li.active{
}


/*.widget.ez-toc ul.ez-toc-list li a:before{
	content: '» ';
	display: inline;
	color: transparent;
	float: left;
}*/

/*.widget.ez-toc ul.ez-toc-list li.active a:before{
	content: '» ';
	display: inline;
	color: #666;
	float: left;
}*/

.widget.ez-toc ul.ez-toc-list li:hover{
	color: #CD392E;
}

/*.widget.ez-toc ul.ez-toc-list li:hover a:before{
	color: #c3251d;
}*/

.widget.ez-toc ul.ez-toc-list li a{
	display: block;
	font-style: inherit;
	color: inherit;
	text-decoration: inherit;
}

.widget form ul>li{
	padding-bottom: 0;
}

.search-socials-bar .menu-icon{
	float: left;
	display: none;
}

.search-socials-bar .menu-icon:hover{
	cursor: pointer;
}

.search-socials-bar .menu-icon::before{
	content:'\f0c9';
	font-family: FontAwesome;
	display: inline;
	margin-left: 1rem;
}

.search-socials-bar .menu-icon::after{
	content:'Navigation';
	font-family: 'Arial', sans-serif;
	font-weight: 400;
	display: inline;
	margin-left: 1rem;
}

.search-socials-bar .search-form{
	display: none;
}

.site-footer{
	border-top-width: 0;
}

.widget .avex-portrait{
	width:100%;
	display: block;
}

.widget .avex-bio{
	text-align: justify;
}

.widget .tm-nav h3{
	border-bottom: 1px solid #D0D0D0;
}

.widget .tm-nav:hover{
	cursor: pointer;
}


.widget .tm-nav ul{
	padding:0;
	float: left;
}

.widget .tm-nav ul:before{
	content: " ";
	display: table;
}

.widget .tm-nav ul:after{
	clear: both;
	content: " ";
	display: table;
}

.widget .tm-nav li{
	font-weight: normal;
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #333;
}

.widget .tm-nav a{
	color: #333;
	text-decoration: none;
	padding-bottom: 5px;
}
.widget .tm-nav a:hover{
	color: #CD392E;
}

#scrollUp{
	height: 40px;
}

/* ## Gravity Forms Widget
--------------------------------------------- */
.widget.gform_widget .widget-wrap{
	border: 1px solid #D0D0D0;
	padding: 20px;
}


/* Shortcodes */
.tm-bio-box{
	background: url('/wp-content/uploads/2016/12/Dr-Gero-Bathke-Aufhebungsvertrag-Experte.jpg');
	background-size: contain;
	padding: 10px 150px 10px 10px;
	background-position: top right;
	background-repeat: no-repeat;
	border:1px solid #CD392E;
	margin: 0 0 10px;
}

.tm-bio-box .fa{
	margin-right:10px;
}

.tm-bio-box a{
	text-decoration: none;
}

.tm-content-box{
	font-weight: bold;
 	margin: 0 0 28px;
}

.tm-content-box.info{
	background-color: #fff;
}

.tm-content-box.info:before{
	display: block;
	content: '\f129';
	font-family: FontAwesome;
	margin-right: 1rem;
	float: left;
	font-size: 3.5rem;
	line-height: 4rem;
	background: #333333;
	color: #fff;
	width: 4rem;
	text-align: center;
	border-radius: 5px;
	padding: 5px;
	height: 4.5rem;
}

.tm-content-box .tm-content a{
	font-weight: bold;
}

.tm-content-box.cta{
  	padding: 3rem;
	background-color: #879CA9;
 	font-size: 18px;
 	font-size: 1.8rem;
 	color: #fff;
 	text-align: center;
}

.tm-content-box.cta a{
	display: block;
	text-decoration: inherit;
	color: inherit;
	font-size: inherit;
	font-style: inherit;
}

.tm-content-box.cta button{
	border: 0px solid;
	display: block;
	margin: 18px auto 0px;
	background-color: #CD392E;
	color: #fff;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(51,51,51,1);
	-moz-box-shadow: 3px 3px 5px 0px rgba(51,51,51,1);
	box-shadow: 3px 3px 5px 0px rgba(51,51,51,1);
}


.tm-content-box.cta2{
	background-color: transparent;
 	font-size: 16px;
 	font-size: 1.6rem;
 	color: #333;
 	font-weight: normal;
 	border-top: 3px solid #CD392E;
}

.tm-content-box.cta2 a{
	text-decoration: none;
	color: #CD392E;
	font-size: inherit;
	font-style: inherit;
}

/*.tm-content-box.cta .tm-content:before{
  display:inline;
  content:'\f071';
  font-family: FontAwesome;
  margin-right: 1rem;
}*/


/* # Content
---------------------------------------------------------------------------------------------------- */
.content .tablepress thead th{
	color: #fff;
	background-color: #879CA9;
	border-right:2px solid #fff;
	text-transform: uppercase;
}
.content .tablepress thead th::last-child{
	border-right: 0px solid;
}

.content .tablepress ul{
	margin-left: 15px;
	margin-bottom: 0;
}

.content .tablepress span.negative{
	color: #c30000;
}

.content .tablepress span.positive{
	color: #0FAF33;
}

.content .tablepress.style-1 .column-1{
	width: 40%;
}

.content .tablepress.style-1 .column-2{
	width: 40%;
}

.content .tablepress.style-1 .column-3{
	width: 20%;
}

.content .tablepress.style-1 .column-3{
	vertical-align: middle;
	min-width: 142px;
}

a.table-cta{
	display: block;
	padding:8px 14px;
	background-color: #CD392E;
	border: 0px solid;
	
	color: #fff;	
	text-align: center;
	font-weight: bold;
	text-decoration: none;

	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 2px 2px 3px 0px rgba(150,150,150,1);
	-moz-box-shadow: 2px 2px 3px 0px rgba(150,150,150,1);
	box-shadow: 2px 2px 3px 0px rgba(150,150,150,1);
}





/* # Landing Page
---------------------------------------------------------------------------------------------------- */

.landing-page .wrap{
	max-width: 1200px;
}


.landing-page .content{
	background-color: transparent;
	padding: 0;
}

.landing-page .site-title a{
	color: #333;
}

.landing-page .form-link{
	color: #333;
	font-weight: normal;
	text-decoration: none;
}

.landing-page .form-link:hover{
	cursor: default;
}

.landing-page .phone{
	color: #CD392E;
	text-decoration: none;
	font-weight: bold;
}

.landing-page .site-inner{
	max-width: 100%;
	width: 100%;
	background-color: #FFF;
}

.page-id-503 .site-inner, .page-id-900 .site-inner  {
	background: url('/wp-content/uploads/2017/02/suit1920.jpg');
	-webkit-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
}

.landing-page #subNavButton{
	display: none;
}

.landing-page .breadcrumb{
	max-width: 1080px;
	margin: 10px auto;
}

.landing-page .content-sidebar-wrap, .landing-page .content{
	float: none;
}

.page-id-503 .content, .page-id-900 .content{
	max-width: 1200px;
	margin-top: 40px;
}

.landing-page .content .container{
	display: flex;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	justify-content: start;
/*	-webkit-align-items: center;
    align-items: center;
    justify-content: space-between;*/

	-webkit-animation: fadeInRight 1s ease-in;
 	animation: fadeInRight 1s ease-in;
}

.landing-page .container:before, .landing-page .container:after{
	content: " ";
	display: table;
}

.landing-page .container:after{
	clear:both;
}


.landing-page .content .usp{
	width: 45%;
	/*margin-right: auto;*/
	text-align: left;
	padding: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	/*float: left;*/
	background-color: #FFF;
}

.landing-page .content .usp ul{
	padding: 0;
	margin: 0 0 28px;
}

.landing-page .content .usp ul > li{
	padding-left: 22px;
	list-style: none;
}

.landing-page .content .usp ul > li:before{
	display: inline-block;
	font-family: FontAwesome;
	color: #333;
	content:'\f005';
	margin-left: -22px;
	width: 22px;
}

.landing-page .arrow-left-half, .landing-page .arrow-right-half{
	background-color: #FFF;
	width: 10%;
	flex: 0 1 auto;
}

.landing-page .arrow-left-half{
	opacity: 0.97;
	/*background-color: transparent;*/
	/*background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIAoJaWQ9IkxheWVyXzEiIAoJeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAKCXhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiAKCXg9IjBweCIgCgl5PSIwcHgiCgl3aWR0aD0iMTAwJSIgCgloZWlnaHQ9IjEwMCUiCgl2aWV3Qm94PSIwIDAgMjY0IDc2OCIKCXByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiCglzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNjQgNzY4OyIKCXhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8Zz4KCTxnPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMjY0LDAgMjY0LDM4MyA1NS41LDAgCQkiLz4KCTwvZz4KCTxnPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iNTUsNzY3IDI2NCwzODMgMjY0LDc2NyAJCSIvPgoJPC9nPgoJPGc+CgkJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIwLDc2NyAwLC0xIDIwOSwzODMgCQkiLz4KCTwvZz4KPC9nPgo8L3N2Zz4=');*/
	background:url('/wp-content/themes/AVEX/images/pfeil.svg');
	 	 -webkit-background-size: 100% 100%;
	      -o-background-size: 100% 100%;
	         background-size: 100% 100%;
}

/*.landing-page .arrow-left-half{
	-webkit-clip-path: polygon(0 0, 0% 100%, 80% 50%);
	clip-path: polygon(0 0, 0% 100%, 80% 50%);
}*/

/* Move left so the two parts overlap */
/*.landing-page .arrow-right-half{
	margin-left: -10%; 
	-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 50% 100%, 77% 50%, 46% 1%);
		    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 20% 100%, 100% 50%, 20% 0%);
}*/

.landing-page .content .gform_wrapper{
	width: 45%;
	/*margin-right: auto;*/
	padding: 20px;
	margin: 0;
	/*float: right;*/
	background-color: #FFF;
	display: flex;
	-webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	-webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.landing-page .content .gform_wrapper form{
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.landing-page .footer-widgets, .landing-page .site-footer{
	padding: 10px 0;
}

.landing-page .tm-secondary-menu-button{
	display: none;
}

.landing-page .content .usp, .landing-page .arrow-left-half, .landing-page .content .gform_wrapper{
	opacity: 0.97;
}

/* GRAVITY FORMS STYLEROO */
.landing-page .gform_wrapper label.gfield_label{
	font-size: 20px;
	font-size: 2rem;
}

.landing-page .gform_wrapper .gfield_checkbox li label, .landing-page .gform_wrapper .gfield_radio li label, .landing-page .gform_wrapper select, .landing-page .gform_wrapper textarea, .landing-page .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	font-size: 18px;
	font-size: 1.8rem;
}

.landing-page .kontaktdaten {
    display: none;
}

.landing-page .padded-text h1{
  display: inline;
  background: #fff;
  color: #333;
  padding: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  line-height: 1;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

@media only screen and (max-width: 1200px) {
	.landing-page .padded-text h1{
		padding-top: 0.1rem;
	}
}

.landing-page .padded-text h2{
  display: inline;
  background: #CD392E;
  color: white;
  padding: 2rem;
  padding-top: 1rem;
  padding-bottom:1rem;
  line-height: 1.5;
  -webkit-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
}

.landing-page .elementor-button .fa{
	color: #CD392E;
}

.landing-page .site-header{
	max-width: 100%;
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.landing-page .site-header .wrap{
	max-width: 100%;
}

.landing-page .site-header .widget-area {
	display: block;
}

.elementor-icon .fa{
	color: inherit;
}

body.page-template-page_landing{
	background-color: #FFF;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1100px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 860px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 285px;
	}

	.sidebar-secondary{
		width: 245px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	.footer-widgets-1 {
		margin-right: 0px;
	}

}

@media only screen and (max-width: 1200px) {
	.site-header .wrap{
		padding-left: 0;	
		padding-right: 0;
	}

	.site-inner,
	.wrap {
		max-width: 900px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 960px;
	}

	.content,
	.site-header .widget-area {
		width: 100%;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 650px;
	}

	.sidebar-primary, .cbp-spmenu-vertical{
		width: 220px;
	}

	.sidebar-secondary{
		width: 100%;
		max-width: 650px;
		margin-top: 40px;
	}

	.footer-widgets,
	.site-footer{
		padding-left: 265px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	.footer-widgets-1 {
		margin-right: 0px;
	}

	/*LANDING PAGE*/
	.landing-page .site-header .wrap{
		padding: 0 0 0 20px;
	}

}

@media only screen and (max-width: 1023px) {
	.content, .site-header .widget-area{
		width: 100%;
	}

	#scrollUp{
		display: none !important;
	}

	.toggle-menu{
		display: block;
	}

	.landing-page .toggle-menu, .full-width-content .toggle-menu{
		display: none;
	}
	
	.cbp-spmenu{
		position: fixed;
	}

	.cbp-spmenu-vertical.menu-open{
		-webkit-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 2px 0px 5px 0px rgba(0,0,0,0.75);
	}

	.sidebar-primary, .cbp-spmenu-vertical {
		width: 285px;
		background-color: #FFF;
    }

	.cbp-spmenu-vertical {
		padding-top: 10px;
	    height: 100%;
	    overflow-y: scroll;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.site-header .wrap{
		padding-left: 0;	
		padding-right: 0;
	}

	/* Remove Borders from Menu Items for Tablets and below */
	.genesis-nav-menu .menu-item{
		border-width: 0;
	}

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content{
		float: none;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		display: block;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}

	.js nav.pagination {
		display: block;
	}
	
	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle.activated:before {
		content: "\f142";
	}

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		display: inline-block;
		padding: 5px 10px;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: center;
	}

	.js .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu > .menu-item-has-children > a:after {
		content: none;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover,
	.js .nav-primary {
		background-color: #fff;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
		background-color: #fff;
		color: #c3251d;
	}

	.sidebar-secondary{
		width: 100%;
		max-width: 800px;
	}

	.site-footer{
		padding: 0px 0px 60px;
	}

	.footer-widgets{
		padding: 0px 0px 10px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 0px;
	}
	
	.wp-caption{
		width: 100% !important;
		max-width: 100% !important;
	}

	.wp-caption img{
		width: 100% !important;
		max-width: 100% !important;
		height: auto;
	}

	/*LANDING PAGE*/
	.landing-page .site-header .wrap{
		padding: 0 0 0 20px;
	}
}

@media only screen and (max-width: 860px) {

	body > div {
		font-size: 1.8rem;
	}

	body {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-header .wrap{
		max-width: 	800px;
		padding: 0 5%;
	}

	.site-title a, .site-title a:hover, .site-title a:focus{
		font-size: 3rem;
	}

	.site-inner {
		padding: 0% 5%;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.js nav.nav-primary, .js .site-header nav{
		display: none;
	}

	.full-width-content .content {
	    padding: 30px;
	}

	.sidebar-content-sidebar .content{
		border:1px solid transparent;
	}

	.breadcrumb{
		padding: 0;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 0px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	/*LANDING PAGE*/
	.landing-page .site-inner{
		padding: 0 20px;
	}

	.landing-page .content .container{
		display: block;
	}

	.landing-page .content .usp, .landing-page .content .gform_wrapper{
		width: 100%;
		float: none;
	}

	.landing-page .content .usp{
		padding-bottom: 0;
	}

	.landing-page .content .usp p:last-child{
		margin-bottom: 0;
	}

	.landing-page .form-link{
		color: #CD392E;
		font-weight: bold;
		text-decoration: none;
	}

	.landing-page .form-link:hover{
		cursor: pointer;
	}
}

@media only screen and (max-width: 600px) {
	.site-header{
		margin-top: 15px;
	}

	.search-socials-bar{
		display: none;
	}

	.site-inner{
		padding: 0;
	}

	.content, .full-width-content .content{
		padding: 12px 5%;
	}

	.entry-title::before{
		font-size: 35px;
		font-size: 3.5rem;
	}

	.entry-title{
		font-size: 25px;
		font-size: 2.5rem;
	}

	h2{
		font-size: 20px;
		font-size: 2rem;
	}
	
	/* LANDING PAGE */
	.landing-page .site-inner{
		padding:0;
		background: #E5E9EB;
	}

	.landing-page .content{
		margin-top:0;
	}

	.landing-page .content .usp ul > li:before{
		color: #879DA9;
	}
}

@media only screen and (max-width: 400px){
	.site-description{
		float: none;
	}
}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}

@media (min-width: 861px) {
	.art-table { display: none; }
}

@media (max-width: 860px) {
	/* table.responsive-table { display: none !important; } */
	.art-table,
	.art-table .art-tbody,
	.art-table .art-tbody .art-tr,
	.art-table .art-tbody .art-tr .art-td { width: 100%; display: block; }
	.art-table .art-tbody .art-tr .art-td .art-td-first { 
			width: 30% !important;
			float: left;
			padding: 10px 0 !important;
			box-sizing: border-box;
			color: #879DA9;
			text-transform: uppercase;
			font-weight: bold;
		}
	.art-table .art-tbody .art-tr .art-td .art-td-last { width: 70% !important; float: left; padding: 10px 0 !important; box-sizing: border-box; }

	.art-table .art-tbody .art-tr .art-td .art-clearfix { display: block; clear: both; }

	.art-td + .art-td{
		border-top: 2px solid #E5E9EB !important;
	}

	.art-tr + .art-tr{
		margin-top: 50px;
	}

	.art-tr:last-child{
		margin-bottom: 50px;
	}


	.art-table ul{
		margin-bottom: 0;
	}

}

@media (max-width: 600px) {
	.art-table .art-tbody .art-tr .art-td .art-td-first, .art-table .art-tbody .art-tr .art-td .art-td-last{
		width: 100% !important;
	}

	.art-table .art-tbody .art-tr .art-td .art-td-first { 
		padding-bottom: 0 !important;
	}
	.art-table .art-tbody .art-tr{ 
		border-top: 2px solid #879DA9;  
	}

	.art-table .art-tbody .art-tr .art-td .art-td-last { padding-top: 0 !important; }
}

@media (min-width: 1024px) {
	.page-template-page_landing #wer-wir-sind-wrapper > .elementor-element-populated{
		padding: 50px 20% 50px 20%;
	}
}