/* @override 
	https://svaerm.com/wp-content/themes/wp_theme_svaerm/css/style_svaerm.css?ver=5.4.4
	https://svaerm.com/wp-content/themes/wp_theme_svaerm/css/style_svaerm.css?ver=5.7
	https://svaerm.com/wp-content/themes/wp_theme_svaerm/css/style_svaerm.css?ver=5.7.1
	https://svaerm.com/wp-content/themes/wp_theme_svaerm/css/style_svaerm.css?ver=5.7.2
	https://svaerm.com/wp-content/themes/wp_theme_svaerm/css/style_svaerm.css
	https://svaerm.com/wp-content/themes/wp_theme_svaerm/css/style_svaerm.css?ver=5.8
	https://svaerm.com/wp-content/themes/wp_theme_svaerm/css/style_svaerm.css?ver=5.8.2
	https://svaerm.com/wp-content/themes/wp_theme_svaerm/css/style_svaerm.css?ver=5.9.3
	https://svaerm.com/wp-content/themes/wp_theme_svaerm/css/style_svaerm.css?ver=5.9.5
	https://svaerm.com/wp-content/themes/wp_theme_svaerm/css/style_svaerm.css?ver=5.9.7
	https://svaerm.com/wp-content/themes/wp_theme_svaerm/css/style_svaerm.css?ver=6.3.3
	https://svaerm.com/wp-content/themes/wp_theme_svaerm/css/style_svaerm.css?ver=6.3.5
	https://svaerm.com/wp-content/themes/wp_theme_svaerm/css/style_svaerm.css?ver=6.8 */




@charset "UTF-8";
/* CSS Document */


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3696df");
@import url("//hello.myfonts.net/count/36fd3f");
@import url("//hello.myfonts.net/count/36fbaf");

@font-face {
	font-family: 'LeituraSans-Grot1';
	src: url('webfonts/3696DF_0_0.eot');
	src: url('webfonts/3696DF_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3696DF_0_0.woff2') format('woff2'),url('webfonts/3696DF_0_0.woff') format('woff'),url('webfonts/3696DF_0_0.ttf') format('truetype');
}



@font-face {
	font-family: 'LeituraSans-Grot2';
	src: url('webfonts/36FD3F_0_0.eot');
	src: url('webfonts/36FD3F_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/36FD3F_0_0.woff2') format('woff2'),url('webfonts/36FD3F_0_0.woff') format('woff'),url('webfonts/36FD3F_0_0.ttf') format('truetype');
}
 


 
@font-face {
	font-family: 'LeituraSans-Grot3';
	src: url('webfonts/36FBAF_0_0.eot');
	src: url('webfonts/36FBAF_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/36FBAF_0_0.woff2') format('woff2'),url('webfonts/36FBAF_0_0.woff') format('woff'),url('webfonts/36FBAF_0_0.ttf') format('truetype');
	}


/* Disable Rubber-Band / Elastic Scroll in macOS */
html {
	height: 100%;
	width: 100%;
}

html, body {
	overflow-x:hidden 
} 


body {
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: 0.2px;
	color: #000;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    _height: 100%;
  	overflow: auto;
  	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	font-family: 'LeituraSans-Grot1', sans-serif;
	font-size: 18px;
	line-height: 150%;
}


@media only screen and (-webkit-max-device-pixel-ratio: 1.5) {
  -body {
    background-color: #aaa;
    font-size: 16px;
  }
}


@media only screen and (max-resolution: 96dpi) {
	-body {
    background-color: #aaa;
    font-size: 16px;
  }
}


/* apply a natural box layout model to all elements */
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

/* remove image margins */
img {
	_float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
}

/* Reset HTML5 Search Input in Webkit */

input[type=search] {
	-webkit-appearance:none;
	-webkit-border-radius:0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance:none;
}

#size {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0px;
	color: red;
	font-size: 0.6em;
	left: 10px;
}

p {
	padding-bottom: 0;
	margin-top: 0;
	display: block;
	margin-bottom: 2em;
	padding-top: 0;
}

strong {
	font-family: 'LeituraSans-Grot3', sans-serif;
	font-weight: normal;
}

article ul, 
article ol {
	margin-left: 0em;
	margin-bottom: 2em;
	display: block;
	list-style: none;
	padding-left: 1.5em;
}

article ul.abstand li, 
article ol.abstand li {
	margin-bottom: 1em;
	list-style: none;
}

article ul li,
article ol li {
	display: block;
	margin-bottom: 0.5em;
}

article ul li:before {
    content: "+";
	margin-left: -1.5em;
	display: inline-block;
	position: absolute;
}

article ol li {
  display: block;
  counter-increment: li;
}

article ol li::before {
  content: counter(li) ".";
  display: inline-block;
  margin-left: -1.5em;
  position: absolute;
}


a {
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	color: #000;
}

a:hover, a:focus {
	color: #555;
	outline: none;
	-text-decoration: none;
}

a:visited {
	color: inherit;
	outline: none;
}

.wp-block-columns.no_padding {
	padding: 0;
}

.wp-block-columns.no_background {
	background: none !important;
}




/*a.link,
.link a,
p a,
figcaption a,
article ul li a {
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	color: inherit;
	position: relative;
	z-index: +1;
}*/


/*a.link:after,
.link a:after,
p a:after,
figcaption a:after,
article ul li a:after  {
  bottom: 0px;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  background: rgb(255,255,125);
  width: 100%;
  z-index: -1;
  display: inline-block;
}*/

a.link,
.link a,
p a,
figcaption a,
article ul li a,
article ol li a {
	_background: linear-gradient(to bottom,#ffff7d,#ffff7d);
	background: linear-gradient(to bottom,#f48208,#f48208);
	background-size: auto;
	background-position: 0 105%;
	background-repeat: repeat-x;
	background-size: 4px 4px;
	text-decoration: none;
	transition: background-size .2s ease-out;
}

a.link:hover,
.link a:hover,
p a:hover,
figcaption a:hover,
article ul li a:hover,
article uol li a:hover {
	background-size: 4px 120%;
	color: #000;
}


 /* Tooltips */
 
span.inline-tooltips {
	border-bottom: 2px dotted #444;
	text-decoration: none !important;
}

span.inline-tooltips.link_tooltips a {
	border-bottom: 2px dotted #ff7300;
}

a.link_tooltips:hover span.inline-tooltips {
	border-bottom: none;
}

.link_tooltips a {
	background-position: 0 140%;
}

.link_tooltips:hover a {
	background-size: 4px 150%;
	background-position: 0 80%;
}

.inline-tooltips::after {
	content: attr(data-tooltip);
	line-height: 1.2;
	position: absolute;
	bottom: 135% !important;
	background: #0000e6;
	color: #fefefe;
	padding: 10px;
	border-radius: 0px;
	white-space: normal;
	font-size: 0.95em;
	word-break: keep-all;
	word-wrap: break-word;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s ease-in-out;
	z-index: 1000;
	
	width: auto !important;
	min-width: 260px !important;
}

.inline-tooltips::before {
	content: '';
    position: absolute;
    left: 0%;
    bottom: 110%;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #0000e6;
    clear: both;
	opacity: 0;
    visibility: hidden;
}

.inline-tooltips:hover::before {
    opacity: 1;
    visibility: visible;
}

.grid_tooltips > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: auto auto auto;
	column-gap: 20px;
}

.grid_tooltips p {
	margin-bottom: 1em !important;
}

@media (pointer: coarse) {
  .grid_tooltips p {
    font-size: x-large;
  }
}



p.button {
	margin: 0.5em 0;
	display: block;
}

a.btn,
a.button,
a.more-link,
.more-link a,
.button a {
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none !important;
	white-space: nowrap;
	background: rgb(0,0,230);
	color: white;
	border-radius: 30px;
	text-align: center;
	padding: 14px 30px 11px;
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	display: inline-block;
}

a.btn:hover,
a.button:hover,
a.more-link:hover,
.more-link a:hover,
.button a:hover {
	color: white;
	background: rgb(0,0,135);
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a.btn:hover,
a.button:hover {
	color: white;
}

a.btn:after,
a.button:after,
a.more-link:after,
.more-link a:after,
.button a:after {
	display: none;
}

a.more-link:visited,
.more-link a:visited,
.button a:visited {
	color: white !important;
	text-decoration: none !important;
}

.wp-block-button__link,
.wp-block-button__link:visited {
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none !important;
	white-space: nowrap;
	background: rgb(0,0,230);
	color: white;
	border-radius: 30px;
	text-align: center;
	padding: 14px 30px 11px;
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	display: inline-block;
}

.wp-block-button__link:hover {
	color: white;
	background: rgb(0,0,135);
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_bg_blue .wp-block-button__link,
.btn_bg_blue .wp-block-button__link:visited {
	color: white !important;
	text-decoration: none !important;
}

.button.invers a {
	background: white;
	color: rgb(0,0,230);
	border: 1px solid rgb(0,0,230);
	text-align: center;
	padding: 14px 30px 11px;
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	display: inline-block;
}

.button.invers a:hover {
	color: rgb(0,0,135);
	border: 1px solid rgb(0,0,135);
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


.button.invers a:visited {
	color: rgb(0,0,230) !important;
	text-decoration: none !important;
}

.textmarker {
	background-color: rgb(130,225,155);
	border-top: 3px solid rgb(130,225,155);
	_border-left: 3px solid rgb(130,225,155);
	_border-right: 3px solid rgb(130,225,155);
	padding-left: 2px;
	padding-right: 2px;
}

.scalepict {
	width: 100%;
	height: auto;
}

.scalepict_vert {
	height: 100%;
	width: auto;
}

.subline {
	font-size: 26px;
	line-height: 1.3em;
	margin-bottom: 60px;
}

.footnote {
	font-size: 0.85em;
}

.footnote a {
	text-decoration: none;
}

.nomargin-top {
	margin-top: 0;
}

h1, h2, h3, h4, h5, h6, .headline_h2, .headline_h3, .headline_h4, .headline_h5, .headline_h6 {
	font-family: "leitura-news", serif; 
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 300;
	text-transform: none;
	
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern" 1;
	font-kerning: normal;
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
	font-family: "leitura-news", serif; 
	font-weight: 700;
}

h1 {
	font-size: 72px;
	letter-spacing: 1px;
	line-height: 1.18;
	margin-bottom: 80px;
}

h2,
h1.size_h2,
div.headline_h2 { /* DIV, optisch identisch zu H2 */
	font-size: 34px;
	letter-spacing: 1px;
	line-height: 1.18em;
	margin-top: 96px;
	margin-bottom: 60px;
}

div.headline_h2 {
	margin-bottom: 40px;
	margin-top: 0px;
}

.txt_blog div.headline_h2 {
	margin-top: 0px !important;
}

.headline_h2 a,
.headline_h3 a,
.headline_h4 a {
	text-decoration: none;
}

h2.headline_h3 { /* H2, optisch identisch zu H3 */
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.16em;
	margin-top: 96px;
	margin-bottom: 60px;
}

h3 {
	font-size: 30px;
	letter-spacing: 1px;
	line-height: 1.16em;
	margin-top: 96px;
	margin-bottom: 60px;
}

h2.headline_h4 { /* H2, optisch identisch zu H4 */
	font-size: 26px;
	line-height: 1.15em;
	letter-spacing: 1px;
	margin-top: 96px;
	margin-bottom: 40px;
}

h3.headline_h4 { /* H3, optisch identisch zu H4 */
	font-size: 26px;
	margin-bottom: 2px;
}

h4 {
	font-size: 26px;
	line-height: 1.15em;
	letter-spacing: 1px;
	margin-top: 96px;
	margin-bottom: 40px;
}

h4.no-margin {
	margin-top:  0.5em;
	margin-bottom: 0;
}

h4.headline_h3 { /* H4, optisch identisch zu H3 */
	font-size: 30px;
	max-width: 700px;
}

h5 {
	font-size: 22px;
	line-height: 1.18em;
	letter-spacing: 0.5px;
	margin-top: 96px;
	margin-bottom: 40px;
}

p.headline_h5 {
	font-size: 22px;
	line-height: 1.18em;
	letter-spacing: 0.5px;
}

h6 {
	font-family: "LeituraSans-Grot2", sans-serif;
	font-size: 1em;
	line-height: 1.1em;
	letter-spacing: 0px;
	margin-top: 96px;
	margin-bottom: 40px;
}

.no-margin {
	margin-bottom: 4px;
}

.entry-title {
	text-transform: none;
	margin-bottom: 40px;
}

.visible-mobile {
	display: none;
}

.hidden-mobile {
	display: inline-block;
}

.container {
	width: 1400px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.container_1240 {
	width: 100%;
	max-width: 1240px;
	margin-left: 160px;
	_background-color: #cddfd0;
}

body.home .container_1240 {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
}

.container_1080 {
	width: 100%;
	max-width: 1080px;
	margin-left: 160px;
	_background-color: #0ef4e7;
}

.container_960 {
	width: 100%;
	max-width: 960px;
	margin-left: 160px;
	background: none !important;
	_background-color: #d1f4ce;
}




/* ////////// HEADER //////////////// */

#masthead {
	width: 100%;
	display: block;
	top: 0;
	position: fixed;
	height: 100px;
	z-index: 1000;
	background-color: white;
}

#logo {
	display: inline-block;
	margin: 0;
	top: 33px;
	left: 50px;
	width: 150px;
	height: auto;
	position: absolute;
	z-index: +1;
}

@media  (-webkit-max-device-pixel-ratio: 1.5) {
  _#logo  {
    width: 135px;
  }
}

@media only screen and (max-resolution: 96dpi) {
	_#logo  {
    width: 135px;
  }
}




/* Hamburger */

#menuToggle {
	width: 27px;
	height: 17px;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out;
	-o-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
	cursor: pointer;
	z-index: 1000;
	top: 36px;
	margin-left: -20px;
	display: none;
	right: 45px;
}

#menuToggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #222;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -o-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

#menuToggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

#menuToggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 5px;
  left: 0px;
}

#menuToggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menuToggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
  left: 0px;
}




/* ////////// NAVIGATION ////////// */

#navi {
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	left: 0;
	top: 30px;
	width: 100%;
	padding-left: 240px;
	padding-right: 50px;
}

#headermenu {
	width: 100%;
	display: block;
	position: relative;
	height: 40px;
}

/* General Menu Styles */

#headermenu li {
	display: inline-block;
	margin: 0;
	width: auto;
	text-align: left;
	padding: 12px 28px 8px;
	border:  1px solid white;
	position: relative;
	float: left;
}

#headermenu li.visible-mobile {
	display: none;
}

#headermenu li a {
	font-family: 'LeituraSans-Grot1';
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 1px !important;
	line-height: 1em;
}




@media  (-webkit-max-device-pixel-ratio: 1.5) {
  -#headermenu li a  {
    font-size: 16px;
  }
}


#headermenu li a:hover,
#headermenu li a:focus {
	font-family: 'LeituraSans-Grot2';
	cursor: p;
	-color: #999;
	-transition: color 0.4s;
}

#headermenu li.current-menu-item a,
#headermenu li.current-menu-ancestor a,
#headermenu li.current-post-parent a,
#headermenu li.current-category-ancestor a,
#headermenu li.current-page-ancestor a  {
	font-family: 'LeituraSans-Grot2';
	-font-weight: 600;
}

#headermenu li.current-menu-item a:hover,
#headermenu li.current-menu-ancestor a:hover,
#headermenu li.current-post-parent a:hover,
#headermenu li.current-category-ancestor a:hover,
#headermenu li.current-page-ancestor a:hover  {
	color: #000;
	cursor: default;
}

#headermenu li.first-level > a:after {
	content: '';
	display: inline-block;
	width: 20px;
	background: url('arrow_navi_down.svg') right center no-repeat;
	position: relative;
	height: 18px;
	float: right;
	padding: 0;
	margin: 0;
	top: -2px;
}

#headermenu li.first-level:hover > a:after {
	background: url('arrow_navi_up.svg') right center no-repeat;
}

#headermenu ul.sub-menu {
	display: none;
	border: none;
	padding: 32px 0 15px;
	background: white;
	box-shadow: none;
	margin-left: -15px;
	width: auto;
	background: transparent;
}

#headermenu li.first-level:hover > ul.sub-menu,
#headermenu li.first-level:focus > ul.sub-menu {
	display: block;
}

#headermenu ul.sub-menu .sub-txt {
	width: 100%;
	padding-bottom: 30px;
	padding-top: 10px;
}

#headermenu ul.sub-menu li a {
	font-family: 'LeituraSans-Grot1';
}

#headermenu ul.sub-menu li a:hover {
	font-family: 'LeituraSans-Grot2';
	cursor: pointer;
}

#headermenu ul.sub-menu li.current-menu-item a {
	font-family: 'LeituraSans-Grot2';
}

#headermenu ul.sub-menu .sub-txt a {
	font-family: "leitura-news", serif; 
	font-weight: 700;
	text-transform: none;
	letter-spacing: -0.5px !important;
}

#headermenu ul.sub-menu .sub-txt a:hover {
	font-family: "leitura-news", serif; 
	font-weight: 700;
	color: inherit;
	cursor: default !important;
}

#headermenu ul.sub-menu li {
	width: 100%;
	white-space: nowrap;
	background: white;
	padding: 8px 15px;
	margin: 0;
	border: none;
}

#headermenu ul.sub-menu li:last-of-type {
	width: 100%;
	white-space: nowrap;
	background: white;
	margin: 0;
	border: none;
	padding-bottom: 20px;
}

_#headermenu ul.sub-menu li.jobscount.hidden  {
	display: none;
	visibility: hidden;
	opacity: 0;
}

#headermenu ul.sub-menu li.jobscount  {
	background: #ff7300;
	padding: 0px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	text-align: center;
	_margin-left: -24px;
	_margin-right: 20px;
	_margin-top: -2px;
	margin-top: 4px;
	margin-left: -76%;
	animation: 1s fadeIn;
	display: inline-block !important;
	position: absolute !important;
}

@keyframes fadeIn {
  99% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}


#headermenu  ul.sub-menu li.jobscount a {
	color: #fff;
	font-family: 'LeituraSans-Grot2';
	font-size: 14px;
	line-height: 23px;
}




#call {
	display: none;
}

#searchform {
	position: absolute;
	right: 132px;
	top: -5px;
	width: 195px;
	height: 50px;
	margin: 0;
}

#searchform .search-field {
	font-family: 'LeituraSans-Grot3';
	border: 1px solid #a0a0a0;
	border-radius: 25px;
	padding-left: 50px;
	width: 100%;
	height: 100%;
	padding-top: 6px;
}

#searchform .search-submit {
	display: none;
}

#searchform #do_search {
	position: absolute;
	z-index: +1;
	left: 16px;
	top: 13px;
	cursor: pointer;
}

#searchform .search-field::placeholder {
	font-family: 'LeituraSans-Grot3';
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
}

#searchform .search-field::-moz-placeholder {
	font-family: 'LeituraSans-Grot3';
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
	opacity: 1;
}

#searchform .search-field::-webkit-input-placeholder {
	font-family: 'LeituraSans-Grot3';
	letter-spacing: 1px;
	color: #000;
	text-transform: uppercase;
	opacity: 1;
}

#searchform .search-field::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
	text-transform: uppercase;
}

textarea:focus, input:focus {
    outline: none;
    border: none;
}


#language {
	font-size: 18px;
	display: inline-block;
	position: relative;
	top: -30px;
	right: 0;
	width: 80px;
	float: right;
}

#language .wpml-ls-legacy-list-horizontal {
	padding: 0px;
	text-align: right;
}

#language .wpml-ls-legacy-list-horizontal a {
	padding: 0;
	text-align: right;
	margin-left: 15px;
}


#language li.wpml-ls-current-language a {
    font-family: 'LeituraSans-Grot3';
}

#breadcrumbs {
	font-size: 15px;
	color: #0000e6;
	line-height: 110%;
	position: relative;
	top: -60px;
}

#breadcrumbs a {
	font-size: 15px;
	color: #0000e6;
	text-decoration: none;
	background: none;
}

#breadcrumbs a:hover,
#breadcrumbs a:focus {
	background: none;
}

#breadcrumbs a:after {
	display: none;
}

_html[lang='en-US'] #breadcrumbs span:nth-child(2) a {
	font-size:  0px;
	visibility: hidden;
}

_html[lang='en-US'] #breadcrumbs span:nth-child(2) a:after {
	font-size: 15px;
	content: 'Jobs';
	display: inline-block;
	visibility: visible;
	text-decoration: underline;
}

#post-nav.container {
	margin-top: 120px;
	width: 100%;
	max-width: 640px;
}

.post-next,
.post-prev {
	max-width: 240px;
	position: relative;
	display: inline-block;
}

.post-nav-hl {
	font-family: "leitura-news", serif; 
	margin-top: 0;
	margin-bottom: 1em;
	font-weight: 300;
	text-transform: none;
	
	text-rendering: optimizeLegibility;
	font-feature-settings: "kern" 1;
	font-kerning: normal;
	font-size: 20px;
	line-height: 1.21em;
	letter-spacing: 1px;
}

.post-next {
	float: right;
}

#post-nav.container a {
	text-decoration:  none;
}

.prev,
.next {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.prev img,
.next img {
	width: 15px;
	display: inline-block;
	position: relative;
	top: 0;
}

span.txt_prev:after {
	white-space: nowrap;
	display: inline-block;
	font-size: 16px;
	content: 'Vorheriges Projekt';
	margin-bottom: 2px;
	position: relative;
}

html[lang='en-US'] span.txt_prev:after {
	content: 'Previous Project';
}

span.txt_next:after {
	white-space: nowrap;
	display: inline-block;
	font-size: 16px;
	content: 'Nächstes Projekt';
	margin-bottom: 2px;
	position: relative;
}

html[lang='en-US'] span.txt_next:after {
	content: 'NextProject';
}



/* /////////////// FOOTER ////////// */

#scrollup {
    position: fixed;
    z-index: 1000;
    bottom: 30px;
    cursor: pointer;
    width: 30px;
    bottom: 50px;
    left: 50%;
    margin-left: 720px;
}

footer {
	background: rgb(230,230,230);
	margin-top: 120px;
	padding-top: 40px;
	padding-bottom: 40px;
}

footer a,
footer a:visited {
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
}

footer .container_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 2;
}

.social_footer a img {
	width: auto;
	height: 20px;
	margin-right: 20px;
	margin-top: 8px;
	margin-bottom: 28px;
}

.social_footer a:last-of-type img {
	margin-right: 0px;
}

.social_footer a {
	border-bottom: none;
}

.link_google {
	line-height: 1.4 !important;
}

.expert_footer img {
	width: 180px;
}

.expert_footer a {
	border-bottom: none;
}

ul#footermenu {
	display: inline-block;
	padding: 0;
	position: relative;
	list-style: none;
	margin: 0;
	height: auto;
	line-height: 1.6;
}

ul#footermenu li {
	display: block;
	padding: 0;
}

ul#footermenu li a {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-transform: none;
}

ul#footermenu li.current_page_item a {
	_font-family: 'LeituraSans-Grot2';
}

#expert_footer_rating {
	width: 100%;
	text-align: center;
	margin-top: 15px;
	margin-bottom: -10px;
}

#expert_footer_rating span.pe_u {
	font-family: 'LeituraSans-Grot3';
	color: #b99c4e;
	font-weight: 600;
}



#expert_footer_rating #pe_stars > span::before {
    font-family: ProvenExpertStars,Arial,Helvetica,sans-serif;
	font-weight: 300;
    content: "\2605\2605\2605\2605\2605";
    position: absolute;
    top: 0;
    left: 0;
    letter-spacing: 0;
    color: #c1a65e;
}


#copyright {
	font-family: "leitura-news", serif; 
	font-weight: 300;
	display: inline-block;
	position: relative;
	line-height: 1;
	top: 2px;
	margin-top: 20px;
	font-size: 0.9em;
}



/* /////////////// HEADERBILDER ////////// */


.headerpict {
	width: 100%;
	height: 600px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: center;
	position: relative;
	top: -140px;
    background-size: cover;
	margin-bottom: 0px;
	padding-top: 30px;
}

.headerpict_content {
	display: inline-block;
	position: relative;
	margin: 0px auto 0;
	text-align: left;
}

.headerpict_content a.btn {
	font-size: 0.9em;
	border-radius: 30px;
	text-align: center;
	padding: 11px 30px;
	margin-bottom: 4px;
}

.headerpict_content a.btn:last-of-type {
	margin-bottom: 0px;
}

.headerpict_content a.btn.jobsbtn {
	background: #ff7300;
	margin-right: 14px;
}

.headerpict h1,
.headerpict_mobile h1 {
	font-family: "leitura-news",serif;
	color: black;
	display: inline-block;
	position: relative;
	line-height: 1.1;
	text-rendering: optimizeLegibility;
  	font-feature-settings: "kern" 1;
  	font-kerning: auto;
	margin-bottom: 0;
}

.headerpict p {
	margin: 1em auto 0;
	display: block;
	position: relative;
}

.headerpict_mobile {
	display: none;
}



/* ////////// HOME ////////// */


.intro_home h4,
.intro_home h2.headline_h4 {
	margin-top: 0;
}

.testimonial_steffen {
	max-width: 1080px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
}

.testimonial_steffen .img_review  {
	max-width: 180px;
}

.testimonial_steffen .img_review figure {
	margin-top: 0;
}

.testimonial_steffen .review {
	background: none;
	padding: 0px;
	margin-top: 0;
	margin-left: 20px;
}

.testimonial_steffen .description {
	margin-bottom: 1em;
}

.hl_1080 {
	max-width: 1080px;
	margin-right: auto;
	margin-left: auto;
}

#anchor_contact_home {
	width: 100%;
	height: 1px;
	position: relative;
	display: inline-block;
	top: -90px;
	float: left;
	z-index: -1;
}

section#contact {
	margin-top: 120px;
	text-align: center;
}

section#contact .container_1240 {
	text-align: left;
}

#holder_contact_home {
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

#contact_home {
	width: calc(100% - 280px);
}

.author_left,
.author_right {
position: relative;
display: block;
background: rgb(230,230,230);
padding: 18px 20px 20px;
}

.author_left p {
margin-bottom: 0;
}

.author_right {
margin-top: 2em;
}

.hl_sidebar {
	font-family: "LeituraSans-Grot1", sans-serif; 
	font-size: 20px;
	line-height: 1.1em;
	letter-spacing: 0.5px;
	margin-top: 0;
	margin-bottom: 1em;
}

section#international,
section#regional,
section#recommended {
	display: block;
	width: 100%;
	margin-top: 120px;
	margin-bottom: 100px;
}

.holder_links_regional p {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-items: start;
	align-items: start;
}

.holder_links_regional p br {
  display: none;
}

.holder_links_regional a {
	display: inline-block;
	font-family: "leitura-news", serif; 
	font-size: 1.25em;
	background: url(../picts/icon_location.svg) left center no-repeat;
	background-size: 16px;
	padding-left: 30px;
	margin-bottom: 1em;
}

.holder_links_regional a:hover {
	background-size: 16px;
}

section#teaser .container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.teaser_home {
	flex-basis: calc(50% - 20px);
	display: inline-block;
	position: relative;
}

.teaser_home p {
	position: relative;
	margin: 0;
}

.teaser_home img {
    display: inline-block;
}

.teaser_home a {
	position: absolute !important;
	z-index: +1;
}

.teaser1 a {
	left: 7%;
	bottom: 16%;
}

.teaser2 a {
	right: 7.6%;
	bottom: 16%;
}

.holder_blog_latest {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 60px;
	row-gap: 40px;
}

.teaser_blog_latest {
	justify-self: normal;
}

.teaser_blog_latest h4 {
	margin: 6px 0 0;
}

.teaser_blog_latest a {
	text-decoration: none;
}



/*////// Bewertungen /////*/

.review {
	font-size: 0.85em;
	line-height: 1.4;
	margin-top: 120px;
	position: relative;
	padding: 20px;
	margin-bottom: 0px;
	background: rgb(255,255,125);
}

.review.in_content { /*/ Review innerhalb des Contents /*/
	margin-top: 1em;
	background: rgb(255,255,125);
	padding: 20px;
	margin-bottom: 4em;
}

.review.in_content.review_portrait {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.review img {
	max-width: 170px;
	display: inline-block;
	margin-right: 20px;
	flex-shrink:  0;
}

.review .review_right {
	padding: 0;
	margin: 0;
}

.review .description {
	margin-bottom: 0;
	margin-bottom: 0.5em;
}

.review .author {
	font-family: "leitura-news", serif; 
	margin-bottom: 0px;
	font-weight: 600;
	font-style: normal;
}

.review .author em {
	letter-spacing: 0px;
	font-weight: 300;
}

.rating {
	height: auto;
	margin-bottom: 0.5em;
}

.rating .fa {
  font-size: 20px;
  margin-right: 4px;
  _opacity:  0.4;
}

.checked {
  color: black;
  opacity: 1;
}


/*////// Bewertungen Home /////*/

section#testimonials {
	margin-top: 160px;
	padding-bottom: 40px;
}

.testimonials_home .review {
	max-width:  780px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
	background:  rgb(255,255,125);
	margin-top: 0;
}

.testimonials_home .review:nth-of-type(odd) {
	margin-left: 80px;
}

.testimonials_home .review:nth-of-type(even) {
	margin-left: 0px;
}



/* Social Links in Testimonials */

.social_links {
	width: 100%;
	height: 18px;
	margin-top: 1em;
	line-height: 0;
}

.social_links a {
	width: 18px;
	height: 18px;
	position: relative;
	display: inline-block;
	margin-right: 18px;
	float: left;
	margin-bottom: 10px;
}

a.social_link_xing {
	background: url(social_icon_xing.svg) center center no-repeat;
	background-size: 18px 18px;
}

a.social_link_linkedin {
	background: url(social_icon_linkedin.svg) center center no-repeat;
	background-size: 18px 18px;
}

a.social_link_medium {
	background: url(social_icon_medium.svg) center center no-repeat;
	background-size: 18px 18px;
}

a.social_link_twitter {
	background: url(social_icon_twitter.svg) center center no-repeat;
	background-size: 18px 18px;
}

a.social_link_instagram {
	background: url(social_icon_instagram.svg) center center no-repeat;
	background-size: 18px 18px;
}

a.social_link_youtube {
	background: url(social_icon_youtube.svg) center center no-repeat;
	background-size: 18px 18px;
}

a.social_link_facebook {
	background: url(social_icon_facebook.svg) center center no-repeat;
	background-size: 18px 18px;
}










/* ////////// PARTNER ////////// */


section#partner {
	margin-top: 120px;
	display: block;
}

section#partner .container_partnerlogos {
	background: rgb(230,230,230);
	padding: 30px 100px 10px;
}

section#partner #partnerlogos {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

section#partner #partnerlogos img {
	flex-basis: 20%;
	margin: 0;
	position: relative;
	display: inline-block;
	text-align: center;
	 min-width: 0;
	 max-width: auto;
}

#partner a.btn {
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	position: relative;
}


/* ////////// CONTENT ////////// */

#content {
	display: block;
	margin: 100px 0 0;
	position: relative;
	padding: 0;
	width: 100%;
	padding-top: 70px;
	min-height: calc(100vh - 560px);	
}

.entry-content {
	margin: 0;
	padding: 0;
}

article {
	top: 0px;
	position: relative;
}


/* Share Buttons in Spalten */

.scriptlesssocialsharing-buttons .button.twitter {
	width: 20px !important;
	height: 20px !important;
	background-image: url(icon_twitter.svg) !important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.scriptlesssocialsharing-buttons .button.facebook {
	width: 58px !important;
	height: 18px !important;
	background-image: url(icon_facebook.svg) !important;
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-size: 18px 18px;
}



/* Accordions */

.sp-easy-accordion .sp-ea-single .ea-header {
	margin-top: 10px !important;
    margin-bottom: 30px !important;
}

.sp-easy-accordion .sp-ea-single .ea-header a {
    text-decoration: none;
    font-size: 22px !important;
    line-height: 1em !important;
    box-shadow: none;
	padding: 0 !important;
}

.sp-easy-accordion .sp-ea-single .ea-header a p {
    font-family: 'LeituraSans-Grot1', sans-serif;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 0;
	margin-top: 4px;
}

.sp-easy-accordion .sp-ea-single .ea-header a p a {
    font-family: 'LeituraSans-Grot1', sans-serif;
	font-size: 18px;
	line-height: 150%;
	margin-bottom: 0;
	margin-top: 4px;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
	font-family: 'LeituraSans-Grot1', sans-serif !important;
	padding-top: 0 !important;
	padding-right: 0 !important;
	padding-bottom: 64px !important;
    padding-left: 80px !important;
    font-size: 1em !important;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body em {  /* mittels <em> line-break erzwingen */
	font-family: 'LeituraSans-Grot1', sans-serif;
	display: block;
	font-style: normal;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body strong em {  /* mittels <em> line-break erzwingen */
	font-family: 'LeituraSans-Grot3', sans-serif;
	display: block;
	font-style: normal;
}
 
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
	text-decoration: none;
    font-weight: 200 !important;
    padding-top: 2px !important;
	padding-left: 80px !important;
}


.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-down,
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-up {
    background: url(../picts/icon_accordion_down.svg) center center no-repeat transparent;
	background-size: 40px;
    width: 40px;
    height: 40px;
	margin-right: 0px;
	margin-top: -8px;
	margin-left: -80px;
	opacity: 1;
}

.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-up {
    background: url(../picts/icon_accordion_up.svg) center center no-repeat transparent;
	background-size: 40px;
}






.ea-body a {
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	color: inherit;
	position: relative;
	z-index: +1;
}

.sp-easy-accordion .ea-body a {
	background: rgb(0,0,230);
}

#sp-ea-1765 .ea-body a:after { /* interner Link Accordion LOKALE SEO */
  bottom: 0px;
  content: '';
  height: 4px;
  left: 0;
  position: absolute;
  background: rgb(255,255,125);
  width: 100%;
  z-index: -1;
  display: inline-block;
}

#sp-ea-1765 .ea-body a:hover {
	text-decoration: none;
	background: rgb(255,255,125);
	webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}


_.sp-easy-accordion .ea-body a,
_.job_posting a {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background: rgb(0,0,230);
	color: white;
	border-radius: 30px;
	text-align: center;
	padding: 13px 30px 11px;
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

_.sp-easy-accordion .ea-body a:hover,
_.job_posting a:hover {
	background: rgb(0,0,135);
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.job_posting .date {
	text-align: left;
}

.date_first {
	margin-bottom: 0px !important;
}



/*////////// PROJEKTE //////////*/


ul#filters {
	max-width: 1024px;
	padding: 0;
	margin-left: 0;
	margin-bottom: 40px;
}

ul#filters li {
    background: #e6e6e6;
    display: inline-block;
    margin: 0 4px 7px 0;
    height: 30px;
    
    position: relative;
	padding-right: 20px;
	padding-left: 20px;
}

ul#filters li a {
    text-transform: uppercase;
	font-size: 1em;
	line-height: 33px;
	text-decoration: none;
}

ul#filters li a.selected,
ul#filters li a:hover {
   font-family: 'LeituraSans-Grot3', sans-serif;
   color:  #000;
}

#holder_projekte {
	width: calc(100% + 24px);
	margin-left: -12px;
}

.isotope-item {
	width: 33.3333%;
	padding-left: 12px;
	padding-right: 12px;
	margin-bottom: 70px;
}

#holder_projekte a.more-link {
    display: none;
}

.teaser_projekte_thumb {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 25px;
}

.teaser_projekte_excerpt h2 a {
	color: #000;
	line-height: inherit;
	text-decoration: none;
	hyphens: auto;
	hyphenate-limit-chars: auto 3;
}

.teaser_projekte_excerpt a:hover { color: #999; }

.teaser_projekte_excerpt p {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}



/*////////// PROJEKTE Detailseite //////////*/

#container_projektdetails {
	margin-top: 80px;
}

#project_content {
	width: calc(100% - 280px);
	display: inline-block;
	position: relative;
}

.introbild {
	margin-top: 0;
	margin-bottom: 80px;
}

.introbild:empty {
	margin-bottom: 0;
}

figcaption {
	font-size: 0.85em;
}

/* iFrame 360 Grad */
.iframe-container {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.iframe-container iframe {
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}


#project_content a.button {
	margin-top: 10px;
	display: inline-block;
}

#project_content a.button:after {
	display: none;
}

#project_sidebar {
	display: inline-block;
	white-space: nowrap;
	position: fixed;
	width: 240px;
	margin-left: 40px;
	float: right;
}

#author-details {
	font-size: 16px;
	line-height: 1.5;
	display: inline-block;
	position: relative;
	width: 240px;
}

.author_left a,
.author_left a:visited {
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	color: inherit;
	position: relative;
	z-index: +1;
}


#share {
	margin-top: 80px;
}

.scriptlesssocialsharing {
	margin: -6px auto 0px !important;
}


/*/// Master Slider ///*/

.master-slider {
	margin-bottom: 110px !important;
}

.ms-skin-default .ms-nav-prev {
	background: url(../picts/icon_slider_prev.svg) center center no-repeat !important;
	background-size: 40px;
	left: 0px !important;
	width: 40px !important;
	height: 40px !important;
	top: 100% !important;
	margin-top: 10px !important;
}

.ms-skin-default .ms-nav-next {
	background: url(../picts/icon_slider_next.svg) center center no-repeat !important;
	background-size: 40px;
	right: 0px !important;
	width: 40px !important;
	height: 40px !important;
	top: 100% !important;
	margin-top: 10px !important;
}

.ms-skin-default .ms-nav-prev:hover,
.ms-skin-default .ms-nav-next:hover {
	opacity: 0.8;
}

.ms-bullets-count {
	position: relative;
	bottom: -50px;
}

.ms-skin-default .ms-bullet {
	width: 10px !important;
	height: 10px !important;
	background-image: none !important;
    background-color: #ccc !important;
    border-radius: 50% !important;
    margin: 0px 4px !important;
    transition: all .2s ease-in-out !important;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
}

.ms-skin-default .ms-bullet:hover {
    background-color: #666 !important;
}

.ms-skin-default .ms-bullet-selected {
	background-color: #666 !important;
}


.holder_facts {
	width: calc(100% - 80px);
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
}

.holder_facts .wp-block-media-text__media {
	flex-shrink: 0;
	max-width: 160px;
	display: inline-block;
	margin-right: 40px;
}

.holder_facts .wp-block-media-text__content {
	width: auto;
	max-width: 530px;
	margin: 0 !important;
	padding: 0;
}

.holder_facts .wp-block-media-text__content p {
	margin: 0 !important;
}

.holder_facts:nth-of-type(odd) {
	margin-left: 0px;
}

.holder_facts:nth-of-type(even) {
	margin-left: 80px;
}

_#container_projektdetails ul  {
	list-style: none;
	margin-left: 0em;
	padding-left: 1em;
	margin-bottom: 1em;
}

_#container_projektdetails ul li:before {
	margin-right: .5em;
	display: inline-block;
}




.partnerlogos .wp-block-group__inner-container {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 20px 50px;
}

.partnerlogos figure {
	flex-basis: 25%;
	margin: 0;
	position: relative;
	display: inline-block;
	text-align: center;
}

.partnerlogos .more-link {
	flex-basis: 100%;
	position: relative;
	left: 0%;
	margin-top: 16px;
	margin-bottom: 18px;
	text-align: center;
}



/* ////////// VIDEOS ///////// */

/* Youtube iFrame */
.video-container,
.video-container_short {
    width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

body.home .video-container {
	max-width: 1080px;
}


/* RESPONSIVE VIDEOS */
.video_wrap {
	position: relative;
	height: 0;
	padding-bottom: 56.25%; /* 16:9 FORMAT => 56.25% | 4:3 FORMAT => 75% */
	margin: 0;
}

/* Extrem niedriges MINI Video */
.video_wrap_short {
	position: relative;
	height: 0;
	padding-bottom: 32%; /* 16:9 FORMAT => 56.25% | 4:3 FORMAT => 75% */
	margin: 0 0 2em;
}

.video_wrap iframe,
.video_wrap embed,
.video_wrap_short iframe,
.video_wrap_short embed {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100% !important;
}






/* ///// Accordion PROFIL ///// */


.accordion-button {
	padding: 0;
	cursor: pointer;
	width: 100%;
	text-align: left;
	transition: 0.6s;
	
	
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.accordion-button h3 {
	background-image: none;
	background-repeat: no-repeat;
	padding: 0;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-weight: 300;
}


.accordion-button .accordion-arrow {
	cursor: pointer;
	background: url(accordion-plus.svg) no-repeat right top;
	background-size: 26px 26px;
	width: 26px;
	display: inline-block;
	position: relative;
	height: 26px;
	top: 0;
	float: right;
}

.accordion-button.active .accordion-arrow {
	cursor: pointer;
	background: url(accordion-minus.svg) no-repeat right top;
	background-size: 26px 26px;
	width: 26px;
	display: inline-block;
	position: relative;
	height: 26px;
	top: 0px;
	float: right;
}

.accordion-panel {
	padding: 0;
	overflow: hidden;
	max-height: 0;
	visibility: hidden;
  	opacity: 0;
	position: relative;
	top: 0;
	transition: opacity 0.2s, visibility 0.2s, max-height 0.4s, top 0.4s, margin-bottom 0.4s;
	margin-bottom: 0;
}

.accordion-panel p {
	margin-bottom: 3em;
}


.accordion-panel.open {
	max-height: 1000px;
	-overflow: auto;
	visibility: visible;
    opacity: 1;
	position: relative;
	top: 30px;
	transition: max-height 2s, opacity 1s, visibility 1s, top 0s;
	margin-bottom: 60px;
}



/* ////////// LEISTUNGEN ehem. PRODUKTE ////////// */

.container_leistungen {
	width: 1646px;
}

#holder_leistungen {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}

.intro_leistungen {
	text-align: left;
	margin-bottom: 120px;
}

.teaser_leistungen {
	background: none !important;
	flex-shrink: 1;
	flex-basis: calc(33.333% - 13px);
	margin-bottom: 70px;
}

.teaser_leistungen figure {
	margin-top: 0;
	margin-bottom: 36px;
}

.teaser_leistungen h2 {
	font-size: 33px;
	margin-top: 0 !important;
	margin-bottom: 40px !important;
}

.teaser_leistungen p {
	display: block;
	font-size: 21px;
	line-height: 1.4;
	margin-bottom: 4px;
	min-height: 20px;
}

.teaser_leistungen a {
	text-decoration: none;
	padding-right: 30px;
	background: url(../picts/link_leistungen.svg) right no-repeat !important;
	background-size: 20px !important;
}

.teaser_leistungen p a {
	display: inline-block;
}

#holder_leistungen .review {
	flex-basis: calc(66.666% - 10px);
	margin-top: 0;
	margin-bottom: 70px;
	top: 0;
}

#holder_produkte {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}

#holder_produkte a.more-link {
    display: none;
}

.teaser_produkte {
	flex-shrink: 1;
	width: calc(33.333% - 26px);
	margin-bottom: 70px;
	min-height: 20px;
}

.btn_produkt {
	text-decoration: none;
	text-transform: uppercase;
	_white-space: nowrap;
	font-weight: 600;
	width: 100%;
	display: block;
	height: 50px;
	line-height: 51px;
	text-align: center;
	color: white !important;
	border-radius: 25px;
	margin-bottom: 40px;
}

.btn_produkt.Lila {
	background: #460082;
}

.btn_produkt.Blau {
	background: #0000e6;
}

.btn_produkt.Rot {
	background: #ff0064;
}

.btn_produkt.Orange {
	background: #ff7300;
}

.btn_produkt.Gruen {
	background: #82e19b;
}

.scrolltarget {
	width: 100%;
	—variableheight: 100px;
	—variablebackground: red;
}

.wp-block-group h2,
.wp-block-group h3,
.wp-block-group h2.headline_h3,
.wp-block-group h2.headline_h4 {
	margin-top:  2.5em;
}

.introbild_produkt {
	width: 100%;
	_max-height: 320px;
	height: auto;
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 0px;
	margin-top: 0;
}

.introbild_produkt img {
	transform: translateY(-20%);
}

.button_anfrage {
	text-align: center;
	margin: -180px 0 90px;
	position: relative;
	display: block;
}

.button_anfrage a {
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	background: rgb(0,0,230);
	color: white;
	border-radius: 30px;
	text-align: center;
	padding: 13px 30px 11px;
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	display: inline-block;
}

.button_anfrage a:after {
	display: none;
}

.button_anfrage a:hover {
	background: rgb(0,0,135);
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	color: white;
}


/* Scroll to Anfrage */
#anfrage {
	height: 30px;
	_margin: 0 0 -1em;
}

html {
    scroll-behavior: smooth;
}

:target:before {
    content: "";
    display: block;
    height: 70px;
    margin: -70px 0 0;
}


.inhaltsverzeichnis {
	background: none !important;
	display: inline-block;
	margin-top: 40px;
}

.inhaltsverzeichnis p {
	margin-bottom: 2px;
}

.inhaltsverzeichnis p.inhaltsverzeichnis-unterpunkt {
	margin-left: 20px;
}

.inhaltsverzeichnis a {
	text-decoration: none;
	cursor: pointer;
	font-style: normal;
	color: inherit;
	position: relative;
	z-index: +1;
	margin-bottom: 12px;
	display: inline-block;
	background: linear-gradient(to bottom,#82e19b,#82e19b);
	background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 98%;
    background-repeat: repeat-x;
    background-size: 4px 4px;
    text-decoration: none;
    transition: background-size .2s ease-out;
}

.inhaltsverzeichnis a:hover {
	background-size: 4px 110%;
	color: #000;
}




.spalten_buttons {
	background: none !important;
	padding: 0 !important;
}

.spalten_buttons .wp-block-column {
	text-align: left;
	margin: 0;
}


.float_img_block {
	width: 100%;
	display: block;
	margin-bottom: 100px;
	background: none !important;
}

.float_img_block h2,
.float_img_block h3,
.float_img_block h4,
.float_img_block h5,
.float_img_block h {
	width: auto;
	margin: 0 0 20px;
	letter-spacing: 0;
}

.img_left {
	display: inline-block;
	float: left;
	width: 38%;
	max-width: 360px;
	margin: 6px 40px 30px 0;
	position: relative;
	top: 0px;
}

.img_left figure {
	display: inline-block;
	width: 100%;
	height: auto;
	float: none;
	padding: 0;
	margin: 0 !important;
}

.img_left figure:after {
	content: '.';
	display: block;
	width: 100%;
	position: relative;
	opacity: 0;
}

.img_right {
	display: inline-block;
	float: right;
	width: 38%;
	max-width: 360px;
	margin: 6px 0 30px 40px;
}

.img_right figure {
	width: 100%;
	height: auto;
	float: none;
	padding: 0;
	margin: 0 !important;
	display: inline-block;
}

.img_right figure:after {
	content: '.';
	display: block;
	width: 100%;
	position: relative;
	opacity: 0;
}

.img_left figure img,
.img_right figure img {
	width: 100%;
	height: auto;
}



/* Teaser Projekte in Produkte */

.wp-block-columns.column_teaser {
	padding: 0;
	background-color: white;
}

.column_teaser .wp-block-column:first-of-type {
	flex-basis: 42.333% !important;
}


.column_teaser .wp-block-image {
	margin: 0 0 1em;
	overflow:  hidden;
}

.column_teaser .wp-block-image img {
	display:block; /*remove inline-block spaces*/
	width:100%; /*make image stretch*/
	margin: -12% 0;
}

.wp-block-columns.column_teaser .wp-block-column h3,
.wp-block-columns.column_teaser .wp-block-column h2.headline_h3,
.wp-block-columns.column_teaser .wp-block-column h2.headline_h4 {
	margin-top: 0 !important;
	margin-bottom: 0.5em !important;
	font-size: 1.2em;
}

.column_teaser a {
	text-decoration: none;
}



/* iFrame 360 Grad */

.container_iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
iframe.responsive_iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* Benefit Icons */

.rahmen_benefits {
	background: #e6e6e6;
	padding: 20px 20px 10px 60px !important;
	max-width: 100%;
	margin-top: 90px;
	margin-bottom: 90px;
}

.rahmen_benefits .wp-block-column {
	padding: 0;
	width: auto !important;
}

.benefit {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;	
	margin-bottom: 20px;
}

.benefit figure {
	width: 80px;
	position: relative;
	display: inline-block;
	margin: 0 !important;
}

.benefit .wp-block-media-text__content {
	display: block;
	position: relative;
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 1.3;
	width: calc(100% - 80px);
}

.benefit .wp-block-media-text__content p {
	margin: 0;
}

.kachel_schatten {
	background: white !important;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	padding: 40px;
	margin-bottom: 20px;
}

.kachel_schatten h2 {
	margin-top: 0;
	margin-bottom: 1em;
}

.kachel_schatten h3,
.kachel_schatten h2.headline_h3,
.kachel_schatten h2.headline_h4 {
	font-size: 1.4em;
	_white-space: nowrap;
	margin-top: 0;
	margin-bottom: 1em;
}

.kachel_schatten p:last-of-type {
	margin-bottom: 0;
}

.kachel_farbe {
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); 
	box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
	padding: 40px;
	margin-bottom: 20px;
}

.kachel_farbe h2 {
	margin-top: 0;
	margin-bottom: 1em;
}

.kachel_farbe h3,
.kachel_farbe h2.headline_h3,
.kachel_farbe h2.headline_h4 {
	font-size: 1.4em;
	white-space: nowrap;
	margin-top: 0;
	margin-bottom: 1em;
}

.kachel_farbe p:last-of-type {
	margin-bottom: 0;
}

.kachel_farbe a,
.kachel_farbe a:visited {
	color: white;
}



/* Preistabelle */

.wp-block-table table {
	border-spacing: 0;
}

.wp-block-table thead {
	background: #0000e6;
	color: white;
	text-align: left;
}

.wp-block-table thead th {
	font-weight: 700;
	padding: 12px;
}

.wp-block-table tbody {
	text-align: left;
	padding: 12px;
}

.wp-block-table tbody td {
	padding: 8px;
}


.table_zahlen.wp-block-table tbody  td {
	border:  none;
	vertical-align: top;
}


/* Ninja Form */

.nf-form-layout {
	background: rgb(130,225,155);
	padding: 36px 36px 10px;
}

.nf-field-container {
	margin-bottom: 10px !important;
}

.nf-form-fields-required {
	display: none;
}

.ninja-forms-req-symbol {
	display: none;
}

.nf-form-layout .accept {
	font-size: 0.85em;
}

.ninja-forms-field {
	border-radius: 0px;
}


.nf-form-content .listselect-wrap .nf-field-element div, .nf-form-content input.ninja-forms-field:not(.submit), .nf-form-content select.ninja-forms-field:not([multiple]) {
	height: 40px !important;
	padding: 10px !important;
	line-height: 1;
}

.nf-error.field-wrap .nf-field-element:after {
	background: #e80000;
	color: #fff;
	font-family: FontAwesome;
	font-size: 18px !important;
	content: "\f12a";
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	height: 38px !important;
	width: 36px !important;
	line-height: 38px !important;
	border-radius: 0px;
}

.nf-error-msg {
	font-size: 16px;
	margin-top: -2px;
}

.nf-form-content textarea {
	height: 205px !important;
	padding: 10px !important;
}

.listcheckbox-container .nf-field-element label:after {
	top: 0px !important;
}

.checkbox-wrap .nf-field-element label:before, .checkbox-wrap .nf-field-label label:before, .listcheckbox-wrap .nf-field-element label:before, .listcheckbox-wrap .nf-field-label label:before {
font-size: 15px !important;
left: -26px !important;
top: 1px !important;
}

.nf-form-layout select,
.nf-form-content textarea {
	border-radius: 0px !important;
	border-color: white !important;
}

.holder_textarea {
	position: relative;
	top: 0;
	margin-top: -165px;
	margin-bottom: -165px;
}

.nf-form-content label {
	font-size: 17px !important;
	line-height: 17px !important;
}

.nf-form-content .list-select-wrap .nf-field-element>div {
border-radius: 0px !important;
border-color: white;
}

.nf-form-content .list-select-wrap>div select {
background: transparent;
border: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
position: relative;
z-index: 2;
}

.nf-form-content .list-select-wrap>div div:after {
font-size: 16px !important;
line-height: 62px !important;
}

.checkbox-container.label-right .field-wrap > div {
	margin: 0 !important;

}

.checkbox-container.label-right .field-wrap {
	display: block !important;
}

.nf-form-content a {
text-decoration: underline;
border: none !important;
background: none;
}

.nf-form-content a:after {
display: none !important;
}

.label-right .nf-field-description {
	padding-left: 33px;
	line-height: 1.3;
}

.submit-container {
	width: 100% !important;
	text-align: center;
	margin-left: 0 !important;
	margin-top: 4px;
	margin-bottom: 0;
}


input.submit {
	font-family: 'LeituraSans-Grot1', sans-serif !important;
	font-weight: 700 !important;
	font-size: 1em !important;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background: rgb(0,0,230) !important;
	color: white;
	border-radius: 30px !important;
	border:  none !important;
	text-align: center;
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
	min-width: 150px !important;
	height: 51px !important;
	padding-top: 15px !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
}

input.submit:hover {
	background: rgb(0,0,135) !important;
	color: white !important;
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}


.nf-form-layout li:before {
    content: "" !important;  /* nicht das +Zeichen der normalen Listen anzeigen */
	margin-right: 0;
}

input.textinput,
textarea.textinput {
	border-color: white !important;
	color: #333 !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div, 
.nf-form-content input:not([type="button"]), 
.nf-form-content input:not(.submit), 
.nf-form-content textarea {
    border: 1px solid #fff !important;
}

.nf-form-content input.submit {
    border: none !important;
}

.checkbox-wrap .nf-field-element label::after, .checkbox-wrap .nf-field-label label::after, .listcheckbox-wrap .nf-field-element label::after, .listcheckbox-wrap .nf-field-label label::after {
    border: none !important;
}


/* Form Bewerbung */
.file_upload-wrap .nf-field-label {
	display: inline-block !important;
	width: auto !important;
	position: relative !important;
}

.file_upload-wrap .nf-field-description {
	display: inline-block !important;
	width: auto !important;
	padding-top: 1px;
	position: relative !important;
	float: left;
	padding-left: 20px;
}

.nf-fu-fileinput-button {
	border-radius: 4px !important;
	background: #333 !important;
	padding-top: 10px !important;
	padding-bottom: 8px !important;
}

.nf-fu-fileinput-button:hover {
	cursor: pointer !important;
	background: #888 !important;
	color: white !important;
}

.nf-fu-progress {
	box-shadow: none !important;
	height: 4px !important;
	background: rgb(130,225,155) !important;
	margin-bottom: 2px !important;
}

.nf-fu-progress-bar {
	box-shadow: none !important;                           
	background: rgb(0,0,230) !important;
}

.files_uploaded p {
	font-size: 0.8em !important;
	font-family: 'LeituraSans-Grot2' !important;
	margin-bottom: 0 !important;
}

.nf-pass.field-wrap .nf-field-element::after {
	color: white !important;
	font-size: 26px !important;
}



/* ///// Preischart Accordions ///// */

.preischart {
	margin-top: 20px;
	margin-bottom: 30px;
}

.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-header {
	font-family: 'LeituraSans-Grot1', sans-serif;
	font-size: 1em !important;
	margin: 0 !important;
	background: #0000e6;
	
}

.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-header a {
    font-size: 1em !important;
	text-align: center !important;
	line-height: 1.2 !important;
	position: relative !important;
	overflow: visible !important;
	padding: 36px 10px 40px !important;	
	pointer-events: none;
}

.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-header a:after {
	display: none;
    content:  "";
	width: 30px;
	height: 15px;
	background: url(arrow_preischart.svg) no-repeat center center;
	background-size: 30px 15px;
	transform: rotate(180deg);
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -15px;
	transition: all .2s;
}

.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-header a.collapsed:after {
	transform: rotate(0deg);
	transition: all .2s;
}

.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-header a strong {
    font-size: 1.3em !important;
}

.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-header a i {
    font-size: 0.85em !important;
	font-weight: normal;
	font-style: normal;
}

.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-body {
	font-family: 'LeituraSans-Grot1', sans-serif !important;
    font-size: 16px !important;
	display: table;
	vertical-align: top;
	width: 100%;
}

.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-body p {
    margin-bottom: 0;
}

.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-body p a:after {
   display: none
}

.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-body p.last { /* hier ist der Anfrage Button drin */
	display: table-row;
	height: 30px;
}

.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-body hr {
    margin-top: 20px;
	margin-bottom: 20px;
	background: #0000e6;
}

.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-body a {
	background-color: #0000e6;
	color: white;
	padding: 12px 24px 8px;
	line-height: 1;
	text-decoration: none;
	font-family: 'LeituraSans-Grot3', sans-serif;
	font-weight: normal;
	border: none;
	border-radius: 30px;
	display: inline-block;
}

.preischart_lokale_seo .ea-header a {
	min-height: 230px;
}

.preischart_lokale_seo .ea-body  {
	min-height: 238px;
}

.preischart_beratung .ea-header a {
	min-height: 230px;
}




/* ///// Slide Anything /////*/

.white {
	padding-bottom: 0 !important;
}

/* Slider Produkte Social Media Betreuung */
#slider_1699 {
	margin-bottom: 60px !important;
	padding: 0px !important;
	
}

.sa_owl_theme .owl-dots {
    z-index: -1;
}

.sa_owl_theme .owl-dots .owl-dot span {
    display: inline-block !important;
    border-style: none !important;
    background-color: rgba(0,0,0,0.2) !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 50% !important;
    margin: 0px 4px !important;
    transition: all .2s ease-in-out !important;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
}


.sa_owl_theme .owl-nav {
    display: block !important;
    position: absolute;
    width: 100%;
	bottom: -15px;
}

.owl-prev {
	position: relative;
	left: 0px !important;
	background: none !important;
}

.white .sa_owl_theme .owl-nav .owl-prev,
.white .sa_owl_theme .owl-nav .owl-next {
	width: 40px !important;
	height: 40px !important;
}


.owl-prev:after {
	display: inline-block;
	content: '';
	position: absolute;
	cursor: pointer;
	background: url(../picts/icon_slider_prev.svg) center center no-repeat;
	background-size: 40px;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
}

.owl-next {
	position: relative;
	right: 0px !important;
}

.owl-next:after {
	display: inline-block;
	content: '';
	position: absolute;
	cursor: pointer;
	background: url(../picts/icon_slider_next.svg) center center no-repeat;
	background-size: 40px;
	width: 40px;
	height: 40px;
	right: 0;
	top: 0;
}





/* /////////////// AGENTUR ////////// */

.headerpict_agentur {
	width: 100%;
	height: 600px;
    display: block;
    align-items: center;
	position: relative;
	top: -140px;
    background-size: cover;
	margin-bottom: -10px;
}

.headerpict_agentur_mobile {
	display: none;
}

body.page-template-page_landingpage_lokal article {
	margin-top: -140px;
}

body.page-template-page_landingpage_lokal .author_contacts {
	margin-top: 30px;
}



/* /////Carousel Projekte  ////// */

.wp-block-cb-carousel {
	padding-left: 30px;
	padding-right: 30px;
}

.wp-block-cb-carousel .slick-next:before,
.wp-block-cb-carousel .slick-prev:before {
	content: '';
	visibility: hidden;
}

.wp-block-cb-carousel .slick-prev,
.wp-block-cb-carousel .slick-prev:hover {
	width: 22px;
	height: 44px;
	left: 0;
	top: 20%;
	background: url(arrow-carousel-prev.svg) left center no-repeat;
	background-size: 21px;
}

.wp-block-cb-carousel .slick-next,
.wp-block-cb-carousel .slick-next:hover {
	width: 22px;
	height: 44px;
	right: 0;
	top: 20%;
	background: url(arrow-carousel-next.svg) right center no-repeat;
	background-size: 21px;
}

.wp-block-cb-carousel .slick-prev:hover,
.wp-block-cb-carousel .slick-prev:hover {
	opacity: 0.6;
}

.wp-block-cb-slide {
	padding: 0 !important;
	margin-left: 10px;
	margin-right: 10px;
}

.wp-block-cb-slide figure {
	margin-top: 0;
}

.wp-block-cb-slide h3 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.wp-block-cb-slide p {
	margin-bottom: 1.25em;
}

.wp-block-cb-slide p.link_carousel_intern,
.wp-block-cb-slide p.link_carousel_extern {
	margin: 0;
}





/* /////////////// BLOG ////////// */


.holder_blog {
	width: 100%;
	max-height: 1200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
	
	position: relative;
	top: 0;
	margin-bottom: 80px;
	margin-top: 80px;
}

.holder_blog a {
	text-decoration: none;
}

.thumb_blog {
	width: 480px;
}

.thumb_blog img {
	float: left;
}

.txt_blog {
	width: calc(100% - 480px);
	padding-left: 40px;
}

.holder_recommended .txt_blog {
	padding-left: 20px;
}

.txt_blog h3,
.txt_blog h2.headline_h3 {
	line-height: 1.1em;
	margin-bottom: 0px;
	margin-top: 0;
}

.date {
	font-size: 16px;
	color: #646464;
	margin-bottom: 34px;
}

.content_blog figure {
	margin-top: 0;
}



.fragen {
	background: none !important;
}

.fragen ol {
	margin-left: 0;
}

#checked-count {
	display: none;
}

.ergebnis_1, 
.ergebnis_2,
.ergebnis_3,
.ergebnis_4 {
	background: none !important;
	display: none;
	margin-top: 2em;
}

.discovery_module {
	grid-template-columns: 268px 1fr !important;
	padding: 20px 0;
	border-bottom: 1px solid #707070;
}

.discovery_module:last-of-type {
	border-bottom: none;
	margin-bottom: 60px;
}

.discovery_module .wp-block-media-text__content {
	padding-left: 40px;
	padding-right: 0;
}

.discovery_module figure {
	_width: 268px !important;
}





/*////////// JOBS ////////// */

.joblink {
	background: #82e19b;
	margin-bottom: 20px;
	display: inline-block;
	position: relative;
	padding: 10px;
	webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.joblink:hover {
	margin-left: 20px;
	webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.joblink a {
	font-size: 30px;
	line-height: 31px;
	text-decoration: none;
}

.location {
	margin-top: 4em;
}

.joblink {
	display: inline-block;
	background: #e6e6e6;
	padding: 10px;
	margin-bottom: 5rem;
}

.joblink h2 {
	margin: 0;
}

.arbeitszeit {
	display: inline-flex;
	height: 32px;
	width: auto;
	line-height: 1;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 40px;
	padding: 4px 12px 0 38px;
	background: url(../picts/icon_arbeitszeit.svg) 8px center no-repeat #e7e6e6;
	background-size: 21px;
}

.anstellung {
	display: inline-flex;
	height: 32px;
	width: auto;
	line-height: 1;
	align-items: center;
	margin-right: 10px;
	margin-bottom: 40px;
	padding: 4px 12px 0 40px;
	background: url(../picts/icon_anstellung.svg) 10px center no-repeat #e7e6e6;
	background-size: 21px;
}

.job_posting .wp-block-file__button {
	font-weight: 700;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
	background: rgb(0,0,230);
	color: white;
	border-radius: 30px;
	text-align: center;
	padding: 13px 30px 11px;
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.job_posting .wp-block-file__button:hover {
	background: rgb(0,0,135);
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.holder_buttons {
	background: none !important;
}

.holder_buttons .wp-block-group__inner-container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.holder_buttons .wp-block-file {
	margin-bottom: 0;
	margin-left: 0px;
}

.wp-block-file a:first-child { /* PDF Download Dateiname ausblenden */
	display: none;
}

.wp-block-file * + .wp-block-file__button { /* Default WP style */
  margin-left: 0;
}

.btn_yellow .wp-block-button__link {
	background: rgb(255,255,125);
	color: #000;
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.btn_yellow .wp-block-button__link:hover {
	background: rgb(245, 245, 115);
	moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}




/*//////// ÜBER UNS ////////*/

.holder_grid_3 {
	background: none !important;
}

.holder_grid_3 > .wp-block-group__inner-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 40px;
	row-gap: 120px
}

.holder_grid_3 h3 {
	margin-top: 40px;
	margin-bottom: 30px;
}

.img_border {
	border: 1px solid #ccc;
}

.holder_grid_3 a {
	text-decoration: none;
}

p.link_location a {
	background: url(../picts/icon_location.svg) left center no-repeat;
	background-size: 16px;
	padding-left: 26px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.holder_kurse {
	background: none !important;
	max-width: 960px;
}

.holder_kurse .column_teaser .wp-block-image {
	margin: 0 0 1em;
	overflow:  visible;
}

.holder_kurse .column_teaser .wp-block-image img {
	margin: 0;
}


/*//////// AUTORENSEITE ////////*/

.author_profile {
	width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	top: 0;
	margin-bottom: 100px;
}

.author_photo {
	flex-basis: 240px;
}

.author_photo img {
	width: 200px;
}

.author_info h1 {
	margin-bottom: 1em;
	margin-top: -4px !important;
}

.author_profiles {
	margin-top: 20px;
}

.author_profiles a img {
	width: 18px;
	margin-right: 20px;
}

.author_info {
	flex-basis: calc(100% - 240px);
}

.author_bio {
	flex-basis: 100%;
	margin-left: 240px;
	margin-top: 40px;
}

body.author a.more-link {
	color: black;
	padding: 0;
	text-transform: none;
	border-radius: 0;
	background: linear-gradient(to bottom,#ffff7d,#ffff7d);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-position: 0 98%;
	background-repeat: repeat-x;
	background-size: 4px 4px;
	text-decoration: none;
	transition: background-size .2s ease-out;
}

body.author a.more-link:hover {
	background-size: 4px 110%;
	color: #000;
}

body.author a.more-link:visited {
	color: #000 !important;
}


/* ////////// SEARCH ////////// */
.holder_searchresult a.more-link,
.holder_searchresult a.more-link:visited {
	color: #000 !important;
	background: linear-gradient(to bottom,#ffff7d,#ffff7d);
	background-position-x: 0%;
	background-position-y: 0%;
	background-repeat: repeat;
	background-size: auto;
	background-position: 0 98%;
	background-repeat: repeat-x;
	background-size: 4px 4px;
	text-decoration: none;
	transition: background-size .2s ease-out;
	border-radius: 0;
	padding: 0;
	text-transform: none;
}

.holder_searchresult a.more-link:hover {
	background-size: 4px 110%;
	color: #000;
}



/* Cookies*/

.cookie-notice-container {
	font-family: 'LeituraSans-Grot2';
	font-size: 1.2em;
}

.cookie-notice-container a {
	background: rgb(255,255,125) !important;
	color: #333 !important;
	opacity: 1 !important;
}

.cookie-notice-container a#cn-close-notice {
	background: transparent !important;
	color: #333 !important;
	opacity: 1 !important;
}



/* #Media Queries
================================================== */

@media only screen and (max-width : 2000px) {
h1 {
font-size: 68px;
margin-bottom: 60px;
}
.headerpict,
.headerpict_agentur {
height: 550px;
}

}


@media only screen and (max-width : 1746px) {	
.container_leistungen {
width: calc(100% - 100px);
}	
	
}

@media only screen and (max-width : 1600px) {
h1 {
font-size: 65px;
margin-bottom: 60px;
}
#headermenu li {
padding: 12px 25px 8px;
}
#headermenu li.jobscount {
margin-left: -20px;
margin-right: 16px;
}
.headerpict,
.headerpict_agentur {
height: 500px;
padding-top: 40px;
}
}


@media only screen and (max-width : 1550px) {	
#headermenu li {
padding: 12px 20px 8px;
}
#headermenu li.jobscount {
margin-left: -18px;
margin-right: 14px;
}
	
	
}


@media only screen and (max-width : 1490px) {
#content {
min-height: calc(100vh - 540px);
}
h1 {
font-size: 62px;
margin-bottom: 54px;
}
.post-nav-hl {
font-size: 19px;
}
.container {
width: calc(100% - 100px);
}
.container_1240 {
margin-left: calc(100% - 1240px);
}
.container_1080 {
margin-left: auto;
margin-right: auto;
}
.container_960 {
margin-left: auto;
margin-right: auto;
}
#scrollup {
bottom: 50px;
left: calc(100% - 40px);
margin-left: 0px;
}
#searchform {
width: 175px;
}
#language {
top: -30px;
}
#headermenu li {
padding: 10px 14px 6px;
}
#headermenu li.jobscount {
margin-left: -12px;
margin-right: 8px;
}
.headerpict,
.headerpict_agentur {
height: 450px;
}
footer {
margin-top: 100px;
}
#container_projektdetails {
margin-top: 70px;
}
.teaser1 a {
bottom: 15%;
}
.teaser2 a {
bottom: 15%;
}
.teaser_produkte {
width: calc(33.333% - 22px);
}
.intro_leistungen {
margin-bottom: 90px;
}
.teaser_leistungen figure {
margin-bottom: 32px;
}
.teaser_leistungen h2 {
font-size: 31px;
margin-bottom: 36px !important;
}

	
}



@media only screen and (max-width : 1380px) {
#searchform {
width: 165px;
}
#headermenu li {
padding: 10px 10px 6px;
}
#headermenu li.jobscount {
margin-left: -10px;
margin-right: 8px;
}

	
}


	
@media only screen and (max-width : 1340px) {
.container_1240 {
margin-left: auto;
margin-right: auto;
}	
section#contact .container_1240 {
text-align: center;
}
.button_anfrage {
margin: -180px 0 90px;
}
.img_left {
margin: 6px 30px 10px 0;
}
.img_right {
margin: 6px 0 10px 30px;
}
}


@media only screen and (max-width : 1300px) {
h1 {
font-size: 58px;
margin-bottom: 50px;
}
#navi {
padding-left: 230px;
}
#headermenu li {
padding: 10px 8px 6px;
}
#headermenu li a {
font-size: 16px;
}
#searchform {
width: 155px;
}
.thumb_blog {
width: 440px;
}
.txt_blog {
width: calc(100% - 440px);
}
.date {
margin-bottom: 28px;
}
.nf-form-layout {
padding: 30px 30px 10px;
}
.nf-form-content label {
font-size: 16px !important;
line-height: 16px !important;
}
.partnerlogos .wp-block-group__inner-container {
padding: 20px 30px;
}
.teaser_leistungen p {
font-size: 20px;
}
.teaser_leistungen figure {
margin-bottom: 30px;
}
.teaser_leistungen h2 {
font-size: 30px;
margin-bottom: 34px !important;
}


}


@media only screen and (max-width : 1200px) {
h2,
h1.size_h2,
div.headline_h2 { /* DIV, optisch identisch zu H2 */
font-size: 33px;
}
#content {
margin: 90px 0 0;
padding-top: 60px;
min-height: calc(100vh - 520px);
}
.headerpict,
.headerpict_agentur {
height: 360px;
top: -100px;
}
#headermenu {
padding: 20px 0 0;
}
#masthead {
height: 90px;
}
.hidden-mobile {
display: none;
}
.visible-mobile {
display: inline-block;
position: relative;
margin-right: 0;
margin-left: 0;
}
#menuToggle {
display: inline-block;
}
#call {
width: 30px;
height: 30px;
display: inline-block;
position: relative;
right: 90px;
top: 28px;
float: right;
}
#navi {
display: none;
}
#navi.open {
width: 100%;
display: block;
right: 0px;
position: relative;
background: rgba(255,255,255,1.92);
top: 60px;
left: 0;
bottom: 0;
height: 100vh;
z-index: +2;
padding: 0 0 80px;
margin: 0;
text-align: center;
overflow: scroll;
}
#headermenu {
display: inline-block;
margin: 0 auto;
padding: 20px 0 0;
right: 0px;
position: relative;
width: 100%;
clear: both;
top: 0;
float: none;
}
#headermenu li {
width: 100%;
margin-top: 4px;
margin-bottom: 4px;
background: no-repeat;
float: none;
padding-top: 16px;
padding-bottom: 10px;
border: none;
}
#headermenu li.jobscount {
position: relative;
top: 0;
margin: -64px 0 42px 36px;
padding: 0;
display: block;
left: 50%;
}
#headermenu li a {
font-size: 30px;
text-align: center;
}
#headermenu li.visible-mobile {
display: inline-block;
text-transform: none;
}
#headermenu li.visible-mobile a {
text-transform: none;
font-size: 22px;
line-height: 20px;
}
#headermenu li.first-level > a:after,
#headermenu li.first-level:hover > a:after {
height: 24px;
background: url('arrow_navi_down.svg') right center no-repeat;
background-size: 26px;
float: none;
display: inline-block;
top: 2px;
width: 36px;
}
#headermenu li.first-level.selected > a:after {
background: url('arrow_navi_up.svg') right center no-repeat;
background-size: 26px;
}
#headermenu ul.sub-menu {
display: none;
}
#headermenu li.first-level:hover > ul.sub-menu {
display: none;
left: 0;
}
#headermenu li.selected > ul.sub-menu {
display: block;
left: 0;
}
#headermenu li.first-level.selected > ul.sub-menu {
width: auto;
display: block;
position: relative;
padding: 10px 0 0;
margin-left: auto;
margin-right: auto;
margin-top: 0;
}
#headermenu ul.sub-menu .sub-txt {
width: 100%;
padding-bottom: 20px;
padding-top: 0px;
font-size: 80%;
}
#headermenu ul.sub-menu .sub-txt a {
font-size: 28px;
}
#searchform {
width: 190px;
height: 44px;
margin-right: auto;
margin-left: auto;
display: block;
float: none;
position: relative;
right: 0;
top: -245px;
}
#searchform #do_search {
top: 10px;
}
.spacer {
width: 260px;
height: 175px;
display: block;
}
.spacer a {
color: white;
font-size: 0px !important;
}
#language {
font-size: 30px;
display: block;
position: relative;
right: 0;
width: 126px;
margin-left: auto;
margin-right: auto;
float: none;
height: 35px;
clear: both;
top: -190px;
}
section#partner .container_partnerlogos {
padding: 30px 60px 10px;
}
#logo {
top: 35px;
left: 40px;
width: 140px;
}
.container {
width: calc(100% - 80px);
}
.container_leistungen {
width: calc(100% - 80px);
}
#scrollup {
left: calc(100% - 35px);
}
#breadcrumbs {
top: -50px;
}
.holder_blog {
margin-bottom: 70px;
margin-top: 70px;
}
.thumb_blog {
width: 400px;
}
.txt_blog {
width: calc(100% - 400px);
padding-left: 30px;
}
.teaser_home {
flex-basis: calc(50% - 15px);
}
.teaser1 a {
bottom: 14%;
}
.teaser2 a {
bottom: 14%;
}
.button_anfrage {
margin: -170px 0 80px;
}
body.page-template-page_landingpage_lokal article {
margin-top: -110px;
}
.discovery_module {
grid-template-columns: 240px 1fr !important;
}
.wp-block-cb-carousel {
padding-left: 20px;
padding-right: 20px;
}
.wp-block-cb-carousel .slick-prev,
.wp-block-cb-carousel .slick-prev:hover {
top: 18%;
background-size: 17px;
}
.wp-block-cb-carousel .slick-next,
.wp-block-cb-carousel .slick-next:hover {
top: 18%;
background-size: 17px;
}
.wp-block-cb-slide h3 {
margin-top: 20px;
margin-bottom: 20px;
}
.intro_leistungen {
margin-bottom: 80px;
}
.teaser_leistungen figure {
margin-bottom: 28px;
}
.teaser_leistungen h2 {
font-size: 29px;
margin-bottom: 32px !important;
}
.teaser_leistungen p {
font-size: 19px;
}
#holder_leistungen .review img {
max-width: 150px;
margin-right: 20px;
}	
	

}


@media only screen and (max-width : 1160px) {
h1 {
font-size: 53px;
margin-bottom: 46px;
}
.post-nav-hl {
font-size: 18px;
}
h2.bigger {
font-size: 200%;
margin-bottom:  1.2em;
}
.headerpict,
.headerpict_agentur {
height: 380px;
}
.teaser_projekte_thumb {
margin-bottom: 22px;
}
.isotope-item {
margin-bottom: 60px;
}
.teaser_produkte {
width: calc(33.333% - 18px);
margin-bottom: 60px;
}
.joblink a {
font-size: 27px;
line-height: 28px;
}
#contact_home {
width: calc(100% - 260px);
}
.nf-form-layout {
padding: 20px 20px 10px;
}
.nf-form-content label {
font-size: 15px !important;
line-height: 15px !important;
}
.inhaltsverzeichnis {
margin-top: 30px;
}
.button_anfrage {
margin: -155px 0 70px;
}
.holder_facts .wp-block-media-text__media {
max-width: 140px;
margin-right: 40px;
}
.img_left {
margin: 4px 20px 8px 0;
}
.img_right {
margin: 4px 0 8px 20px;
}
.teaser_leistungen figure {
margin-bottom: 24px;
}
.teaser_leistungen h2 {
font-size: 28px;
margin-bottom: 28px !important;
}
.flex_tooltips > .wp-block-group__inner-container {
	_display: grid;
	column-count: 2;
	column-width: min-content;
	column-gap: 20px;
}

}


@media only screen and (max-width : 1024px) {
body {
font-size: 17px;
}
.subline {
font-size: 24px;
margin-bottom: 50px;
}
h1 {
font-size: 51px;
margin-bottom: 44px;
}
h2, h1.size_h2, div.headline_h2 {
font-size: 32px;
letter-spacing: 0.5px;
margin-top: 80px;
margin-bottom: 50px;
}
h2.headline_h3 {
font-size: 28px;
margin-top: 80px;
margin-bottom: 50px;
}
h3 {
font-size: 28px;
margin-top: 80px;
margin-bottom: 50px;
}
h2.headline_h4 {
font-size: 24px;
margin-top: 80px;
margin-bottom: 50px;
}
h3.headline_h4 {
font-size: 24px;
}
h4 {
font-size: 24px;
margin-top: 80px;
margin-bottom: 50px;
}
h4.headline_h3 {
font-size: 28px;
}
h5 {
margin-top: 80px;
margin-bottom: 50px;
}
h6 {
margin-top: 80px;
margin-bottom: 50px;
}
#content {
margin: 90px 0 0;
padding-top: 40px;
min-height: calc(100vh - 500px);
}
#breadcrumbs {
top: -40px;
}
.post-nav-hl {
font-size: 17px;
}
.holder_blog {
margin-bottom: 60px;
margin-top: 60px;
}
.thumb_blog {
width: 340px;
}
.txt_blog {
width: calc(100% - 340px);
padding-left: 20px;
}
.date {
font-size: 15px;
margin-bottom: 24px;
}
footer {
margin-top: 90px;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
font-size: 20px !important;
}
.sp-easy-accordion .sp-ea-single .ea-header {
margin-bottom: 30px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
padding-bottom: 40px !important;
padding-left: 70px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
padding-left: 70px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-down,
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-up {
background: url(../picts/icon_accordion_down.svg) center center no-repeat transparent;
background-size: 32px;
width: 32px;
height: 32px;
margin-right: 0px;
margin-top: -5px;
margin-left: -70px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-up {
background: url(../picts/icon_accordion_up.svg) center center no-repeat transparent;
background-size: 32px;
}
.white .sa_owl_theme .owl-nav .owl-prev,
.white .sa_owl_theme .owl-nav .owl-next {
width: 32px !important;
height: 32px !important;
}
.owl-prev:after,
.owl-next:after {
background-size: 32px;
width: 32px;
height: 32px;
}
.teaser_home a {
font-size: 16px;
padding: 10px 16px 8px;
}
.teaser1 a {
bottom: 12%;
}
.teaser2 a {
bottom: 12%;
}
.teaser_produkte {
width: calc(33.333% - 10px);
margin-bottom: 50px;
}
.one-half.select_left,
.one-half.select_right {
width: 100% !important;
clear: both;
float: none;
margin-left: 0 !important;
margin-bottom: 15px !important;
}
.introbild {
margin-bottom: 60px;
}
#project_sidebar {
margin-left: 30px;
}
#author-details {
width: 220px;
}
.author_left,
.author_right {
padding: 18px 15px 20px;
}
.rahmen_benefits {
padding: 20px 20px 10px 20px !important;
margin-top: 70px;
margin-bottom: 70px;
}
.master-slider {
margin-bottom: 90px !important;
}
.ms-skin-default .ms-nav-prev,
.ms-skin-default .ms-nav-next {
background-size: 32px !important;
width: 32px !important;
height: 32px !important;
}
.ms-bullets-count {
position: relative;
bottom: -42px;
}
.holder_facts {
width: calc(100% - 60px);
}
.holder_facts:nth-of-type(even) {
margin-left: 60px;
}
.holder_facts .wp-block-media-text__media {
max-width: 120px;
margin-right: 30px;
}
.kachel_schatten {
padding: 20px;
}
.kachel_schatten h3,
.kachel_schatten h2.headline_h3,
.kachel_schatten h2.headline_h4 {
font-size: 1.4em !important;
}
.kachel_farbe {
padding: 20px;
}
.kachel_farbe h3,
.kachel_farbe h2.headline_h3,
.kachel_farbe h2.headline_h4 {
font-size: 1.4em !important;
}
.partnerlogos .wp-block-group__inner-container {
padding: 20px 10px;
}
.author_photo {
flex-basis: 200px;
}
.author_photo img {
width: 180px;
}
.author_info {
flex-basis: calc(100% - 200px);
}
.author_bio {
flex-basis: 100%;
margin-left: 200px;
margin-top: 30px;
}
.float_img_block {
margin-bottom: 80px;
}
.holder_blog_latest {
column-gap: 30px;
}
.holder_grid_3 > .wp-block-group__inner-container {
column-gap: 30px;
row-gap: 100px
}
.discovery_module {
grid-template-columns: 230px 1fr !important;
}
.discovery_module .wp-block-media-text__content {
padding-left: 30px;
}
.wp-block-cb-carousel .slick-prev,
.wp-block-cb-carousel .slick-prev:hover {
top: 15%;
background-size: 15px;
}
.wp-block-cb-carousel .slick-next,
.wp-block-cb-carousel .slick-next:hover {
top: 15%;
background-size: 15px;
}
.teaser_leistungen h2 {
font-size: 27px;
}
.teaser_leistungen {
flex-basis: calc(50% - 10px);
margin-bottom: 50px;
}
.teaser_leistungen p {
font-size: 18px;
}
#holder_leistungen .review {
display: block;
flex-basis: calc(50% - 10px);
margin-bottom: 50px;
}
#holder_leistungen .review img {
max-width: 120px;
margin-right: 0px;
margin-bottom: 10px;
}
.rating .fa {
font-size: 18px;
}


}




@media only screen and (max-width : 990px) {
.grid_tooltips > .wp-block-group__inner-container {
grid-template-columns: auto auto;
}

}



@media only screen and (max-width : 960px) {
.container {
width: calc(100% - 60px);
}
.container_leistungen {
width: calc(100% - 60px);
}
#content {
min-height: calc(100vh - 490px);
}
#scrollup {
left: calc(100% - 60px);
}
h1 {
font-size: 48px;
margin-bottom: 40px;
}
h2, h1.size_h2, div.headline_h2 {
font-size: 30px;
margin-top: 70px;
margin-bottom: 40px;
}
h2.headline_h3 {
font-size: 26px;
margin-top: 70px;
}
h3 {
font-size: 26px;
margin-top: 70px;
}
h2.headline_h4 {
font-size: 22px;
margin-top: 70px;
}
h3.headline_h4 {
font-size: 22px;
}
h4 {
font-size: 22px;
margin-top: 70px;
}
h4.headline_h3 {
font-size: 26px;
}
h5 {
font-size: 20px;
margin-top: 70px;
}
p.headline_h5 {
font-size: 20px;
}
h6 {
margin-top: 70px;
}
.hl_sidebar {
font-size: 19px;
}
#logo {
top: 32px;
left: 30px;
width: 130px;
}
#menuToggle {
top: 36px;
right: 32px;
}
#navi.open {
top: 60px;
}
.testimonials_home .review {
padding: 10px;
}
.testimonials_home .review:nth-of-type(odd) {
margin-left: 30px;
}
.review.in_content { 
padding: 10px;
}
headerpict {
height: 300px;
}
section#partner .container_partnerlogos {
padding: 30px 20px 5px;
}
.holder_blog {
margin-bottom: 50px;
margin-top: 50px;
}
.thumb_blog {
width: 320px;
}
.txt_blog {
width: calc(100% - 320px);
}
.date {
margin-bottom: 18px;
}
footer {
margin-top: 80px;
}
.inhaltsverzeichnis {
margin-top: 20px;
}
.sp-easy-accordion .sp-ea-single .ea-header {
margin-bottom: 20px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
padding-bottom: 30px !important;
padding-left: 55px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
padding-left: 55px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-down,
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-up {
background: url(../picts/icon_accordion_down.svg) center center no-repeat transparent;
background-size: 30px;
width: 30px;
height: 30px;
margin-right: 0px;
margin-top: -4px;
margin-left: -54px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-up {
background: url(../picts/icon_accordion_up.svg) center center no-repeat transparent;
background-size: 30px;
}
.white .sa_owl_theme .owl-nav .owl-prev,
.white .sa_owl_theme .owl-nav .owl-next {
width: 30px !important;
height: 30px !important;
}
.owl-prev:after,
.owl-next:after {
background-size: 32px;
width: 30px;
height: 30px;
}
#container_projektdetails {
margin-top: 60px;
}
.expert_footer img {
width: 160px;
}
.teaser_projekte_thumb {
margin-bottom: 16px;
}
.isotope-item {
margin-bottom: 50px;
}
.btn_produkt {
font-size: 16px;
margin-bottom: 20px;
}
.joblink a {
font-size: 26px;
line-height: 27px;
}
#project_sidebar {
margin-left: 20px;
}
.rahmen_benefits {
padding: 20px 20px 10px 20px !important;
margin-top: 70px;
margin-bottom: 70px;
}
.benefit figure {
width: 60px;
}
.benefit .wp-block-media-text__content {
width: calc(100% - 60px);
}
.button_anfrage {
margin: -140px 0 70px;
}
.master-slider {
margin-bottom: 80px !important;
}
.ms-skin-default .ms-nav-prev,
.ms-skin-default .ms-nav-next {
background-size:30px !important;
width: 30px !important;
height: 30px !important;
}
.ms-bullets-count {
position: relative;
bottom: -40px;
}
.holder_facts {
width: calc(100% - 40px);
padding: 15px;
}
.holder_facts:nth-of-type(even) {
margin-left: 40px;
}
.holder_facts .wp-block-media-text__media {
max-width: 90px;
margin-right: 30px;
}
a.btn,
a.button,
a.more-link,
.more-link a,
.button a {
font-size: 1em;
padding: 12px 26px 9px;
}
.author_photo {
flex-basis: 180px;
}
.author_photo img {
width: 160px;
}
.author_info h1 {
margin-bottom: .7em;
}
.author_info {
flex-basis: calc(100% - 180px);
}
.author_bio {
flex-basis: 100%;
margin-left: 180px;
margin-top: 30px;
}
.discovery_module {
grid-template-columns: 210px 1fr !important;
}
.discovery_module .wp-block-media-text__content {
padding-left: 20px;
}
.wp-block-cb-carousel {
padding-left: 15px;
padding-right: 15px;
}
.teaser_leistungen figure {
margin-bottom: 22px;
}
.teaser_leistungen h2 {
font-size: 26px;
margin-bottom: 26px !important;
}



}


@media only screen and (max-width : 840px) {
h1 {
font-size: 44px;
margin-bottom: 36px;
}
h2, h1.size_h2, div.headline_h2 {
font-size: 28px;
margin-top: 60px;
}
h2.headline_h3 {
font-size: 24px;
margin-top: 60px;
margin-bottom: 35px;
}
h3 {
font-size: 24px;
margin-top: 60px;
margin-bottom: 35px;
}
h2.headline_h4 {
font-size: 21px;
margin-top: 60px;
margin-bottom: 35px;
}
h3.headline_h4 {
font-size: 21px;
}
h4 {
font-size: 21px;
margin-top: 60px;
margin-bottom: 35px;
}
h4.headline_h3 {
font-size: 24px;
}
h5 {
font-size: 19px;
margin-top: 60px;
margin-bottom: 35px;
}
p.headline_h5 {
font-size: 19px;
}
h6 {
margin-top: 60px;
margin-bottom: 35px;
}
.hl_sidebar {
font-size: 18px;
}
#masthead {
height: 80px;
}
#navi.open {
top: 50px;
}
#content {
margin: 80px 0 0;
padding-top: 30px;
min-height: calc(100vh - 480px);
}
#breadcrumbs {
top: -30px;
}
#logo {
top: 30px;
width: 130px;
}
#call {
right: 100px;
top: 25px;
}
#menuToggle {
top: 32px;
}
#headermenu {
padding: 10px 0 0;
}
#headermenu li {
padding-top: 14px;
padding-bottom: 10px;
}
#headermenu li.jobscount {
margin: -56px 0 34px 34px;
}
#headermenu li a {
font-size: 27px;
}
#headermenu ul.sub-menu .sub-txt a {
font-size: 25px;
}
#headermenu li.visible-mobile a {
font-size: 20px;
line-height: 20px;
}
.spacer {
height: 140px;
}
#searchform {
top: -215px;
}
#language {
font-size: 27px;
width: 115px;
height: 35px;
top: -175px;
}
.headerpict,
.headerpict_agentur {
height: 290px;
top: -70px;
}
.headerpict_content a.btn {
font-size: 0.85em;
padding: 8px 16px 7px;
}
.testimonials_home .review:nth-of-type(odd) {
margin-left: 00px;
}
.thumb_blog {
width: 280px;
}
.txt_blog {
width: calc(100% - 280px);
}
.date {
margin-bottom: 8px;
}
.sp-easy-accordion .sp-ea-single .ea-header {
margin-bottom: 20px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
padding-bottom: 30px !important;
padding-left: 50px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
padding-left: 50px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-down,
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-up {
margin-left: -52px;
}
.post-next,
.post-prev {
max-width: 180px;
}
.post-nav-hl {
font-size: 16px;
}
.leistung {
padding: 12px;
}
.leistung_buttons {
float: none;
margin-top: 6px;
margin-bottom: -2px;
}
.expert_footer img {
width: 140px;
}
.teaser_home {
flex-basis: calc(50% - 10px);
}
.teaser_home a {
font-size: 15px;
padding: 10px 12px 8px;
}
.teaser1 a {
bottom: 12%;
}
.teaser2 a {
bottom: 12%;
}
.preischart {
flex-direction: column;
}
.preischart .wp-block-column {
width: 100%;
margin: 0;
}
.sp-ea-two.sp-easy-accordion {
margin-bottom: 20px;
}
.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-header a {
padding: 20px 10px 40px !important;
min-height: auto;

pointer-events: auto;
}
.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-body {
margin-bottom:  40px;
}
.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-body a {
margin-top:  20px;
}
.sp-ea-two.sp-easy-accordion .sp-ea-single .ea-header a:after {
display: inline-block;
}
.preischart_beratung .sp-ea-two.sp-easy-accordion .sp-ea-single .ea-header a:after  {
display: none;
}
.preischart_lokale_seo .sp-ea-two.sp-easy-accordion .sp-ea-single .ea-body  {
min-height: auto;
}
#holder_projekte {
width: calc(100% + 18px);
margin-left: -9px;
}
.isotope-item {
width: 33.3333%;
padding-left: 9px;
padding-right: 9px;
}
.teaser_produkte {
width: calc(50% - 12px);
margin-bottom: 50px;
}
.joblink a {
font-size: 24px;
line-height: 25px;
}
.button_anfrage {
margin: -20px 0 50px;
}
.partnerlogos .wp-block-group__inner-container {
padding: 10px;
}
.partnerlogos figure {
flex-basis: 30%;
}
.holder_blog_latest {
grid-template-columns: 1fr 1fr;
column-gap: 60px;
row-gap: 40px;
}
body.page-template-page_landingpage_lokal article {
margin-top: -80px;
}
section#partner #partnerlogos img {
flex-basis: 25%;
}
.discovery_module {
grid-template-columns: 180px 1fr !important;
}	
.wp-block-cb-carousel .slick-prev,
.wp-block-cb-carousel .slick-prev:hover {
top: 12%;
background-size: 13px;
}
.wp-block-cb-carousel .slick-next,
.wp-block-cb-carousel .slick-next:hover {
top: 12%;
background-size: 13px;
}
.wp-block-cb-slide {
margin-left: 7px;
margin-right: 7px;
}
.teaser_leistungen p {
font-size: 17px;
}
.teaser_leistungen figure {
margin-bottom: 20px;
}
.teaser_leistungen h2 {
font-size: 25px;
margin-bottom: 24px !important;
}


}


@media only screen and (max-width : 781px) {
.testimonial_steffen .review {
flex-grow: 1;
margin-left: 0;
}
.holder_grid_3 > .wp-block-group__inner-container {
column-gap: 20px;
row-gap: 70px
}
.holder_grid_3 h3 {
margin-top: 30px;
margin-bottom: 25px;
}
.grid_tooltips > .wp-block-group__inner-container {
grid-template-columns: auto;
}
.inline-tooltips::after {
left: 0 !important;
transform: translateX(0%) !important;
}


}


@media only screen and (max-width : 760px) {
h1 {
font-size: 40px;
margin-bottom: 32px;
}
h2, h1.size_h2, div.headline_h2 {
font-size: 26px;
}
h2.headline_h3 {
font-size: 22px;
}
h3 {
font-size: 22px;
}
h2.headline_h4 {
font-size: 19px;
}
h3.headline_h4 {
font-size: 19px;
}
h4 {
font-size: 19px;
}
h4.headline_h3 {
font-size: 22px;
}
h5 {
font-size: 18px;
}
p.headline_h5 {
font-size: 18px;
}
h6 {
}
h2.bigger {
font-size: 170%;
margin-bottom:  1.2em;
}
.headerpict,
.headerpict_agentur {
display: none;
}
#content {
margin: 80px 0 0;
padding-top: 20px;
min-height: calc(100vh - 470px);
}
#breadcrumbs {
top: -20px;
}
.headerpict_agentur_mobile {
display: block;
position: relative;
top: -40px;
width: 100%;
height: 260px;
margin-bottom: 0px;
background-color: maroon;
}
.headerpict_mobile {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -o-flex;
display: flex;
align-items: center;
position: relative;
top: -40px;
width: 100%;
height: 260px;
margin-bottom: 0px;
background: url(../picts/svaerm_videoloop_sw.jpg) no-repeat center center;
background-size: cover;
padding-top: 50px;
}
.headerpict_content p {
margin: 0.5em auto 0;
display: block;
position: relative;
}
.holder_blog {
margin-bottom: 40px;
margin-top: 40px;
}
.thumb_blog {
width: 260px;
}
.txt_blog {
width: calc(100% - 260px);
padding-left: 15px;
}
footer {
margin-top: 70px;
}
.inhaltsverzeichnis {
margin-top: 10px;
}
.inhaltsverzeichnis p.inhaltsverzeichnis-unterpunkt {
margin-left: 10px;
}
.sp-easy-accordion .sp-ea-single .ea-header {
margin-bottom: 10px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
padding-bottom: 30px !important;
padding-left: 60px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
padding-left: 60px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-down,
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-up {
margin-left: -60px;
}
#container_projektdetails {
margin-top: 60px;
flex-wrap: wrap;
}
#project_content {
width: 100%;
display: inline-block;
position: relative;
}
#project_sidebar {
width: 100%;
padding-top: 40px;
margin: 0;
float: none;
position: relative;
}
#share {
position: absolute;
float: right;
margin-top: 0;
display: inline-block;
right: 0;
bottom: 0;
}
.expert_footer img {
width: 110px;
}
.isotope-item{
margin-bottom: 36px;
}
.teaser_projekte_thumb {
margin-bottom: 14px;
}
.nf-form-content textarea {
height: 160px !important;
}
#author-details {
width: 240px;
}
.author_left,
.author_right {
padding: 18px 20px 20px;
}
.holder_blog_latest {
grid-template-columns: 1fr 1fr;
column-gap: 40px;
row-gap: 40px;
}
body.page-template-page_landingpage_lokal article {
margin-top: -60px;
}
.discovery_module {
grid-template-columns: 230px 1fr !important;
}
.holder_links_regional p {
display: grid;
grid-template-columns: repeat(2, 1fr);
}
.wp-block-cb-carousel {
padding-left: 30px;
padding-right: 30px;
}
.wp-block-cb-carousel .slick-prev,
.wp-block-cb-carousel .slick-prev:hover {
top: 17%;
background-size: 15px;
}
.wp-block-cb-carousel .slick-next,
.wp-block-cb-carousel .slick-next:hover {
top: 17%;
background-size: 15px;
}
.wp-block-cb-slide {
margin-left: 10px;
margin-right: 10px;
}
.grid_tooltips > .wp-block-group__inner-container {
grid-template-columns: auto auto auto;
}


			
}

@media only screen and (max-width : 700px) {
h1 {
font-size: 38px;
}
.teaser_home a {
font-size: 14px;
padding: 9px 10px 7px;
}
.teaser1 a {
bottom: 13%;
}
.teaser2 a {
bottom: 13%;
}
.float_img_block {
margin-bottom: 60px;
}
.grid_tooltips > .wp-block-group__inner-container {
grid-template-columns: auto auto;
}

}



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

section#contact {
margin-top: 40px;
}
section#contact h3 {
text-align: left;
}
section#international,
section#regional,
section#recommended {
margin-top: 60px;
margin-bottom: 60px;
}
section#testimonials {
margin-top: 80px;
padding-bottom: 20px;
}
.review {
flex-basis: 100%;
margin-bottom: 20px;
position: relative;
top: 10px;
}
.isotope-item {
margin-bottom: 34px;
}
.joblink a {
font-size: 22px;
line-height: 23px;
}
.author_photo {
flex-basis: 150px;
}
.author_photo img {
width: 130px;
}
.author_info h1 {
margin-bottom: .7em;
}
.author_info {
flex-basis: calc(100% - 150px);
}
.author_bio {
flex-basis: 100%;
margin-left: 0px;
margin-top: 20px;
}
.holder_blog_latest {
grid-template-columns: 1fr 1fr;
column-gap: 20px;
row-gap: 20px;
}
.discovery_module {
grid-template-columns: 210px 1fr !important;
}

.wp-block-cb-carousel {
padding-left: 20px;
padding-right: 20px;
}
.wp-block-cb-carousel .slick-prev,
.wp-block-cb-carousel .slick-prev:hover {
top: 15%;
background-size: 15px;
}
.wp-block-cb-carousel .slick-next,
.wp-block-cb-carousel .slick-next:hover {
top: 15%;
background-size: 15px;
}
.rating .fa {
font-size: 17px;
}
.teaser_leistungen figure {
margin-bottom: 18px;
}
.teaser_leistungen h2 {
font-size: 24px;
margin-bottom: 22px !important;
}
#container_projektdetails {
margin-top: 50px;
}

	
}



@media only screen and (max-width : 640px) {
body {
font-size: 16px;
}
.subline {
font-size: 23px;
margin-bottom: 40px;
}
h1 {
font-size: 36px;
margin-bottom: 30px;
}
h2, h1.size_h2, div.headline_h2 {
font-size: 24px;
margin-top: 50px;
margin-bottom: 25px;
}
h2.headline_h3 {
font-size: 21px;
margin-top: 50px;
margin-bottom: 25px;
}
h3 {
font-size: 21px;
margin-top: 50px;
margin-bottom: 25px;
}
h2.headline_h4 {
margin-top: 50px;
margin-bottom: 25px;
}
h4 {
margin-top: 50px;
margin-bottom: 25px;
}
h5 {
margin-top: 50px;
margin-bottom: 25px;
}
h6 {
margin-top: 50px;
margin-bottom: 25px;
}
#masthead {
height: 70px;
}
#content {
margin: 60px 0 0;
padding-top: 15px;
min-height: calc(100vh - 600px);
}
#breadcrumbs {
top: -5px;
}
#logo {
top: 26px;
width: 120px;
}
#call {
right: 90px;
top: 20px;
}
#menuToggle {
top: 28px;
}
#navi.open {
top: 40px;
}
#headermenu {
padding: 0;
}
#headermenu li {
padding-top: 14px;
padding-bottom: 10px;
}
#headermenu li a {
font-size: 26px;
}
#headermenu ul.sub-menu .sub-txt a {
font-size: 24px;
}
#headermenu li.visible-mobile a {
font-size: 20px;
line-height: 20px;
}
.spacer {
height: 130px;
}
#searchform {
top: -215px;
}
#language {
font-size: 26px;
width: 110px;
height: 35px;
top: -175px;
}
h4 {
font-size: 17px;
margin-bottom: 20px;
}
h5 {
font-size: 17px;
}
p.headline_h5 {
font-size: 17px;
}
.hl_sidebar {
font-size: 17px;
}
.headerpict_mobile,
.headerpict_agentur_mobile {
height: 250px;
top: -40px;
}
.holder_blog {
margin-bottom: 40px;
margin-top: 40px;
}
.thumb_blog {
width: 220px;
}
.txt_blog {
width: calc(100% - 220px);
}
.date {
font-size: 14px;
}
footer {
margin-top: 60px;
}
.navi_footer,
.social_footer,
.expert_footer,
.partner_footer {
flex-basis: calc(50% - 10px);
}
.navi_footer,
.social_footer {
margin-bottom: 36px;
}
.partner_footer {
padding-right: 10px;
}
.expert_footer {
order: 4;
}
.expert_footer img {
width: 140px;
margin-top: 6px;
}
.accordion-button .accordion-arrow {
background-size: 22px 22px;
width: 22px;
height: 22px;
}
.accordion-button.active .accordion-arrow {
background-size: 22px 22px;
width: 22px;
height: 22px;
}
.review {
margin-top: 80px;
}
#post-nav.container {
margin-top: 80px;
}
.post-next,
.post-prev {
max-width: 160px;
}
#author-details {
font-size: 15px;
}
#holder_contact_home {
flex-wrap: wrap;
}
#contact_home {
flex-basis: 100%;
}
body.home #author-details {
flex-basis: 100%;
padding-left: 0px;
margin-top: 60px;
}
_.author_right {
float: right;
margin-top: 0;
}
.label-above .nf-field-label {
margin-bottom: 8px !important
}
.btn_produkt {
font-size: 15px;
}
.introbild {
margin-bottom: 50px;
}
body.page-template-page_landingpage_lokal article {
margin-top: -70px;
}
.holder_grid_3 > .wp-block-group__inner-container {
grid-template-columns: 1fr 1fr;
column-gap: 20px;
row-gap: 50px
}
.holder_grid_3 h3 {
margin-top: 20px;
margin-bottom: 20px;
}
.teaser_leistungen p {
font-size: 16px;
}
.teaser_leistungen a {
padding-right: 24px;
background-size: 18px !important;
}

}



@media only screen and (max-width : 600px) {
body.home .img_review {
padding-top: 0px;
padding-bottom: 16px;
}
.review .img_review {
width: 140px;
padding-bottom: 0;
padding-top: 10px;
}
.testimonial_steffen {
margin-top: 0px;
margin-bottom: 0;
}
.testimonial_steffen .img_review  {
max-width: 160px;
}
section#partner {
margin-top: 70px;
}
.intro_leistungen {
margin-bottom: 70px;
}
.teaser_home {
flex-basis: 100%
}
.teaser_home a {
font-size: 15px;
padding: 12px 14px 10px;
}
.teaser1 a {
bottom: 15%;
}
.teaser2 a {
bottom: 15%;
}
#holder_projekte {
width: calc(100% + 24px);
margin-left: -12px;
}
.isotope-item {
width: 50%;
padding-left: 12px;
padding-right: 12px;
}
.teaser_projekte_thumb {
margin-bottom: 10px;
}
.rahmen_benefits {
padding: 20px 20px 0 40px !important;
margin-top: 70px;
margin-bottom: 70px;
}
.benefit figure {
width: 80px;
}
.benefit .wp-block-media-text__content {
width: calc(100% - 80px);
}
.img_left {
width: 46%;
margin: 4px 14px 6px 0;
}
.img_right {
width: 46%;
margin: 4px 0 6px 14px;
}
.holder_blog_latest {
grid-template-columns: 1fr;
column-gap: 0px;
row-gap: 30px;
}
.discovery_module {
grid-template-columns: 180px 1fr !important;
}
.discovery_module .wp-block-media-text__content {
padding-left: 10px;
}
.wp-block-cb-carousel {
padding-left: 15px;
padding-right: 15px;
}
.wp-block-cb-carousel .slick-prev,
.wp-block-cb-carousel .slick-prev:hover {
top: 14%;
background-size: 13px;
}
.wp-block-cb-carousel .slick-next,
.wp-block-cb-carousel .slick-next:hover {
top: 14%;
background-size: 13px;
}
.wp-block-cb-slide {
margin-left: 7px;
margin-right: 7px;
}
.wp-block-cb-slide h3 {
margin-top: 15px;
margin-bottom: 15px;
}

	
}



@media only screen and (max-width : 560px) {
h1 {
font-size: 34px;
}
h2, h1.size_h2, div.headline_h2 {
font-size: 23px;
}
h2.headline_h3 {
font-size: 20px;
}
h3 {
font-size: 20px;
}
.headerpict_mobile,
.headerpict_agentur_mobile {
height: 220px;
}
.headerpict_content a.btn {
font-size: 0.8em;
padding: 5px 12px;
}
.headerpict_content a.btn.jobsbtn {
margin-right: 6px;
}	
.spacer {
height: 120px;
}
#searchform {
top: -205px;
}
#language {
top: -170px;
}
.holder_blog {
display: block;
margin-bottom: 60px;
margin-top: 30px;
}
.thumb_blogl {
width: 100%;
margin-bottom: 20px;
display: block;
}
.thumb_blog img {
float: none;
}
.txt_blog {
width: 100%;
padding-left: 0;
display: block;
}
.holder_recommended .txt_blog {
padding-left: 0px;
}
.sp-easy-accordion .sp-ea-single .ea-header {
margin-bottom: 10px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
padding-left: 50px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-down,
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-up {
background-size: 30px;
margin-top: -5px;
margin-left: -50px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
padding-bottom: 30px !important;
padding-left: 48px !important;
}
#project_sidebar {
padding-top: 20px;
}
section#partner {
margin-top: 40px;
padding-top: 20px;
padding-bottom: 2px;
}
section#partner #partnerlogos {
margin-bottom: 20px;	
}
.isotope-item {
margin-bottom: 32px;
}
.intro_leistungen {
margin-bottom: 40px;
}
.teaser_produkte {
width: calc(50% - 8px);
margin-bottom: 40px;
}
.btn_produkt {
margin-bottom: 15px;	
}
.joblink a {
font-size: 20px;
line-height: 21px;
}
a.btn,
a.button,
a.more-link,
.more-link a,
.button a {
font-size: 0.9em;
padding: 10px 20px 8px;
}
section#partner #partnerlogos img {
flex-basis: 33%;
}
.rating .fa {
font-size: 16px;
}

	
}

@media only screen and (max-width : 500px) {
h1 {
font-size: 32px;
}
h2.bigger {
font-size: 150%;
margin-bottom:  1.2em;
}
#logo {
top: 26px;
left: 20px;
width: 120px;
}
#call {
width: 26px;
height: 26px;
right: 70px;
top: 22px;
}
#menuToggle {
top: 28px;
right: 20px;
}
#content {
min-height: calc(100vh - 590px);
}
.container {
width: calc(100% - 40px);
}
.container_leistungen {
width: calc(100% - 40px);
}
#scrollup {
left: calc(100% - 50px);
}
footer {
margin-top: 50px;
}
.social_footer a img {
margin-right: 12px;
}
.accordion-button .accordion-arrow {
background-size: 20px 20px;
width: 20px;
height: 20px;
}
.accordion-button.active .accordion-arrow {
background-size: 20px 20px;
width: 20px;
height: 20px;
}
.review .img_review {
width: 120px;
margin-right: 10px;
}
.review .img_review {
width: 120px;
margin-right: 10px;
}
.fa {
font-size: 16px;
margin-right: 3px;
}
.teaser_projekte_thumb {
margin-bottom: 8px;
}
.teaser_produkte {
width: 100%;
margin-bottom: 40px;
}
.joblink a {
font-size: 19px;
line-height: 20px;
}
#breadcrumbs {
font-size: 14px;
}
#breadcrumbs a {
font-size: 14px;
}
.rahmen_benefits {
padding: 20px 20px 0 20px !important;
margin-top: 50px;
margin-bottom: 50px;
}
.benefit figure {
width: 70px;
}
.benefit .wp-block-media-text__content {
width: calc(100% - 80px);
}
.button_anfrage {
margin: -20px 0 35px;
}
.holder_facts {
width: calc(100% - 30px);
padding: 15px;
}
.holder_facts:nth-of-type(even) {
margin-left: 30px;
}
.holder_facts .wp-block-media-text__media {
max-width: 80px;
margin-right:20px;
}
.float_img_block {
margin-bottom: 40px;
}
.discovery_module {
display: block;
}
.discovery_module .wp-block-media-text__content {
padding-left: 0px;
margin-top: 20px;
}
.discovery_module .wp-block-media-text__media {
width: 260px !important;
}
.holder_links_regional p {
grid-template-columns: 1fr;
}
.wp-block-cb-carousel {
padding-left: 15px;
padding-right: 15px;
}
.wp-block-cb-carousel .slick-prev,
.wp-block-cb-carousel .slick-prev:hover {
top: 12%;
background-size: 11px;
}
.wp-block-cb-carousel .slick-next,
.wp-block-cb-carousel .slick-next:hover {
top: 12%;
background-size: 11px;
}
.wp-block-cb-slide h3 {
margin-top: 10px;
margin-bottom: 15px;
}
.teaser_leistungen figure {
margin-bottom: 16px;
}
.teaser_leistungen h2 {
font-size: 23px;
margin-bottom: 20px !important;
}

}


@media only screen and (max-width : 460px) {
body {
font-size: 15px;
}
#content {
min-height: calc(100vh - 580px);
}
.subline {
font-size: 21px;
margin-bottom: 30px;
}
h1 {
font-size: 28px;
margin-bottom: 26px;
}
h2, h1.size_h2, div.headline_h2 {
font-size: 22px;
margin-top: 40px;
margin-bottom: 20px;
}
h2.headline_h3 {
font-size: 18px;
margin-top: 40px;
margin-bottom: 20px;
}
h3 {
font-size: 18px;
margin-top: 40px;
margin-bottom: 20px;
}
h2.headline_h4 {
margin-top: 40px;
margin-bottom: 20px;
}
h4 {
margin-top: 40px;
margin-bottom: 20px;
}
h5 {
margin-top: 40px;
margin-bottom: 20px;
}
h6 {
margin-top: 40px;
margin-bottom: 20px;
}
.post-nav-hl {
font-size: 16px;
}
#headermenu li {
padding-top: 12px;
padding-bottom: 8px;
}
#headermenu li.jobscount {
margin: -48px 0 26px 28px;
}
#headermenu li a {
font-size: 20px;
}
#headermenu ul.sub-menu .sub-txt a {
font-size: 18px;
}
#headermenu li.visible-mobile a {
font-size: 18px;
line-height: 18px;
}
#headermenu li.first-level > a:after,
#headermenu li.first-level:hover > a:after {
height: 20px;
background: url('arrow_navi_down.svg') right center no-repeat;
background-size: 20px;
top: 3px;
width: 26px;
}
#headermenu li.first-level.selected > a:after {
background: url('arrow_navi_up.svg') right center no-repeat;
background-size: 20px;
}
.spacer {
height: 110px;
}
#searchform {
height: 40px;
width: 170px;
top: -185px;
}
#searchform .search-field {
padding-left: 44px;
}
#searchform #do_search {
width: 20px;
top: 10px;
}
#language {
font-size: 22px;
width: 110px;
height: 35px;
top: -160px;
}
.headerpict_mobile,
.headerpict_agentur_mobile {
height: 200px;
margin-bottom: 10px;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
font-size: 20px !important;
}
.review {
margin-top: 60px;
}
#post-nav.container {
margin-top: 60px;
}
.prev img,
.next img {
width: 10px;
top: -2px;
}
#author-details {
display: block;
}
#share {
float: none;
width: 100%;
margin-top: 30px;
position: relative;
}
#breadcrumbs,
html[lang='en-US'] #breadcrumbs span:nth-child(2) a:after {
font-size: 14px;
}
.label-above .nf-field-label {
margin-bottom: 5px !important
}
.nf-error-msg {
font-size: 15px;
}
.teaser_home a {
font-size: 15px;
padding: 10px 10px 9px;
}
.teaser1 a {
bottom: 14%;
}
.teaser2 a {
bottom: 14%;
}
.joblink:hover {
margin-left: 10px;
}
.joblink a {
font-size: 18px;
line-height: 19px;
}
.nf-form-layout {
padding: 10px;
}
a.btn,
a.button,
.button_anfrage a {
border-radius: 30px;
padding: 9px 20px 8px;
}
input.submit {
width: 130px !important;
height: 39px !important;
padding-top: 13px !important;
}
.button_anfrage {
margin: -20px 0 30px;
}
.img_left {
width: 100%;
margin: 0 0 20px;
float: none;
}
.img_right {
width: 100%;
margin: 0 0 20px;
float: none;
}
.holder_grid_3 > .wp-block-group__inner-container {
grid-template-columns: 1fr;
column-gap: 0px;
row-gap: 30px
}
.holder_grid_3 h3 {
margin-top: 10px;
margin-bottom: 15px;
}
.discovery_module .wp-block-media-text__media {
width: 240px !important;
}
.wp-block-cb-carousel {
width: calc(100% + 140px);
margin-left: -10px;
padding-left: 0px;
padding-right: 0px;
overflow: hidden;
}
.wp-block-cb-carousel .slick-prev,
.wp-block-cb-carousel .slick-next {
display: none;
}
.grid_tooltips > .wp-block-group__inner-container {
grid-template-columns: auto;
}
#container_projektdetails {
margin-top: 40px;
}

	
}



@media only screen and (max-width : 420px) {
.headerpict_mobile {
padding-left: 15px;
padding-right: 10px;
padding-top: 35px;
}
.headerpict_mobile h1 {
font-size: 27px;
}
.headerpict_content a.btn.jobsbtn {
margin-right: 3px;
}
#content {
min-height: calc(100vh - 510px);
}
footer {
font-size: 14px;
padding-top: 20px;
padding-bottom: 20px;
}
.expert_footer img {
width: 110px;
}
.social_footer a img {
margin-right: 5px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a {
padding-left: 40px !important;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-down,
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-header a .ea-expand-icon.fa-angle-up {
background-size: 24px;
width: 24px;
height: 24px;
margin-top: 0px;
margin-left: -40px;
}
.sp-ea-one.sp-easy-accordion .sp-ea-single .ea-body {
padding-bottom: 30px !important;
padding-left: 40px !important;
}
.leistung {
padding: 10px;
}
section#partner {
margin-top: 20px;
padding-top: 10px;
padding-bottom: 1px;
}
section#partner .container_partnerlogos {
padding: 20px 10px 1px;
}
section#partner #partnerlogos {
margin-bottom: 10px;	
}

.author_right {
float: none;
margin-top: 2em;
}
.joblink a {
font-size: 17px;
line-height: 18px;
}
.post-nav-hl {
font-size: 15px;
}
.holder_facts {
width: 100%;
padding: 12px;
}
.holder_facts:nth-of-type(even) {
margin-left: 0px;
}
.holder_facts .wp-block-media-text__media {
max-width: 80px;
margin-right: 10px;
}
#holder_projekte {
width: 100%;
margin-left: 0px;
}
.isotope-item {
width: 100%;
padding-left: 0px;
padding-right: 0px;
}
.author_photo {
flex-basis: 110px;
}
.author_photo img {
width: 90px;
}
.author_info {
flex-basis: calc(100% - 110px);
}
.author_bio {
flex-basis: 100%;
margin-left: 0px;
margin-top: 20px;
}
.holder_buttons .wp-block-group__inner-container {
flex-wrap: wrap;
}
.holder_buttons .wp-block-file {
margin-bottom: 0;
margin-left: 0px;
margin-top: 20px;
}
body.page-template-page_landingpage_lokal article {
margin-top: -80px;
}
.discovery_module .wp-block-media-text__media {
width: 220px !important;
}
.teaser_leistungen figure {
margin-bottom: 14px;
}
.teaser_leistungen h2 {
font-size: 21px;
margin-bottom: 18px !important;
}

}


@media only screen and (max-width : 360px) {
#content {
min-height: calc(100vh - 550px);
}
.container {
width: calc(100% - 20px);
}
.container_leistungen {
width: calc(100% - 20px);
}
#scrollup {
left: calc(100% - 40px);
}
h1 {
font-size: 26px;
}
h2, h1.size_h2, div.headline_h2 {
font-size: 20px;
}
h2.headline_h3 {
font-size: 18px;
}
h3 {
font-size: 18px;
}
#logo {
left: 10px;
top: 24px;
width: 110px;
}
#call {
width: 26px;
height: 26px;
right: 60px;
top: 22px;
}
#menuToggle {
top: 28px;
right: 10px;
}
#headermenu li {
padding-top: 10px;
padding-bottom: 6px;
}
#headermenu li.jobscount {
margin: -46px 0 24px 26px;
}
#headermenu li a {
font-size: 20px;
}
#headermenu li.visible-mobile a {
font-size: 16px;
line-height: 16px;
}
.headerpict_content a.btn {
font-size: 0.7em;
padding: 3px 10px;
}
.spacer {
height: 60px;
}
#searchform {
height: 40px;
width: 170px;
top: -172px;
}
#language {
font-size: 20px;
width: 100px;
height: 35px;
top: -145px;
}
.headerpict_mobile h1 {
font-size: 24px;
}
.headerpict_mobile,
.headerpict_agentur_mobile {
height: 200px;
margin-bottom: 5px;
}
.sp-easy-accordion .sp-ea-single .ea-header a {
font-size: 18px !important;
}
.post-next,
.post-prev {
max-width: 140px;
}
span.txt_prev:after,
span.txt_next:after {
font-size: 15px;
}
.teaser_home a {
font-size: 14px;
padding: 10px 10px 9px;
}
.review .img_review {
padding-top: 1px;
width: 100px;
margin-right: 8px;
}
.joblink a {
font-size: 16px;
line-height: 17px;
}
.wp-block-cb-carousel {
width: calc(100% + 100px);
}
.teaser_leistungen {
flex-basis: 100%;
margin-bottom: 30px;
}
.teaser_leistungen p {
font-size: 18px;
}
#holder_leistungen .review {
flex-basis: 100%;
margin-bottom: 30px;
}
.teaser_leistungen p {
font-size: 15px;
}
.teaser_leistungen h2 {
font-size: 20px;
}


}


@media only screen and (max-width : 320px) {
h1 {
font-size: 24px;
margin-bottom: 24px;
}
h2.bigger {
font-size: 24px;
margin-bottom:  1.2em;
}
#logo {
top: 26px;
width: 110px;
}
.headerpict_mobile,
.headerpict_agentur_mobile {
height: 180px;
margin-bottom: 0px;
}
.headerpict_mobile h1 {
font-size: 22px;
}
.review .img_review {
width: 80px;
margin-right: 6px;
}
.teaser_projekte_thumb {
margin-bottom: 4px;
}
.joblink a {
font-size: 15px;
line-height: 16px;
}
.introbild {
margin-bottom: 40px;
}
.file_upload-wrap .nf-field-description {
padding-left: 10px;
}
.teaser_leistungen h2 {
font-size: 19px;
}



}



