/* montserrat-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  src: url('fonts/montserrat-v31-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/montserrat-v31-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/montserrat-v31-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/montserrat-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/montserrat-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v31-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/montserrat-v31-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/montserrat-v31-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  src: url('fonts/montserrat-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



/*!
Theme Name: andreas-heger
Theme URI: http://underscores.me/
Author: T. Endemann
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: andreas-heger
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

andreas-heger is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
	margin-top:250px;
	padding:0 40px
}

body.home main{
	margin-top:0;
	padding: 0 0
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}





/*#########################################################################################*/
#page{
	max-width:1400px;
	margin:auto;
	overflow-x:hidden
}
section{
	min-height:100px;
	margin-bottom:1px

}


.site-header{
	max-width:1400px;
	position:fixed;
	z-index:1000
}


.site-branding{
	display:flex;
	height:68px
}
.site-branding .logocontainer{
	width:40%
}
.site-branding .navcontainer{
	width:60%;
	margin-top:36px
}

.flex{
	display:flex
}


section.intro{
	padding-top:205px;
		background-image:url(images/intro-hintergrund.jpg);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:bottom center
}

section.intro .navigation-blue{
	width:45%
}

section.mission .foto-left{
	width:45%;
		background-image:url(images/heger-treppe.png);
	background-size:auto 100%;
	background-repeat:no-repeat;
	min-height:800px;
	background-position:14%
}

section.intro .navigation-blue ul{
	list-style:none;
	padding:0;
	margin:0;
	max-width:80%
}

section.intro .navigation-blue li{
	background-image:url(images/navi-blau-trapez.png);
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center right;
	height:140px;
	margin-bottom:5px;
  display: flex;
  align-items: center; /* <-- vertikal zentriert */
padding-left:21%;
	position:relative;

}



a.social-circle-insta{
	background-image:url(images/icon-insta-yellow.png);
	background-size:auto 100%;
	background-repeat:no-repeat;
	height:40px;
	width:40px;
	margin-right:10px
}
a.social-circle-linkedin{
	background-image:url(images/icon-linkedin-yellow.png);
	background-size:auto 100%;
	background-repeat:no-repeat;
	height:40px;
	width:40px;
	margin-right:10px
}
a.social-circle-facebook{
	background-image:url(images/icon-facebook-yellow.png);
	background-size:auto 100%;
	background-repeat:no-repeat;
	height:40px;
	width:40px;
	margin-right:10px
}


section.intro .navigation-blue li a,section.intro .navigation-blue li a:link,section.intro .navigation-blue li a:hover,section.intro .navigation-blue li a:visited,section.intro .navigation-blue li a:active{
	color:#ffc940;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:800;
	line-height:1.1;
	font-size:34px;
	max-width:100px
}

section.intro .navigation-blue li:first-child:hover{
	margin-right:-20px;
}



section.intro .navigation-blue li:nth-child(2){
	margin-right:40px;
	transition: margin-right 0.1s ease;
}
section.intro .navigation-blue li:nth-child(2):hover{
	margin-right:20px;
}



section.intro .navigation-blue li:nth-child(3){
	margin-right:80px;
	transition: margin-right 0.1s ease;
}
section.intro .navigation-blue li:nth-child(3):hover{
	margin-right:60px;
}



section.intro .navigation-blue li:nth-child(4){
	margin-right:120px;
	transition: margin-right 0.1s ease;
}
section.intro .navigation-blue li:nth-child(4):hover{
	margin-right:100px;
}



section.intro .navigation-blue li:nth-child(5){
	margin-right:160px;
	transition: margin-right 0.1s ease;
}
section.intro .navigation-blue li:nth-child(5):hover{
	margin-right:140px;
}




section.intro .content{
	width:55%;
	padding-right:130px;
	padding-bottom:100px
}


section.mission{
	min-height:800px;
	background-color:#f8f4ea;
	position:relative

}

section.mission .content{
	width:calc(55% + 30px);
	margin-left:30px;
	padding-right:165px;
	padding-bottom:210px
}


body{
	font-family: 'Montserrat',sans-serif;
	font-size:18px
}

h1,h2{
	font-family:'Montserrat',sans-serif;
	text-transform:uppercase;
	font-weight:200;
	line-height:1.1;
	font-size:56px;
	color:#5c91cc
}
h2.smaller{
	font-size:24px;
	font-weight:400
}

.page-id-33 h1,.page-id-39 h1{
	font-size:40px;
	font-weight:500
}

.page-id-33 h2,.page-id-39 h2{
	font-size:28px;
	font-weight:200
}


section.ueber-mich h1,section.ueber-mich h2{
	color:#fff;
	margin-top:0;
	margin-bottom:20px
}


h1 strong, h2 strong{
	font-weight:800
}

section.mission h2{
	margin-bottom:0
}


h3{
	font-size:28px;
	color:#5c91cc;
	font-weight:600;
	margin-top:0
}

.zitat-mission{
	font-size:24px;
	color:#5c91cc;
	font-weight:400;
	margin-top:0;
	margin-bottom:10px;
	line-height:1.1;
	
}
.zitatquelle-mission{
	font-size:24px;
	color:#5c91cc;
	font-weight:200;
	margin-top:0;
	line-height:1.1	
}


a.button-yellow,a.button-yellow:link,a.button-yellow:active,a.button-yellow:hover,a.button-yellow:visited{
	font-weight:800;
	text-transform:uppercase;
	background-color:#ffc940;
	text-decoration:none;
	color:black;
	padding: 10px 15px;
	margin-top:15px;
	display:inline-block;
	  cursor: pointer;
  transition: background-color 0.3s ease;
  animation: pulse 3.5s infinite; /* ruft die Animation auf */
}

/* Hover-Effekt für Interaktivität */
.pulse-button:hover {
  background-color: #0056b3;
}

/* Keyframes für den Puls-Effekt */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    transform: scale(1.08);
    box-shadow: 0 0 0 15px rgba(0, 123, 255, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}



#masthead {
  transition: background-color .1s ease, box-shadow .1s ease;
	width:100%
}

#masthead .logocontainer{
	background-image:url(images/andreas-heger-logo-hintergrund.png);
	background-size:auto 100%;
	background-repeat:no-repeat;
	height:185px;
	background-position:right;
	padding-top:30px;
	padding-left:100px
}


#masthead .logocontainer img {
  transition: transform .1s ease, height .1s ease;
	transform-origin:left top;
	height:80%;
	width:auto

}





/* Zustand beim Scrollen */
#masthead.scrolled {
  background-color: white;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	height:80px
}

#masthead.scrolled .logocontainer  {
background-position:left;
  height: 80px; /* optional, wenn du lieber feste Höhe willst */
}

#masthead.scrolled .logocontainer img {
	transition: transform .1s ease, height .1s ease;
	transform-origin: left top;
	height: 101%;
	width: auto;
	left: -1px;
	position: relative;
	top: -11px;
}

#masthead.scrolled .site-branding .navcontainer {
	width: 80%;
	margin-top: 20px;
}

#masthead.scrolled #hamburger{
	top:13px
}

#masthead.scrolled #navigation-mobil{
	top:80px
}

div.missions{
	width:100%;
	height:140px;
	position:absolute;
	bottom:0;
	right:0;
		background-image:url(images/missions.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:right center

}



section.ueber-mich{
	min-height:800px;
	background-color:#5c91cc;
	position:relative;
	overflow:hidden;

  scroll-margin-top: 80px; /* Höhe deines Headers */

}

section.ueber-mich .desktop{
	position:absolute;
	z-index:0;

}





.ticker {
  width: 100%;
  overflow: hidden;
  background: #5c91cc;
  color: #fff;
  padding: 10px 0;
  font-size: 20px;
	line-height:2.2;
  white-space: nowrap;
	min-height:50px !important;
	text-transform:uppercase;
	color:#ffc940;
	font-weight:600;
	letter-spacing:0.1em;
	margin-bottom:0;
top: 50%;
  position: absolute;
  z-index: 100;
  transform: rotate(-74.6deg);
  left: -1%;	
}

.ticker.ticker-mobile{
	top:inherit;
	position:relative;
	transform:none;
	left:inherit;
	font-size:16px;
}


.ticker__track {
  display: inline-flex;
  animation: scroll 18s linear infinite;
	padding: 10px 0
}

.ticker-mobile .ticker__track{
	padding:0
}

.w {
  display: inline-block;
  margin-right: 40px; /* Abstand nach JEDEM Wort */
}

/* Endlos-Scroll */
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}








section.ueber-mich .content-top{
	padding-top:50px
}

section.ueber-mich .content-top,section.ueber-mich .content-bottom{
	padding-left:50px;
	padding-right:50px;
	max-width:45%;
	color:#fff;
	position:relative;
	z-index:5
}

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

footer ul{
	padding: 0 0
}

.text-highlight-yellow{
	color:#ffc940;
	font-weight:600
}

.ueber-mich-zitatbox{
	background-color:#ffc940;
	max-width:320px;
	padding:30px;
	text-align:center;
	position:absolute;
	bottom:90px;
	right:50px;
	font-size:16px
}
.anfuehrung-links{
	width:70px;
	height:49px;
	background-image:url(images/anfuehrung-links.png);
	position:absolute;
	background-size:contain;
	background-repeat:no-repeat;
	top:-18px;
	left:-35px;
	
}
.anfuehrung-rechts{
	width:70px;
	height:49px;
	background-image:url(images/anfuehrung-rechts.png);
	position:absolute;
	background-size:contain;
	background-repeat:no-repeat;
	bottom:-18px;
	right:-35px;	
}

section.kundenstimmen{
	min-height:850px;
	background-color:#5c91cc;
	position:relative;
	background-image:url(images/kundenstimmen-hintergrund.jpg);
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat
}


section.kundenstimmen .content{
	padding:80px 100px;

}


div.kundenstimmen-box{
	background-color:#ffc940;
	padding:80px 80px;
	text-align:center;
	margin-top:40px;
	position:relative;
	color:#14293d;
	font-size:20px
}


p.kundenstimme{
		max-width:600px;
	margin:auto
}
p.kundenstimme-kunde{
	text-transform:uppercase;
	font-size:26px;
	font-weight:800;

}


div.kundenstimmen-box .anfuehrung-links{
	width:90px;
	height:64px;
	background-image:url(images/anfuehrung-links.png);
	position:absolute;
	background-size:contain;
	background-repeat:no-repeat;
	top:24px;
	left:-35px;
	
}
div.kundenstimmen-box .anfuehrung-rechts{
	width:90px;
	height:64px;
	background-image:url(images/anfuehrung-rechts.png);
	position:absolute;
	background-size:contain;
	background-repeat:no-repeat;
	bottom:24px;
	right:-35px;	
}



section.kundenstimmen h2{
	margin-top:0px;
	margin-bottom:10px;
	color:#14293d;
	max-width:290px
}

section.herausforderung{
	min-height:850px;
	background-color:#5c91cc;
	position:relative;
	background-image:url(images/herausforderung-hintergrund.jpg);
	background-position:center top;
	background-size:cover;
	background-repeat:no-repeat
}
section.herausforderung h2{
	color:#fff;
	padding: 80px 100px 30px 80px;
	max-width:300px;
	margin-top:0
}

section.herausforderung h3{
	font-size:30px;
	color:#000;
	text-transform:uppercase;
	font-weight:800;
	line-height:1.1;
	margin-bottom:14px;
	position:relative
}
section.herausforderung h3::before {
	width: 88px;
	height: 65px;
	position: absolute;
	background-image: url(images/anfuehrung-links-einfach.png);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	left: -56px;
}


.textbox-yellow-herausforderung{
	max-width:850px;
	background-color:#ffc940;
}
.textbox-yellow-inner{
	display:flex;
	padding:30px 40px 30px 80px;
	font-size:16px;
	gap:60px
}

section.loesung{
	background-color:#f8f4ea;
	min-height:850px;
	position:relative;
	
  scroll-margin-top: 80px; /* Höhe deines Headers */
}
section.loesung .content{
	padding:50px 0 50px 50px;
	max-width:550px;
	z-index:10;
	position:relative

}
section.loesung h2{
	color:#000;
	margin-top:0;
	margin-bottom:20px
}
section.loesung .loesung-introtext{
	color:#5c91cc;
	font-size:20px;
	font-weight:600
}

section.loesung .loesungen_01-04{
z-index:5;
	position:absolute;
	width:800px;
	right:0;
	top:0;
}


section.loesung .loesungen_01-04 h3{
	text-transform:uppercase;
	color:#fff;
	font-size:24px;
	line-height:1.1;
	font-weight:800;
	margin-bottom:8px
}

section.loesung .loesung-01{
	background-image:url(images/loesung-01.png);
	background-repeat:no-repeat;
	height: 320px;
  background-size: 500px;
	background-position:right top;
	position:relative
}

section.loesung .loesung-01 .textbox {
	width: 228px;
	position: absolute;
	right: 0;
	font-size: 15px;
	margin-right: 40px;
	top: 41px;
	text-align: right;
}

section.loesung .loesung-02{
	background-image:url(images/loesung-02.png);
	background-repeat:no-repeat;
	height: 270px;
  background-size: 566px;	
	background-position:right top;
	position:relative
}

section.loesung .loesung-02 .textbox {
	width: 267px;
	position: absolute;
	right: 0;
	font-size: 15px;
	margin-right: 40px;
	top: 27px;
	text-align: right;
	color: #000;
}

section.loesung .loesung-03{
		background-image:url(images/loesung-03.png);
	background-repeat:no-repeat;
	height: 212px;
  background-size: 622px;	
	background-position:right top;
	position:relative
}

section.loesung .loesung-03 .textbox {
	width: 284px;
	position: absolute;
	right: 0;
	font-size: 15px;
	margin-right: 40px;
	top: 24px;
	text-align: right;
}

section.loesung .loesung-04{
			background-image:url(images/loesung-04.png);
	background-repeat:no-repeat;
	height: 212px;
  background-size: 690px;	
	background-position:right top;
	position:relative
}


section.loesung .loesung-04 .textbox {
	width: 350px;
	position: absolute;
	right: 0;
	font-size: 15px;
	margin-right: 40px;
	top: 27px;
	text-align: right;
	color: #000;
}

.loesung-zitatbox {
	width: 565px;
	height: 242px;
	background-image: url(images/zitatbox-desktop.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 50px 200px 50px 90px;
	font-size: 16px;
	background-position: -55px;
}


section.verbinden{
	background-color:#f8f4ea;
	
	position:relative
}

.folge-mir-line-1 {
	background-image: url(images/folgemir-img-1.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 218px;
	background-position: right center;
}
.folge-mir-line-2{
	height: 120px;	
	position:relative
}

.folge-mir-line-2 a.insta{
display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 280px;
  top: 21px;	
}
.folge-mir-line-2 a.linkedin{
display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 180px;
  top: 21px;	
}
.folge-mir-line-2 a.facebook{
display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  right: 80px;
  top: 21px;	
}

.folge-mir-line-2 a img{
	width:80px
}

.folge-mir-line-3 {
	background-image: url(images/folgemir-img-2.png);
	background-size: 550px;
	background-repeat: no-repeat;
	height: 111px;
	background-position: right 40px center;
}

section.verbinden h2{
	font-weight: 800;
  width: 300px;
  text-align: right;
  position: absolute;
  right: 60px;
  top: -5px;
}

section.kontakt{
	background-color:#5c91cc;
	min-height:450px;
	position:relative	
}

section.kontakt .content{
	padding:100px 100px 100px 80px;
	display:flex;
	justify-content:space-between;
	gap:80px
}
section.kontakt{
	color:#fff;
	margin-bottom:0;
	
  scroll-margin-top: 80px; /* Höhe deines Headers */
}
section.kontakt h2{
	color:#fff;
	text-transform:uppercase;
	font-size:30px;
	font-weight:800;
	margin-bottom:5px;
	margin-top:0
}
section.kontakt h3{
	color:#fff;
	text-transform:uppercase;
	font-size:20px;
	font-weight:600
}
#wpforms-13{
	margin-top:0 !important
}
#wpforms-13-field_2-container,#wpforms-13-field_3-container{
	padding-top:0 !important
}
button#wpforms-submit-13{
	background-color:#ffc940
}

div#wpforms-confirmation-13{
	background-color:#ffc940 !important
}


footer{
	padding:10px 0px 0px 0px
}

footer ul{
	list-style:none
}
footer ul li{
	display:inline-block;
	margin-right:20px
}

footer a,footer a:link, footer a:hover, footer a:active, footer a:visited{
	font-weight:500;
	text-decoration:none;
	color:#fff;
	text-transform:uppercase;
	font-size:16px
}

nav#site-navigation ul{
	display:flex;
	justify-content:space-around;
	align-items:center
	
}

nav#site-navigation li{
	text-transform:uppercase;
	font-size:14px;
	line-height:1.2;
	text-align:center;
	height:39px;
	align-items:center;
	display:block
}

nav#site-navigation li.active{
	border-bottom:2px solid #5c91cc;
	font-weight:600
}

nav#site-navigation a,nav#site-navigation a:link,nav#site-navigation a:hover,nav#site-navigation a:active,nav#site-navigation a:visited{
	text-decoration:none;
	color:#000
}

.mobile{
	display:none
}



#hamburger{
	position:absolute;
	right:30px;
	top:36px;
	display:none
}


.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position:absolute;
  width:40px;
  height:4px;
  transition-timing-function:ease;
  transition-duration:.15s;
  transition-property:transform;
  border-radius:4px;
  background-color:#ffc940
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color:#ffc940
}

#navigation-mobil {
	position: fixed;
	top: 127px;
	z-index: 1000;
	width: 100%;
	background-color: #ffc940e5;
	  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease-in-out;
	min-height:0;
}


#navigation-mobil.active {
  max-height: 400px; /* hoch genug wählen */
}

#navigation-mobil ul{
	list-style:none;
	text-align:center;
	text-transform:uppercase;
	padding-top:20px;
	padding-bottom:20px;
	font-weight:600
}
#navigation-mobil li{
	padding:6px
}

#navigation-mobil a,#navigation-mobil a:link,#navigation-mobil a:active,#navigation-mobil a:hover,#navigation-mobil a:visited{
	text-decoration:none;
	color:#000
}

.owl-carousel{

}


.owl-item{
	padding-left:50px;
	padding-right:50px
}
.owl-dots{
	position: relative;
  z-index: 1000;
  top: -49px;
}

.owl-theme .owl-dots .owl-dot span {
	background: #FFF;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #000;
}

footer.site-footer{

}

section.kontakt p a,section.kontakt p a:link,section.kontakt p a:visited,section.kontakt p a:active,section.kontakt p a:hover,section.kontakt p a:focus{
	text-decoration:underline;
	color:#fff
}


.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 50px;
}

/*#########################################################################################*/
/*#########################################################################################*/
/*################################RESPONSIVERESPONSIVE#####################################*/
/*################################RESPONSIVERESPONSIVE#####################################*/
/*#########################################################################################*/
/*#########################################################################################*/

@media only screen and (max-width: 1400px) { 
section.ueber-mich .desktop{
	width:120%
}
	
	
.ticker {
  left: 8%;	
}	
	
	
}

@media only screen and (max-width: 1250px) { 
section.ueber-mich .content-top {
	max-width:55%;
}
	section.ueber-mich .content-bottom{
		font-size:15px;
		max-width:50%
	}

.ticker {
  left: 8%;	
}	
		
	
	
	
}

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

section.intro .navigation-blue li {
	padding-left: 50px;
}	
#masthead .logocontainer {
	padding-left: 50px;

}	
	
section.intro .content {
	padding-right: 80px;
	position: relative;
	left: -50px;
}	
	
	
}


@media only screen and (max-width: 1100px) { 
section.intro .navigation-blue li a, section.intro .navigation-blue li a:link, section.intro .navigation-blue li a:hover, section.intro .navigation-blue li a:visited, section.intro .navigation-blue li a:active {
	font-size: 28px;
}
	
section.mission .content {
	padding-right: 60px;
}	
	
	
	
	
section.ueber-mich .content-top,section.ueber-mich .content-bottom {
	padding-left: 30px;
	padding-right:30px;
	max-width: 100%;
	color: #fff;

}	
	section.ueber-mich .content-top{
		padding-top:20px
	}	
	section.ueber-mich .content-bottom{
		padding-bottom:50px;
		font-size:18px
	}
	
	
.ueber-mich-zitatbox {
	background-color: #ffc940;
	max-width: 100%;
	padding: 30px 80px;
	text-align: center;
	position: relative;
	bottom: inherit;
	right: inherit;
	font-size: 16px;
}
	
	section.ueber-mich .desktop{
		display:none
	}	
	
.anfuehrung-links {
	top: -18px;
	left: 19px;
}	
.anfuehrung-rechts {
	bottom: 3px;
	right: 2px;
}	
	
div.kundenstimmen-box .anfuehrung-links {
	width: 62px;
	height: 64px;
	background-image: url(images/anfuehrung-links.png);
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	top: 5px;
	left: 4px;
}	
div.kundenstimmen-box .anfuehrung-rechts {
	width: 62px;
	height: 64px;
	background-image: url(images/anfuehrung-rechts.png);
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	bottom: -15px;
	right: 4px;
}	
	
	section.ueber-mich .mobile{
		display:block
	}	

	
	section.ueber-mich .ticker-desktop{
		display:none
	}	
	
	section.loesung .teil-2{
		padding-right:150px;
		font-size:16px
	}	
	section.loesung .loesung-introtext{
		padding-right:80px
	}
	
	section.loesung .loesung-zitatbox{
		position:relative;
		left:-30px
	}
	
}


@media only screen and (max-width: 1024px) { 
section.intro .navigation-blue li {
	padding-left: 30px;
}	
#masthead .logocontainer {
	padding-left: 30px;
}	

#masthead .logocontainer img {

	height: 57%;

}	
	
	
a.social-circle-linkedin {
	height: 30px;
	width: 30px;
	margin-right: 5px;
}	
a.social-circle-insta {
	height: 30px;
	width: 30px;
	margin-right:5px
}
a.social-circle-facebook {
	height: 30px;
	width: 30px;
}	
	

section.intro .navigation-blue {
	width: 410px
}	
section.intro .content {
	width: calc(100% - 410px);
	padding-right:0
}	
.site-branding .logocontainer {
	width: 384px;
}
.site-branding .navcontainer {
	width: calc(100% - 384px);
}	

section.mission .foto-left {
	background-size: cover;
	background-position: 14%;
}	

	section.loesung .loesungen_01-04{
		position:relative
	}	
	
	section.loesung .content {
	max-width: 100%;
		padding:30px
}
	
section.loesung .loesung-introtext {
	padding-right: 0px;
}	
section.loesung .teil-2 {
	padding-right: 0px;

}	
	
	
section.loesung h2 {
	color: #6596cd;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: 800;
	font-size:45px
}	
.loesung-zitatbox {
	width: 80%;
	height: 260px; 
	background-image: url(images/zitatbox-mobil.png);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 0;
	font-size:16px;
	background-position: bottom;
	margin: auto;
	padding-bottom: 0;
	padding-top: 0;
	padding-left: 15%;
	padding-right: 100px;
	left:0px !important;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-top:70px
}
	.loesung-zitatbox img{
		display:none !important
	}	

	
	.loesung-zitatbox p{
		padding: 0 40px;
	font-size:20px
	}
	
	
section.loesung .content {
	padding-bottom: 0px;
}	

section.loesung .loesungen_01-04 {
	width: 100%;
}	
section.loesung .loesung-01 {
	background-image: url(images/loesung-01.png);
	background-repeat: no-repeat;
	height: auto;
	background-size: 500px;
	background-position: -40px -10px;
	position: relative;
	background-color: #5c91cc;
}	
section.loesung .loesung-01 .textbox {
	width: 90%;
	position: relative;
	right: 0;
	font-size: 18px;
	margin-right: 0;
	top: inherit;
	text-align: left;
	padding: 150px 0 20px 33px;
	max-width:670px
}	
	
section.loesung .loesung-02 {
	background-image: url(images/loesung-02.png);
	background-repeat: no-repeat;
	height: auto;
	background-size: 564px;
	background-position: -30px 8px;
	position: relative;
	background-color: #ffc940;
}
section.loesung .loesung-02 .textbox {
	width: 90%;
	position: relative;
	right: 0;
	font-size: 18px;
	margin-right: 0;
	top: inherit;
	text-align: left;
	padding: 150px 0 20px 33px;
		max-width:670px
}	
		
section.loesung .loesung-03 {
	background-image: url(images/loesung-03.png);
	background-repeat: no-repeat;
	height: auto;
	background-size: 621px;
	background-position: -13px 6px;
	position: relative;
	background-color: #5c91cc;
}	
section.loesung .loesung-03 .textbox {
	width: 90%;
	position: relative;
	right: 0;
	font-size: 18px;
	margin-right: 0;
	top: inherit;
	text-align: left;
	padding: 150px 0 20px 33px;
		max-width:670px
}		
	
	
section.loesung .loesung-04 {
	background-image: url(images/loesung-04.png);
	background-repeat: no-repeat;
	height: auto;
	background-size: 710px;
	background-position: -30px 8px;
	position: relative;
	background-color: #ffc940;
}
section.loesung .loesung-04 .textbox {
	width: 90%;
	position: relative;
	right: 0;
	font-size: 18px;
	margin-right: 0;
	top: inherit;
	text-align: left;
	padding: 150px 0 20px 33px;
		max-width:670px
}	
	

.folge-mir-line-1 {
	background-image: url(images/folgemir-img-mobil.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	height: 110px;
	background-position: right 180px center;
	display:flex;
	align-items:center
}	
	.folge-mir-line-3{
		display:none
	}	

section.verbinden h2 {
	font-weight: 800;
	width: 100%;
	text-align: left;
	position: relative;
	right: inherit;
	/* top: -5px; */
	/* padding: 16px; */
	font-size: 6vw;
	top: inherit;
	padding-left: 22px;
}	
	
	
.folge-mir-line-2 {
	height: 120px;
	position: relative;
	top: -100px;
	left: 70px;
}	
.folge-mir-line-2 a.insta {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 142px;
	top: 21px;
}	
	
.folge-mir-line-2 a.facebook {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 80px;
	top: 21px;
}		
.folge-mir-line-2 a.linkedin {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	right: 200px;
	top: 21px;
}		
	
	
	
.folge-mir-line-2 a img {
	width: 52px;
}	

	
section.kontakt .content {
  display: flex;
  flex-direction: column;
	gap:0
}

/* Reihenfolge steuern */
section.kontakt .content .spalte-kontakt:nth-child(1) { order: 1; }
section.kontakt .content .spalte-kontakt:nth-child(3) { order: 2; } /* → kommt nun an 2. Stelle */
section.kontakt .content .spalte-kontakt:nth-child(2) { order: 3; } /* → wandert nach unten */
	
	section.kontakt .desktop{
		display:none
	}	

section.kontakt .content {
	padding: 30px;
}	
	
	section.kontakt .spalte-kontakt{
		width:100% !important
	}	

section.kontakt h2 {
	font-size: 10vw;
}	
	
	.footer-servicenav{
padding:0 30px !important
	}	

	
	#masthead .navcontainer{
		width:100%
	}	
		

}


@media only screen and (max-width: 800px) { 
	
	
	
	
	.mobile{
		display:block;
		position:relative;
		z-index:50;

	}

	
	section.intro .mobile{
	background-color:#f8f4ea
	}
	
	section.intro {
		background-image: none;
	}	
	section.intro div.flex{
		flex-direction:column-reverse
	}	
	section.intro .content {
		left: 0px;
		padding:30px;
		width:100%;
		background-color:#f8f4ea
	}
	section.intro h1{
		margin-top:10px
	}
	
section.intro .navigation-blue li {
	background-image: url(images/navi-blau-trapez-mobil.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: left;
	height: 80px;
	background-color:#ffc940;
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	padding-left: 20px;
	position: relative;
	border-top:2px solid #ffc940
}	
section.intro .navigation-blue ul {
	max-width: 100%;
}	

section.intro .navigation-blue li:nth-child(2) {
	margin-right: 0px;
}	
section.intro .navigation-blue li:nth-child(3) {
	margin-right: 0px;
}	
section.intro .navigation-blue li:nth-child(4) {
	margin-right: 0px;
}	
	
section.intro .navigation-blue {
	width: 100%;
}	
section.intro .navigation-blue li a, section.intro .navigation-blue li a:link, section.intro .navigation-blue li a:hover, section.intro .navigation-blue li a:visited, section.intro .navigation-blue li a:active {
	color: #ffc940;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 800;
	line-height: 1.1;
	font-size: 38px;
	max-width: inherit;
}	
.mobile a.social-circle-linkedin {
	height: 60px;
	width: 60px;
	margin-right: 10px;
	display: block;
	background-color: #5c91cc;
	padding: 5px;
	background-size: 45px;
	background-position: center;
	position:absolute;
	right:-10px;
	bottom:39px
}
.mobile a.social-circle-insta {
	height: 60px;
	width: 60px;
	margin-right: 10px;
	display: block;
	background-color: #5c91cc;
	padding: 5px;
	background-size: 45px;
	background-position: center;
	position:absolute;
	right:-10px;
	bottom:-21px
}
.mobile a.social-circle-facebook {
	height: 60px;
	width: 60px;
	margin-right: 10px;
	display: block;
	background-color: #5c91cc;
	padding: 5px;
	background-size: 45px;
	background-position: center;
	position:absolute;
	right:-10px;
	bottom:-81px
}	
		
section.intro .navigation-blue li:nth-child(5) {
	display:none
}	
	
	
section.mission .foto-left {
display:none
}	
section.mission h2 {
	margin-top: 30px;
}	
section.mission .content {
	padding-right: 30px;
	padding-left:30px;
	margin-left:0;
	padding-bottom:160px
}
section.mission .content {
	width: 100%;
}

	

section.kundenstimmen .content {
	padding: 30px 30px;
}
div.kundenstimmen-box {
	padding: 80px 50px;
	margin-left:-40px;
	margin-right:-40px
}	

	
section.herausforderung {
	background-image: none;
}	
	section.herausforderung h2{
		padding:40px;
		margin-bottom:0;
		font-size:7vw
	}
	
.textbox-yellow-inner {
	display:block;
	padding:30px;
}	
.textbox-yellow-herausforderung {
	background-color: inherit; 
}
.textbox-yellow-spalte-single {
	background-color: #ffc940;
	padding: 30px 30px 8px 72px;
	margin-bottom: 3px;
}
section.herausforderung h3 {
	font-size: 23px;
	font-weight: 600;
}	

	
.loesung-zitatbox p {
	font-size: 16px;
}	
		

	
#masthead .logocontainer {
	background-image: url(images/andreas-heger-logo-hintergrund.png);
	background-size: auto 100%;
	background-repeat: no-repeat;
	height: 127px;
	background-position: -180px;
	padding-top: 19px;
	padding-left: 33px;
	width:275px
}	
	
	#masthead .navcontainer{
		width:calc(100% - 330px)
	}	
	
	
	#masthead{
		height:127px;
		background:#5c91cc
	}	
	
#hamburger{
	display:block
}	
	#site-navigation{
		display:none
	}	
	
	
#masthead.scrolled .logocontainer  {
background-position:right;
  height: 80px; /* optional, wenn du lieber feste Höhe willst */
}	
	
	
main {

	margin-top:175px;

}

body.home main{
	margin-top:0;

}	
	
	
	
	
}


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

	.loesung-zitatbox{
		height:210px
	}

	
	

	
	
}




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

.loesung-zitatbox {
	width: 100%;
	font-size: 16px;
}

	
div.kundenstimmen-box {
	text-align: center;
	color: #14293d;
	font-size: 16px;
}	
p.kundenstimme-kunde {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 800;
}
	
}


@media only screen and (max-width: 500px) { 
section.intro .navigation-blue li a, section.intro .navigation-blue li a:link, section.intro .navigation-blue li a:hover, section.intro .navigation-blue li a:visited, section.intro .navigation-blue li a:active {
	font-size: 25px;
}	
	
.loesung-zitatbox p{
	padding-top: 61px;
	padding-right: 0px;
	font-size: 13px !important;
}	

	section.verbinden h2{
		max-width:150px
	}	

.page-id-33 h1,.page-id-39 h1{
	font-size:22px;
	font-weight:500
}

.page-id-33 h2,.page-id-39 h2{
	font-size:22px;
	font-weight:200
}	
	
	
}


