/*
Theme Name: Nachhaltig Erfolgreich Führen
Theme URI: http://www.diehingucker.de
Description: Nachhaltig Erfolgreich Führen Theme
Author: diehingucker
Author URI: www.diehingucker.de
Version: 1.0
Tags: portfolio, responsive, blog, clean, minimal, white, two-columns, threaded-comments, translation-ready, custom-menus

TABLE OF CONTENTS

00 - Reset
01 - Fixes
02 - Global
03 - General Layout
04 - Header
05 - Content
06 - --
07 - --
08 - --
09 - --
10 - Pagination
11 - Footer
12 - Media Queries
*/

/* /////////////////////////////////////////////////////////////////////
//  00 - Reset
/////////////////////////////////////////////////////////////////////*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ///////////////////////////////////////////////////////////////////
//  01 - Fixes
////////////////////////////////////////////////////////////////////*/

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
	font-size: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

pre:last-child, blockquote:last-child, dl:last-child, figure:last-child,
table:last-child, p:last-child, ul:last-child, ol:last-child, form:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
  height: auto;
}

.video_container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.video_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p:empty {
  display: none;
}

li:last-child {
  margin-bottom: 0;
}

ul {
  list-style: disc;
  padding-left: 25px;
	margin-bottom: 20px;
}

li:not(:last-child) {
  margin-bottom: 0px;
}

/* ///////////////////////////////////////////////////////////////////
//  02 - Global
////////////////////////////////////////////////////////////////////*/

table {
	margin-bottom: 30px;
}

td {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #ddd;
}

/* ///////////////////////////////////////////////////////////////////
//  02 - Variables
////////////////////////////////////////////////////////////////////*/

:root {
  --font-main: "Titillium Web", Helvetica, Verdana, sans-serif;
  --font-size-main: 14px;
  --gutter-h: 100px;
  --gutter-w: 150px;
  --gutter-h: 50px;
  --gutter-w: 75px;
  --container: 1400px;
	--color-main: #E62730;
	--diagonal: 50px;
}

* {
  outline: none;
  box-sizing: border-box;
}

a, .button, ::before, ::after, input, textarea, .nav_lines span {
  transition: all .25s ease-in-out;
}

.fade_in {
  transition: all 1s ease-in-out !important;
}

body {
  font-family: "Titillium Web", Helvetica, Verdana, sans-serif;
	font-weight: 300;
	font-size: 18px;
  line-height: 150%;
	color: #464646;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", Helvetica, Verdana, sans-serif;
	line-height: 120%;
}

h1, h2, h3 {
  font-weight: 700;
}

h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child) {
	margin-bottom: 20px;
}

h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
	margin-bottom: 10px;
}

h1 {
	font-size: 38px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 26px;
}

a {
	color: #000;
	text-decoration: none;
}

strong {
  font-weight: 600;
}

em {
	font-style: italic;
}

p {
  margin-bottom: 20px;
}

hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	margin: 40px 0;
}

hr.empty {
	border-color: transparent;
}

p.hint {
  font-size: 14px;
  line-height: 140%;
}

.button,
button,
input[type="submit"] {
  border: 0;
	font-size: 16px;
	font-family: "Titillium Web", Helvetica, Verdana, sans-serif;
	color: #fff;
  background: #004A8A;
  padding: 15px 40px;
  width: auto;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.button__container {
    text-align: center;
}

.button__container.align--left {
	text-align: left;
}

.big-button {
		height: 50vh;
}

.big-button .row_inside.container,
.big-button .row_content_container,
.big-button .row_content,
.big-button .row_content_text {
    height: 100%;
}

.big-button .row_content_inside {
    background: rgba(255,255,255,.8);
    position: absolute;
    top: 0;
    border-bottom: 15px solid #004A8A;
    margin: -60px 0;
    height: calc(100% + 120px);
    vertical-align: bottom;
    width: 300px;
}

.big-button .row_content_content {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    padding: 30px !important;
    bottom: 0;
    height: auto;
}

.big-button {
	font-weight: 600;
}

/* ///////////////////////////////////////////////////////////////////
//  03 - Layout
////////////////////////////////////////////////////////////////////*/

#container, .container {
	position: relative;
}

.container {
	max-width: 1400px;
  margin: auto;
  padding: 60px;
}

#content .container {
	max-width: 1200px;
}

.top-padding--no > .container {
	padding-top: 0;
}

.bottom-padding--no > .container {
	padding-bottom: 0px;
}

.top-padding--slim > .container {
	padding-top: 30px;
}

.bottom-padding--slim > .container {
	padding-bottom: 30px;
}

.row_container:not(:last-child) .container {
    /* padding-bottom: 0; */
}

.has_button .container {
  padding-bottom: calc(60px * 2.5);
}

.full .row_content {
    width: 100vw;
    margin: 0 calc((100vw - 100%) / -2);
}

.rows_container > .row {
  background-repeat: no-repeat;
  background-position: center center;
	background-size: cover;
}

.slim--content .row_content_container {
	padding: 0 75px;
}

.row--hidden {
	display: none;
}

.headline--uppercase h1,
.headline--uppercase h2,
.headline--uppercase h3 {
	text-transform: uppercase;
}

/*////////////////////////////////////////////////////////////////////
//  04 - Header
////////////////////////////////////////////////////////////////////*/

header {
  position: relative;
  z-index: 1000;
}

.header_top_container .container {
  padding: calc(60px * .5) 60px 0;
}

.header_logo {
    max-width: 300px;
    width: 100%;
    padding: 0 0px 150px;
    background: rgba(255,255,255,.85);
    margin-top: 10px;
		border-bottom: 15px solid #004A8A;
    float: left;
}

body:not(.home):not(.page-id-1491) .header_logo {
	background-color: #fff;
	padding-bottom: 0px;
    margin-bottom: 50px;
}

body:not(.home):not(.page-id-1491) .header_content_container {
	padding: 50px 100px 0;
}

.header_logo a {
    background: #fff;
    display: block;
    padding: 30px;
}

.navigation_container {
    position: relative;
    z-index: 1000;
}

.header_top_container {
    position: relative;
    z-index: 1;
		overflow: hidden;
}

.header_content_container {
    float: left;
    padding: 100px 100px 0;
    font-size: 45px;
    line-height: 100%;
    color: #fff;
    font-weight: 600;
    max-width: calc(100% - 300px);
}

.home .header_content_container,
.page-id-1491 .header_content_container {
    margin: auto;
    font-size: 45px;
    line-height: 100%;
    color: #fff;
    font-weight: 600;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 300px;
    right: 0;
    padding: 0 60px;
		max-width: 100%;
}

.header_content_container span {
    font-size: 60%;
    font-weight: 300;
    line-height: 140%;
    display: block;
    margin-top: 10px;
}

.header_content_title_slide {
    background: #85C81D;
    padding: 20px 30px 0px;
		text-transform: uppercase;
		font-size: 30px;
		line-height: 100%;
}

.home .header_top_container,
.page-id-1491 .header_top_container {
	border-bottom: 15px solid #85C81D;
}

.header_content_title_slide span {
  font-size: 45px;
  display: inline-block;
}

.header_background_slider {
	position: absolute;
	top: -1px;
	width: 100%;
	height: 500px;
}

.header_background_slider .header_background {
	height: 500px;
	position: relative;
}

.header_background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
		background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.header_content_slide {
    padding: 30px 30px 0;
}

button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    padding: 30px 20px;
    background: #ddd;
    color: #000;
}

button.slick-next {
    right: -60px;
}

button.slick-prev {
    left: -60px;
}

.home .header_logo,
.page-id-1491 .header_logo {
	padding-bottom: 20px;
	border-bottom: 0;
}

ul.slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
		margin-top: 50px;
}

ul.slick-dots li {display: inline-block;}

ul.slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 10px;
    border: 1px solid #464646;
    background: transparent;
    transition: .25s background-color ease-in-out;
}

ul.slick-dots li.slick-active button {
    background: #464646;
}

#header_nav_menu {
    font-size: 0;
    white-space: nowrap;
}

.header_nav_container {
    position: relative;
    width: 100%;
		background: rgba(255,255,255,.85);
		text-align: center;
}

.header_nav_container li {
	display: inline-block;
	list-style: none;
	margin: 0;
	vertical-align: middle;
	padding: 10px 10px;
}

.header_nav_container li a {
  padding: 5px 20px;
  display: block;
  position: relative;
  font-weight: 500;
	line-height: 20px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-family: "Titillium Web", Helvetica, Verdana, sans-serif;
}

.header_nav_container li a:hover,
.header_nav_container li.current_page_item a {
	background-color: #C7C7C7;
}

.header_nav_container li.current_page_item a {
	font-weight: 600;
}

.header_background_container {
  background-position: center top;
}

.footer_background_container {
  background-position: center bottom;
}

.menu_container {
  padding: 0;
}

span.border {
	transition: .25s all ease-in-out;
	position: absolute;
	height: 5px;
	display: block;
	background: #E62730;
	top: 5px;
}

.button-primary {
	display: inline-block;
}

p + .button-primary {
    margin-top: 30px;
}

.button-primary {
    text-align: center;
}

.button-primary.align--left {
    text-align: left;
}

.partner__button a {
    display: block;
    height: 100%;
    border: 4px solid #fff;
    text-align: center;
    vertical-align: middle;
}

.button__inside {
    height: 100%;
    display: block;
}

.partner__button a span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
		padding: 10px;
		font-weight: bold;
		text-transform: uppercase;
}

.partner__button span img {
    max-width: 50px;
    display: block;
    margin: 0 auto 10px;
}

.partners__container.v1 .partner__button.projektpartner,
.partners__container.v1 .partner__button.newsletter,
.partners__container.v1 .partner__button.teilnehmer,
.partners__container.v1 .partner__button.geschafft {
    display: none;
}

.partners__container.v2 .partner__button.placeholder,
.partners__container.v2 .partner__button.teilwerden,
.partners__container.v2 .partner__button.geschafft {
    display: none;
}

.boxes--tabbed .row_content_column:not(:first-child):before {
    content: "";
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
		background: #E79C33;
    right: calc(100% + 4%);
    top: 0;
}

.word__item {
    font-weight: 600;
}

.wordcloud__container {
    text-align: center;
    width: calc(100% + 75px);
    margin: 50px calc(75px * -0.5);
}

.word__item {
    display: inline-block;
    padding: 25px 15px;
		transition: .75s transform ease-in-out, .75s opacity ease-in-out;
		position: relative;
}

.word__item:hover {
	transform: scale(1.1);
	opacity: 1 !important;
}

.word__item:nth-child(2),
.word__item:nth-child(4),
.word__item:nth-child(10),
.word__item:nth-child(12),
.word__item:nth-child(15) {
	color: #004A8A;
}

.word__item.off {
		opacity: .3;
}

.word__item.on {
	opacity: 1;
  transform: scale(1.3);
}


.word__item:nth-child(2),
.word__item:nth-child(6),
.word__item:nth-child(10),
.word__item:nth-child(12),
.word__item:nth-child(15) {
	top: -25px;
}

.row_content_column.style--boxed.tabbed_container {
	background-color: #DADADA;
}

.home .bembel, .page-id-970 .bembel {
	top: 450px;
	display: none;
}

.bembel {
    position: fixed;
    top: 250px;
    z-index: 100000;
    width: 250px;
    right: 0;
}

.content_image img {
    width: 100%;
		margin: auto;
}

.background--color-primary .row_content_column.style--boxed {
	background-color: #84BD00;
	color: #fff;
}

.background--color-secondary .row_content_column.style--boxed {
	background-color: #E79C33;
	color: #fff;
}

a[class*="apply--"] {
  color: #fff;
  font-weight: bold;
	text-decoration: underline;
	position: relative;
	margin-top: 20px;
	display: inline-block;
	font-size: 120%;
}

a[class*="apply--"]:after {
	content: "";
	width: 40px;
	height: 50px;
	position: absolute;
	transition: : .25s all ease-in-out;
	left: calc(100% + 20px);
	background-image: url(/wp-content/uploads/pfeil_01.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%);
	top: 50%;
}

a[class*="apply--"]:hover:after {
	left: calc(100% + 40px);
}
/*////////////////////////////////////////////////////////////////////
//  05 - Content
////////////////////////////////////////////////////////////////////*/

.style--default .row_headline:not(:last-child) {
	margin-bottom: 20px;
}

h1.row_headline {
	font-size: 30px;
}

h2.row_headline {
	font-size: 25px;
}

.style--default h2.row_headline:not(:last-child) {
	margin-bottom: 20px;
}

h3.row_headline {
  font-size: 20px;
}

.line_container {
	margin-bottom: 60px;
}

.row_content_headline.style--boxed {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    right: 0;
    padding: 15px 30px;
    text-align: center;
		color: #fff;
    background: #84BD00;
}

.row_content_content .content_link span {
	padding: 15px 30px;
	text-align: left;
	background: #004A8A;
	font-weight: 600;
	display: block;
	color: #fff;
	margin-top: 10px;
}

.style--link .row_content_headline.style--boxed {
    top: 100%;
		text-align: left;
		margin-top: 10px;
}

.row_content_content img {
}


.row_content_headline.style--line, .line_container {
	position: relative;
}

.row_content_headline.style--line:after,
.line_container:after {
    content: "";
    width: 100vw;
    height: 3px;
    background-color: #85C81D;
    display: block;
    position: relative;
    left: -40px;
    margin: 20px 0;
}

.row_content_headline.style--line:before,
.line_container:before {
    content: "";
    width: 40px;
    height: 40px;
    background-image: var(--circles-background);
    display: block;
    position: absolute;
    left: -60px;
    background-size: contain;
    bottom: -20px;
    z-index: 1;
}

.row_content {
	position: relative;
}

.row_content p:not(:last-child) {
  margin-bottom: 20px;
}

.boxes--tabbed .row_content p {
	margin-bottom: 0;
}


.row_content_column {
  margin: 0;
  float: left;
  min-height: 1px;
	position: relative;
}

.row_content_column.style--boxed {
    background: #F6F6F6;
    padding: 50px 75px;
  overflow: hidden;
}

.row_content_column.style--boxed.has--boxed-headline {
    padding: calc(50px * 2) 75px 50px;
}

.boxes--colored .row_content_column.style--boxed {
	background: #E79C33;
	color: #fff;
}

.boxes--slim .row_content_column.style--boxed,
.boxes--slim .single_block {
	padding: 20px;
}

.boxes--tabbed .row_content_column {
	overflow: visible;
}

.boxes--tabbed .row_content_column.style--boxed {
	cursor: pointer;
}

.boxes--tabbed .row_content_column.style--boxed:after {
    content: "";
    display: block;
    width: 100%;
    height: 0px;
    background: #E79C33;
    position: absolute;
    top: 100%;
    left: 0;
		transition: .25s height ease-in-out;
}

.boxes--tabbed .row_content_column.style--boxed:hover:after {
	height: 10px;
}

.boxes--tabbed .row_content_column.style--boxed.active:after {
    height: 60px;
}

.content--slim .row_content_inside {
    padding: 50px;
}

.row_headlines {
	margin-bottom: 60px;
}

.headline_align_text_center .row_headlines {
	text-align: center;
}

.headline_align_text_left .row_headlines {
	text-align: left;
}

.headline_align_text_right .row_headlines {
	text-align: right;
}

.content_align_center .row_content {
	margin: auto;
}

.content_align_left .row_content {
}

.content_align_right .row_content {
}

.content_align_text_left {
  text-align: left;
}

.content_align_text_center {
	text-align: center;
}

.content_align_text_right {
  text-align: right;
}

.row_content_blocks {
}

.content_blocks_1 .single_block {
	width: 100%;
}

.content_blocks_2 .single_block {
	width: calc((100% / 2) - (40px / 2));
}

.content_blocks_3 .single_block {
	width: calc((100% / 3) - ((40px * 2) / 3));
}

.content_blocks_4 .single_block {
	width: calc((100% / 4) - ((40px * 3)/ 4));
}

.single_block {
	float: left;
	background: #F2F2F2;
	padding: 50px 50px;
}

.single_block:not(:last-child) {
	margin-right: 40px;
}

.blocks__layout--slider .single_block {
	margin: 20px;
}

.single_block h3 {
	text-transform: uppercase;
	margin-bottom: 10px;
}

.single_block p {
	font-size: calc(14px * 1.3);
	line-height: 150%;
}

.row_content_text li:before {
	content: "•";
	position: absolute;
	left: -20px;
	color: #004A8A;
}

.row_content_text li {
	list-style: none;
	position: relative;
}

.row_content_content > li:before {
    content: none;
}

.row_content_headline + .row_content_content {
	margin-top: 20px;
}

.row_content_image img {
}

.content_image {
	font-size: 0;
	line-height: 0;
}

.permanent_image {
    width: 100px;
		height: 100px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
		transition: .25s all ease-in-out;
}

.before_image, .after_image {
    width: calc(100% - 100px);
    float: right;
    position: absolute;
    right: 0;
    transition: .25s all ease-in-out;
    height: 100px;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.switch_container {
    position: relative;
}

.after_image {
	opacity: 0;
	background-position: 50% calc(50% - 100px)
}

.switch_container:hover .after_image {
	opacity: 1;
	background-position: 50% 50%;
}

.before_image {
	opacity: 1;
}

.switch_container:hover .before_image {
  opacity: 0;
	background-position: 50% calc(50% + 100px)
}

/* Listen */

strong em {
	font-weight: 300;
	font-size: 14px;
	font-style: italic;
		display: block;
		line-height: 140%;
}

strong {
	font-weight: 700;
}

strong.red {
	color: #E62730;
	text-transform: uppercase;
}

.hidden_container {
    display: none;
}

.alignleft {
	float: left;
}

.blog section#content {
  padding: 60px;
  max-width: 1400px;
  margin: auto;
}

.blog .element {
    padding: 60px;
    background: #F6F6F6;
    margin-bottom: 60px;
}

.blog .element-meta {
    font-size: 80%;
    margin-bottom: 20px;
}

.blog #elements {
    width: 65%;
    float: left;
}

.blog #sidebar {
    width: 30%;
    float: right;
}

.widget_container ul,
.widget_container ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_container ul li {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

div#sidebar .widget_container {
    padding: 60px 50px;
    background: #f2f2f2;
}

.blog .element-image {
    width: 300px;
    height: 300px;
    margin: -60px 0 -60px -60px;
    float: left;
  	background-repeat: no-repeat;
  	background-position: center center;
  background-size: cover;
}

.blog .element-inside {
    width: calc(100% - 300px);
    float: right;
}

.newsletter_inputs {
    width: 100%;
}

.newsletter_inputs:after {
    content: "";
    display: block;
    clear: both;
}

.newsletter_content {
    width: 100%;
}

.single .newsletter_container {
    background: #eee;
    padding: 50px 75px;
}

.c_input_name,
.c_input_email,
.c_input_privacy,
.submit_container {
    width: 48%;
    float: left;
}

.c_input_email {
    margin-left: 2%;
}


.badge {
    display: none;
}

.cr_body label {
    display: none;
}

.cr_body input[type="text"] {
  background: #fff;
}

.newsletter_container h2 {
	color: #004A8A !important;
}

.c_input_privacy input {
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 10px 60px 0;
    float: left;
}

.c_input_privacy {
    font-size: 70%;
    line-height: 140%;
}

.cr_body input[type="text"].clever_form_error {
    border-bottom: 2px solid #f00;
}

.submit_container button {
    background: #D9A12B !important;
    width: 100%;
  cursor: pointer;
}

.submit_container {
    margin-bottom: 20px;
}

.cr_ipe_item[rel="select"],
.cr_ipe_item[rel="text"],
.cr_ipe_item[rel="email"] {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

.cr_ipe_item[rel="email"] {
    margin: 0;
}

.cr_ipe_item[rel="checkbox"] {
    float: left;
  width: 100%;
}

.cr_ipe_item[rel="select"] select {
    height: 54px;
    font-size: 20px;
    font-family: "Titillium Web", Helvetica, Verdana, sans-serif;
    border-radius: 5px;
    padding: 10px;
}

/*////////////////////////////////////////////////////////////////////
//  06 - Features
////////////////////////////////////////////////////////////////////*/

#cookieChoiceInfo {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 16px;
  line-height: 140%;
}

#cookieChoiceInfo div a {
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  background: #ddd;
  padding: 0px 10px;
  border-radius: 40px;
  margin: 0 0 0 5px !important;
  display: inline-block;
}

.nav_lines span {
	width: 100%;
	height: 4px;
	background: #000;
	display: block;
	border-radius: 2px;
	position: absolute;
}

.nav_lines {
	width: 30px;
	height: 24px;
	position: absolute;
}

.nav_lines span:nth-child(1) {
	top: 0;
}

.nav_lines span:nth-child(3) {
	bottom: 0;
}

.nav_lines span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
}

#nav_toggle {
		cursor: pointer;
		display: none;
}

.has_slider .row_headline_container {
    text-align: center;
}

.gallery_slider .slick-list {
	padding: 0 !important;
}

.gallery_slider .single_image, .single_image img {
		transition: .5s all ease-in-out;
}

.gallery_item_description {
	padding-top: 20px;
	padding-bottom: 0;
	font-size: 14px;
	line-height: 120%;
	min-height: 120px;
}

.gallery_nav {
	margin: auto;
	text-align: center;
	width: 150px;
		margin-top: 0px;
}

.nav_item {
	width: 50%;
	float: left;
		cursor: pointer;
	font-size: 50px;
}

/*////////////////////////////////////////////////////////////////////
//  07 - Formular
////////////////////////////////////////////////////////////////////*/

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
	width: 100%;
  border: 0;
  font-family: "Titillium Web", Helvetica, Verdana, sans-serif;
  font-weight: 300;
  font-size: calc(14px * 1.5);
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
	background: #eee;
	border-bottom: 2px solid transparent;
}

textarea {
	height: 54px;
}

textarea:focus {
	height: 200px;
}

input:focus, textarea:focus {
	border-bottom: 2px solid #aaa;
}

input[type="checkbox"] {
	/* -webkit-appearance: none; */
}

input[type="checkbox"]:checked + label::before,
input[type="checkbox"]:not(:checked) + label::before,
input[type="radio"]:checked + label::before,
input[type="radio"]:not(:checked) + label::before {
  content:" ";
  display:inline-block;
  width: 17px;
  height:17px;
  position: relative;
  top:4px;
  border: 1px solid #bbb;
  background: white;
  margin-right: 1em;
  box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
}

input[type=radio]:checked + label::before,
input[type=radio]:not(:checked) + label::before {
  border-radius: 30px;
}

input[type="checkbox"]:hover  + label::before,
input[type="radio"]:hover  + label::before {
  background:#ddd;
  box-shadow: inset 0 0 0 2px white;
}

input[type="checkbox"]:checked  + label::before,
input[type="radio"]:checked  + label::before {
  background: #E62730;
  box-shadow: inset 0 0 0 2px white;
}

div.input {
	margin-bottom: 15px;
}

label {
	font-weight: 700;
	text-transform: uppercase;
	font-size: calc(14px * 1.2);
	display: block;
	line-height: 120%;
	margin-bottom: 10px;
}

.social_nav_container {
    position: absolute;
    right: 60px;
    top: calc(60px * .5);
    margin: 0 5px;
		display: none;
}

.social_nav_container li {
    display: inline-block;
    padding: 10px 5px;
}

.social_nav_container li a {
    font-size: 16px;
    padding: 5px 0;
    width: 30px;
    text-align: center;
    display: block;
    line-height: 20px;
    background: #464646;
    color: #fff;
}

.social_nav_container li a:hover {
	background: #004A8A;
}

.search_toggle {
    position: absolute;
    right: 0px;
    top: 0;
    margin: 0 5px;
    padding: 11px;
    font-size: 20px;
}

.search_bar {
  display: none;
}

.search_bar input {
  text-align: center;
    border-radius: 0;
    background: rgba(255,255,255,.8);
    font-size: 16px;
}

.search-post-item:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.search-post-title {
    margin-bottom: 10px;
}

.search-post-link {
    margin-top: 20px;
}

.row.bottom--border:after {
    content: "";
    /* width: 1000px; */
    display: block;
    height: 2px;
    background: #004A8A;
    margin: auto;
    max-width: calc(1400px - 120px);
    margin: auto;
}

/*////////////////////////////////////////////////////////////////////
//  08 - Grid
////////////////////////////////////////////////////////////////////*/

.row_content_column {
  margin-right: 4%;
  float: left;
  min-height: 1px;
	position: relative;
}

.row_content_column:last-child {
  margin-right: 0;
}

.row_content_columns_1 .row_content_column {
  width: 100%;
}

.row_content_columns_2 .row_content_column {
  width: 48%;
}

.row_content_columns_3 .row_content_column {
  width: 30.6%;
}

.row_content_columns_4 .row_content_column {
  width: 22%;
}

.row_content_columns_5 .row_content_column {
  width: 16.8%;
}

.row_content_columns_6 .row_content_column {
  width: 16.8%;
}

.force_columns.columns--1 .row_content_column {
    width: 100% !important;
		margin: 0 !important;
}

.image_link {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top: 0;
	z-index: 100;
}

.partner__logo {
    padding: 20px;
    background: #fff;
}

.partner__logo img {
}

/*////////////////////////////////////////////////////////////////////
//  11 - Footer
////////////////////////////////////////////////////////////////////*/

footer {
	background-color: #F6F6F6;
  position: relative;
	overflow: hidden;
}

footer .footer_content_container img {
	max-width: 400px;
}

footer .container {
  padding: 50px 75px;
}

.footer_content:first-child {
    float: left;
    width: 60%;
}

.footer_content:last-child {
    float: left;
    width: 40%;
}

.footer_nav_container:last-child li {
    display: block;
    margin-bottom: 5px;
}

.footer_nav_container:first-child li {
    font-weight: 600;
    margin-right: 30px;
}

.footer_nav_container:first-child {
    margin-bottom: 20px;
}

footer li {
  display: inline-block;
  list-style: none;
}

.footer_main_nav li {
	display: block;
}

footer .footer_content_container img.footer_partner {
	max-width: 300px;
	margin-top: 50px;
}

footer li a {
}

.mobile_toggle {
	display: none;
}

.row_content_content ul.image-list {
	float: left;
}

h2.list-headline {
	font-size: 180%;
	color: #E8AE48;
}

.vertical-align--center .row_content_content {
	display: flex;
	align-items: center;
}

.vertical-align--top .row_content_content {
	display: flex;
	align-items: flex-start;
}

.vertical-align--center .row_content_content p {
	margin: 0;
}

[class*="vertical-align--"] .row_content_content > :last-child {
    flex: 1;
}

[class*="vertical-align--"].row_content_content > :first-child {
    flex: 0.5;
}

.attention_row .row_content_column.style--boxed {
    background: #E8AE48;
}

.attention_row .row_content_column.style--boxed {
    padding: 20px 20px 20px 80px;
    font-weight: bold;
    color: #fff;
		width: 80%;
    margin-right: 100px;
    position: absolute;
    z-index: 10;
    top: 0;
    transform: translateY(-50%);
}

.attention_row.attention--short .row_content_column.style--boxed {
	width: 30%;
}

.attention_row .row_content_column.style--boxed:before {
	content: "";
	width: 70px;
	background-image: url(/wp-content/uploads/pfeil_01.png);
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	background-size: contain;
	background-position: -10px center;
	background-repeat: no-repeat;
}

.home .attention_row .row_content_column.style--boxed {
    width: 100%;
    position: relative;
    margin: 0;
    top: 0;
    transform: none;
}

img.position--right-bottom {
    position: absolute;
    right: -300px;
    top: calc(100% - 150px);
    z-index: 10;
    max-width: 250px;
}

.attention_intro .row_content_column.style--boxed {
    overflow: visible;
		padding: 30px 75px 10px;
}

.attention_intro .row_content_content {
    padding-right: 200px;
}

select {
    border: 0;
    border-radius: 5px;
    padding: 10px;
    font-family: inherit;
    font-size: inherit;
		max-width: 100%;
}

.wp-video {
    width: 100% !important;
    height: 600px !IMPORTANT;
}

.mejs-container {
	width: inherit !important
	height: inherit !important
}

.row.attention_row {
    font-size: 24px;
    line-height: 120%;
}

p.intro {
	font-size: 130%;
}

.plz_container:not(.has-location) .plz_active,
.plz_container.has-location .plz_input {
    display: none;
}

.plz_delele {
	cursor: pointer;
}

/*////////////////////////////////////////////////////////////////////
//  12 - Media Queries
////////////////////////////////////////////////////////////////////*/

@media all and (max-width: 1280px) {

}

@media all and (max-width: 900px) {
	:root {
		--gutter-h: 30px;
	  --gutter-w: 30px;
	}

	.container {
    padding: 0px;
	}

	.mobile_toggle {
    padding: 15px;
    line-height: 20px;
    font-size: 26px;
    display: inline-block;
	}

	.social_nav_container {
	    right: 0px;
	    top: 0;
	}

	.header_logo {
    margin-top: 0;
	}

	.header_nav_container {
		display: none;
		position: absolute;
		z-index: 10;
		background: #fff;
	}

	.header_nav_container li {
	    display: block;
	}

	.row_content_column, .content_blocks:not(.blocks__layout--slider) .single_block {
	    width: 100% !important;
	}

	.row_content_column, .single_block {
	    margin: 0 0 50px;
	}

  	button.slick-prev {
    	left: -30px;
	}

  	button.slick-next {
    	right: -30px;
	}

	.single_block {
		padding: 50px 75px;
	}

	.single_block img {
		max-width: 250px;
		margin: auto;
	}

  	.blocks__layout--slider .single_block img {
		max-width: 100%;
	}

	.style--default .row_content_headline.style--default {
    padding: 0 75px;
	}

	.style--default .row_content_content {
		padding: 0 75px;
	}

	.row_content_headline.style--boxed {
		position: relative;
    margin: calc(50px * -1) calc(75px * -1) 50px;
    width: inherit;
	}

	.permanent_image {
    height: 50px;
    width: 50px;
    margin: 25px 0;
	}

	.before_image, .after_image {
    width: calc(100% - 50px);
	}

	.header_top_container .container {
    	padding: 0;
	}

	.home .header_top_container .container {
      background-color: rgba(255,255,255,0.6);
	}

	.header_logo {
		max-width: 100%;
		padding: 0;
		border-bottom: 0;
		margin-bottom: 30px;
	}

	.header_content_container {
	    padding: 30px !important;
	    float: none;
	    width: 100%;
	    max-width: 100%;
  		font-size: 30px;
  	}

	.boxes--slim .row_content_column.style--boxed {
    padding: 50px 75px;
	}

	.footer_content {
		width: 100% !important;
		margin: 0 0 50px;
	}

	.home .header_content_container {
    left: 0;
    padding: 0 !important;
	}

	ul.slick-dots {
    margin: 20px 0 30px;
	}

	.header_content_title_slide {
		font-size: 20px;
	}

	.header_content_title_slide span {
    	font-size: 30px;
      	padding-top: 5px;
    	display: inline-block;
	}

	.big-button .row_content_inside {
    margin: 0;
    height: 100%;
	}

	footer img {
		max-width: 100% !important;
	}

  .search_toggle {
  	top: 5px;
  	right: 0px;
  }

  .header_nav_container li a {
    padding: 20px;
    font-size: 24px;
}
.partner__button.placeholder {
    display: none;
}

.partner__button a {
    min-height: 150px;
}

  hr.empty {
    display: none;
  }

}

@media all and (max-width: 600px)  {
  .cr_ipe_item[rel="text"], .cr_ipe_item[rel="email"] {
    width: 100%;
  }
}
