/*!
Theme Name: WP Experten ATUS ON IT
Theme URI: https://wp-experten.ch/
Author: WP Experten
Author URI: https://wp-experten.ch/
Version: 12.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
Text Domain: wp-experten-atus-onit
*/

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

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

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

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

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

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

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

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

/**
 * Remove the margin in all browsers.
 */
@font-face {
	font-family: 'Inter';
	src: url('assets/fonts/Inter18pt-Light.eot');
	src: url('assets/fonts/Inter18pt-Light.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Inter18pt-Light.woff2') format('woff2'),
	url('assets/fonts/Inter18pt-Light.woff') format('woff'),
	url('assets/fonts/Inter18pt-Light.ttf') format('truetype'),
	url('assets/fonts/Inter18pt-Light.svg#Inter18pt-Light') format('svg');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('assets/fonts/Inter18pt-SemiBold.eot');
	src: url('assets/fonts/Inter18pt-SemiBold.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Inter18pt-SemiBold.woff2') format('woff2'),
	url('assets/fonts/Inter18pt-SemiBold.woff') format('woff'),
	url('assets/fonts/Inter18pt-SemiBold.ttf') format('truetype'),
	url('assets/fonts/Inter18pt-SemiBold.svg#Inter18pt-SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('assets/fonts/Inter18pt-Regular.eot');
	src: url('assets/fonts/Inter18pt-Regular.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Inter18pt-Regular.woff2') format('woff2'),
	url('assets/fonts/Inter18pt-Regular.woff') format('woff'),
	url('assets/fonts/Inter18pt-Regular.ttf') format('truetype'),
	url('assets/fonts/Inter18pt-Regular.svg#Inter18pt-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('assets/fonts/Inter24pt-Bold.eot');
	src: url('assets/fonts/Inter24pt-Bold.eot?#iefix') format('embedded-opentype'),
	url('assets/fonts/Inter24pt-Bold.woff2') format('woff2'),
	url('assets/fonts/Inter24pt-Bold.woff') format('woff'),
	url('assets/fonts/Inter24pt-Bold.ttf') format('truetype'),
	url('assets/fonts/Inter24pt-Bold.svg#Inter24pt-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}


body {
	margin: 0;
	font-family: 'Inter';
}




/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

/*a:visited {*/
/*	color: #800080;*/
/*}*/

a:hover,
a:focus,
a:active {
	color: #91AF91;
}

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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




/*=== Global Theme Settings / CSS ====*/
body .container {
	max-width: 1150px;
}
header#masthead .container,
.lower_footer .container {
	max-width: 1360px;
}
body h1 {
	font-size: 54px;
	line-height: 64px;
	font-weight: bold;
	text-shadow: 0 4px 61px #000000;
	margin: 0;
}
body h2 {
	font-size: 30px;
	line-height: 36.31px;
	font-weight: bold;
}
p {
	margin-bottom: 30px;
}
p:last-child {
	margin-bottom: 0;
}

.atus_button {
	background-color: #91AF91;
	border: none;
	box-shadow: none;
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	line-height: 1;
	padding: 14px 47px;
	border-radius: 50px;
	font-weight: 600;
	display: table;
	text-align: center;
}
.atus_button.green {
	background-color: #91AF91;
	color: #fff;
}
.atus_button:hover {
	background-color: #91AF91;
	color: #000;
	box-shadow: 0px 9px 19px 11px rgb(0 0 0 / 14%);
}
.atus_button.green:hover {
	background-color: #fff;
	color: #000;
}
.center_button.big_in_width {
	margin: 0 auto;
}
@media (min-width: 992px){
	.big_in_width {
		max-width: 330px;
		width: 100%;
		padding: 14px 25px;
	}
}

button,
a,
img {
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}

/*==== Site Header ===*/
header.site-header {
	background-color: #fff;
	color: #000;
	padding-bottom: 10px;
}
header#masthead .logo {
	margin-top: 40px;
}
.main_menu.desktop_nav {
	padding-top: 5px;
}
.top_menu {
	padding-top: 11.5px;
}
.top_menu ul.top_menu_ul,
.main_nav_ul_wrap ul {
	float: right;
	display: inline-block;
	padding: 0;
	margin: 0;
}
.top_menu ul.top_menu_ul li,
.main_nav_ul_wrap ul.main_nav_ul li {
	float: left;
	display: inline-block;
	list-style: none;
}
.top_menu ul.top_menu_ul li a,
.main_nav_ul_wrap ul.main_nav_ul li a {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	text-decoration: none;
	padding: 9px 14px;
	display: block;
}
.top_menu ul.top_menu_ul li a {
	color:#91AF91;
}
.main_nav_ul_wrap ul.main_nav_ul li a {
	text-transform: uppercase;
}
.top_menu ul.top_menu_ul li a:hover,
.main_nav_ul_wrap ul.main_nav_ul li a:hover {
	color: #000;
}
.main_mobile_menu,
button.menu_toggle {
	display: none;
}
.main_nav_ul_wrap ul.main_nav_ul li a:hover {
	color:#91AF91;
}


/*=== Sticky Quick Menu ====*/
.sticky_form {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #91AF91;
	overflow-y: auto;
	overflow-x: hidden;
	font-size: 17px;
	line-height: 21px;
}
.sticky_form .close_sticky_box {
	position: absolute;
	right: 0;
	top: 0;
	text-align: right;
	overflow: hidden;
}
.sticky_form button.close_sticky_box_button {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}
.sticky_form .sticky_form_info {
	padding: 53px;
}

.sticky_form .sticky_popup_column h2 {
	font-size: 27px;
	margin-bottom: 30px;
}
.sticky_form .sticky_popup_column p {
	margin-bottom: 40px;
}
.sticky_popup_column a {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
}
.sticky_popup_column a:hover {
	color: #fff;
}

@media (min-width: 992px) {
	.sticky_popup_column {
		max-width: 480px;
	}
}


/*==== Main Page ===*/
.sticky_icon img {
	width: 118px;
	height: 118px;
	object-fit: cover;
	cursor: pointer;
}
.sticky_icon {
	position: fixed;
	top: 200px;
	z-index: 4;
	right: 24px;
}

.page-template-page-kontakt .sticky_icon,
.page-template-page-partners .sticky_icon,
.archive .sticky_icon,
.blog .sticky_icon,
.search .sticky_icon,
.single .sticky_icon {
	display: none !important;
}


/*==== Intro Section ====*/
section.intro_section {
	position: relative;
}
section.intro_section .section_background,
section.intro_section .section_background .bg_overly,
section.intro_section .section_background .bg_overly_icon,
section.intro_section .section_background .bg_overly .parallax {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.section_background .bg_overly video,
section.intro_section .section_background .bg_overly_icon svg,
section.intro_section .section_background .bg_overly .parallax img  	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
section.intro_section .section_background .bg_overly_icon svg {
	z-index: 2;
}
section.intro_section .section_background .bg_overly.with_video:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2;
	background: linear-gradient(278.65deg, rgba(255, 255, 255, 0) 20.23%, rgba(70, 90, 105, 0.7) 65.92%);
	background-blend-mode: multiply;
	opacity: .6;
}

section.intro_section .section_background .bg_overly_icon {
    background: linear-gradient(278.65deg, rgba(255, 255, 255, 0) 20.23%, rgba(70, 90, 105, 0.7) 65.92%);
    background: -ms-linear-gradient(278.65deg, rgba(255, 255, 255, 0) 20.23%, rgba(70, 90, 105, 0.7) 65.92%);
    background: -moz-linear-gradient(278.65deg, rgba(255, 255, 255, 0) 20.23%, rgba(70, 90, 105, 0.7) 65.92%);
	z-index: 5;
	background-blend-mode: multiply;
}
.intro_content_inner_section {
	position: relative;
	z-index: 2;
}
.intro_content_inner_section {
	position: relative;
	z-index: 5;
	min-height: 782px;
	width: 100%;
	height: 100%;
	display: flex;
	align-content: flex-end;
	justify-content: flex-start;
	align-items: flex-end;
	padding: 127px 0;
}
.intro_section .intro_heading h1 {
	color: #fff;
}
.intro_section .intro_heading {
	margin-bottom: 40px;
	display: table;
}
.intro_description {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 600;
	max-width: 640px;
	display: table;
	width: 100%;
	margin-bottom: 29px;
}
.button_blackwhite .atus_button.green {
	background-color: #91AF91;
	color: #fff;
}
.button_blackwhite .atus_button.green:hover {
	background-color: #fff;
	color:#000;
}
@media (min-width: 992px) {
	.intro_section .atus_button {
		padding: 14px 58px;
	}
}





/*==== Logo Section ====*/
section.logos_section {
	position: relative;
	background-color: #465A69;
	text-align: center;
	padding: 25px;
	overflow: hidden;
}
section.logos_section .swiper-pagination {
	display: none;
}
section.logos_section .swiper-wrapper {
	display: flex;
	box-sizing: content-box;
	align-content: center;
	align-items: center;
}

/*==== Description Section ====*/
section.descriptive_section {
	background-color: #fff;
	padding: 85px 0 115px 0;
}
.descriptive_section h1 {
	text-shadow: none;
}
section.descriptive_section.styled_section .simple_description {
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	border: none;
	padding: 30px 15px;
}
section.descriptive_section .simple_description p {
	margin-bottom: 30px;
}
section.descriptive_section .simple_description p:last-child {
	margin-bottom: 0;
}
.descriptive_section .small_container {
	position: relative;
	display: table;
	margin: 0 auto;
}
section.descriptive_section.styled_section .small_container:after {
	display: none;
}
.descriptive_section .small_container  .simple_description {
	background-color: rgba(246, 248, 251, 1);
	max-width: 1057px;
	width: 100%;
	display: table;
	margin: 0 auto;
	border-radius: 22px;
	padding: 80px 63px;
	font-size: 26px;
	line-height: 34px;
	position: relative;
	z-index: 2;
	/*border: 2px solid  rgba(7, 254, 255, 1);*/
}
.descriptive_section .small_container.remove_the_padding .simple_description {
	width: 100%;
	max-width: 100%;
}
section.descriptive_section.styled_section .remove_the_padding .simple_description {
	padding-left: 0;
	padding-right: 0;
}
.simple_description > h2 {
	font-size: 30px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 30px;
}
.simple_description ul {
	padding: 0 0 0 24px;
	margin: 0;
}
.simple_description ul li {
	margin-bottom: 17px;
}
.simple_description ul li:last-child {
	margin-bottom: 0;
}
.descriptive_section .small_container:after {
	background-color: #91AF91;
	width: 100%;
	border-radius: 22px;
	content: '';
	position: absolute;
	height: 100%;
	right: -6px;
	bottom: -6px;
	z-index: 0;
}
.descriptive_section_cta_cenerted  {
	padding-top: 30px;
}
.descriptive_section_cta_cenerted .descriptive_section_cta {
	margin: 0 auto;
}
.descriptive_section_cta_cenerted .atus_button.green {
	border: 1px solid #91AF91;
}


/*==== Image Section ===*/
section.image_cta_section {
	padding: 100px 0 105px 0;
}
section.image_cta_section div.call_to_action {
	padding-top: 75px;
}
.image_cta_section .call_to_action .atus_button.green,
.media_with_content_and_downloads_section .call_to_action .atus_button.green  {
	background-color: #fff;
	color:#000;
}
.image_cta_section .call_to_action .atus_button.green:hover,
.media_with_content_and_downloads_section .call_to_action .atus_button.green:hover  {
	background-color: #000;
	color:#fff;
}
a.center_button {
	display: table;
	margin: 0 auto;
}


/*=== Testimonial Section ===*/
section.testimonials_section {
	background-color: #fff;
	padding: 103px 0 208px 0;
}
.testimonial_slider {
	padding: 0 41px;
	position: relative;
}
.testimonial_slider .slider_arrows svg {
	width: 24px;
	height: 24px;
}
.testimonial_slider .swiper-slide {
	padding: 0 9px 9px 0 ;
}
.testimonial_slider .single_swiper_slide {
	background-color: #F6F8FB;
	width: 100%;
	border-radius: 22px;
	padding:  42px 58px;
	font-size: 24px;
	line-height: 30px;
	position: relative;
	z-index: 2;
	height: 100%;
	color: rgba(0, 0, 0, 1);
}
.testimonial_slider .swiper-slide:after {
	background-color: #91AF91;
	width: 100%;
	border-radius: 22px;
	content: '';
	position: absolute;
	height: 100%;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.testimonial_slider .slider_arrows,
.partners_section .slider_arrows {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	z-index: 2;
}
.testimonial_slider .slider_arrows.testimonial_slider_button_next,
.partners_section .slider_arrows.partner_slider_button_next {
	left: auto;
	right: 0;
}
.testimonial_image img {
	max-width: 192px;
	object-fit: cover;
	border-radius: 22px;
	width: 100%;
	height: 253px;
}
.quoted_content_wrap .quote-desc {
	margin-bottom: 30px;
}
.quoted_content_wrap .testimonial-name-designation {
	font-size: 18px;
	line-height: 24px;
}


/*==== News Section ===*/
section.news_section {
	padding: 117px 0 122px 0;
}
.section_inner_heading {
	margin-bottom: 44px;
	padding-left: 49px;
}
.archive_categoeies_list {
	padding: 15px 0 30px 0;
}
.archive_categoeies_list a {
	display: inline-block;
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	line-height: 20px;
	margin: 0 25px 10px 0;
}
.archive_categoeies_list a:hover {
	color: #91AF91;
}
.blog_archive_page {
	padding: 0 10px 142px 10px;
}
.loading_icon_bar.text-center img {
	max-width: 100px;
	margin-bottom: 30px;
}

.blog_archive_page .load_more_posts:not(:hover) {
	background-color: #000;
	color:#fff;
}
@media (min-width: 992px){
	.news_posts .row {
		margin: 0 -16px;
	}
	.news_posts .row .col-lg-4{
		padding: 0 16px;
	}
	.atus_posts_navigation {
		padding-top: 44px;
	}
	.row.archive_posts {
		margin: 0 -16px;
	}
	.row.archive_posts .col-lg-3 {
		padding: 0 16px;
		margin-bottom: 65px;
	}
}
.blog_wrap {
	margin-bottom: 32px;
}
.card-box {
	border-radius: 22px;
	background-color: rgba(246, 248, 251, 1);
	position:relative;
	height:100%;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
}
.card-box:hover {
	box-shadow: 0px 9px 19px 11px rgb(0 0 0 / 14%);
}
.card-box a {
	text-decoration: none;
	color: inherit;
}
.card-box .card_image img {
	border-top-left-radius: 22px;
	border-top-right-radius: 22px;
	width: 100%;
	object-fit: cover;
	height: 229px;
	object-fit: cover;
}
.is_small_card .card_image img {
	height: 181px;
}
.card-box:hover .card_image img {
	opacity: .8;
}
.card-box .card-content-box {
	padding: 36px 40px 44px 40px;
	font-size: 18px;
	line-height: 28px;
}
.is_small_card .card-content-box {
	padding: 9px 11px 15px;
	font-size: 16px;
	line-height: 22px;
}
.card-box .card-content-box .card_title h3 {
	margin-bottom: 12px;
	font-size: 30px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	line-height: 37px;
}
.is_small_card .card-content-box .card_title h3 {
	margin-bottom: 10px;
	font-size: 17px;
	line-height: 21px;
}
.card-box .card_description {
	margin-bottom: 22px;
}
.is_small_card .card_description {
	margin-bottom: 13px;
}

section.news_section .all_link {
	padding-top: 70px;
}

/*-====== Image with description Section ===*/
section.images_with_description_section {
	padding: 130px 0;
	background-color: #91AF91;
	position: relative;
}
.images_with_description_header > h2 {
	margin-bottom: 50px;
	padding-bottom: 0;
}
.section_details {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	margin-bottom: 70px;
}
.image-box {
	display: table;
	margin: 0 auto;
	max-width: 295px;
	width: 100%;
	font-size: 18px;
	line-height: 22px;
}
.image_with_description {
	position: relative;
	display: table;
	margin: 0 auto;
	margin-bottom: 48px;
}
.image-box .image-img img {
	height: 218px;
	width: 218px;
	object-fit: cover;
	border-radius: 50%;
	margin-bottom: 10px;
}
.image-box .image-title h4 {
	margin-bottom: 13px;
	font-size: 18px;
	font-weight: bold;
}
.images_with_description_section .call_to_action {
	padding-top: 50px;
}


/* ======== Logo section =====*/
section.partners_section.swiper-section {
	padding: 139px 0 87px 0;
	background-color: #465A69;
	color: #fff;
	position: relative;
}
.partner_swiper_inner .container {
	max-width: 1400px;
	overflow: hidden;
	padding: 0 68px;
	position: relative;
}
.partner_swiper_inner .partners_swiper {
	max-width: 1376px;
	overflow: hidden;
}
.partner_slider_header h2 {
	color: #fff;
}
.partners_section .slider_arrows svg {
	width: 51px;
	height: 51px;
}
.partners_section .partner_swiper_inner a {
	background: rgba(255, 255, 255, 1);
	display: flex;
	border-radius: 27px;
	overflow: hidden;
	align-items: center;
	align-content: center;
	text-align: center;
	padding: 10px;
	justify-content: center;
}
.partners_section .partner_swiper_inner a img {
	border-radius: 27px;
	height: 162px;
	object-fit: contain;
}


/*====    Even odd Section ===*/
section.even_odd_section {
	background-color: #465A69;
	padding: 150px 0 100px;
	color: #fff;
}
section.even_odd_section.aquablack,
.aquablack {
	color: #fff;
	background-color: #465A69;
}
.section_content .single_section {
	margin-bottom: 108px;
}
section.even_odd_section .section-heading h2 {
	text-align: left;
	margin-bottom: 90px;
}
.even_odd_section .single_content_box h3 {
	font-size: 26px;
	line-height: 32px;
	color: inherit;
	text-transform: uppercase;
	margin-bottom: 36px;
}
.page-template-page-partners-php .even_odd_section .single_content_box h3 {
	text-transform: none;
}
.single_content_box_inner {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 18px;
}
.even_odd_section .single_content_box .atus_button {
	padding: 14px 32px;
	font-size: 14px;
	line-height: 14px;
}
.even_odd_section .single_media_box img {
	border-radius: 22px;
	width: 100%;
	object-fit: cover;
}

.aquablack .atus_button.green {
	background-color: #91AF91;
	color: #fff;
}
.aquablack .atus_button.green:hover  {
	background-color: #fff;
	color: #000;
}



@media (min-width: 992px) {
	.even_odd_section  .single_section .row {
		align-items: center;
		align-content: center;
		justify-content: flex-start;
	}
	.order-0 .single_content_box {
		padding-right: 69px;
	}
	.order-1 .single_content_box {
		padding-left: 69px;
	}
}


/*==== Faq Section ===*/
section.faqs_section {
	padding: 120px 0 150px 0;
}
section.faqs_section .container {
	max-width: 817px;
}
.faqs_content button.accordion-button img {
	width: 18px;
	height: 18px;
	object-fit: cover;
	float: right;
	margin-left: auto;
}
.faqs_content button.accordion-button:after {
	display: none;
}

section.faqs_section  .accordion .accordion-item,
section.faqs_section  .accordion .accordion-item:first-child {
	border: 1px solid rgba(0, 0, 0, 1);
	margin-bottom: 12px;
	border-radius: 16px;
}
section.faqs_section .accordion-button:focus {
	border-color: #000;
	outline: 0;
	box-shadow: none;
}
section.faqs_section .accordion-flush .accordion-item .accordion-button {
	border-radius: 16px;
	background-color: transparent;
	border: none;
	box-shadow: none;
	padding: 20px 24px;
	color: rgba(0, 0, 0, 1);
	font-size: 17px;
	line-height: 24px;
}
section.faqs_section .accordion-body {
	padding: 0 24px 30px 24px;
	font-size: 17px;
	line-height: 21px;
}
section.faqs_section .accordion-flush .accordion-item .accordion-button.collapsed img{
	transform: rotate(0deg);
}
section.faqs_section .accordion-flush .accordion-item .accordion-button img {
	transform: rotate(45deg);
}


/*---- Contact Section ===*/
section.kontakt_section {
	background-color: #91AF91;
	padding: 34px 0 70px 0;
}
.home section.kontakt_section {
	background-color: #91AF91;
}
section.kontakt_section h2 {
	font-size: 50px;
	line-height: 70px;
	font-weight: normal;
	margin-bottom: 38px;
}
@media (min-width: 992px){
	.footer_contact_form_continer {
		display: flex;
		align-items: flex-end;
		justify-content: flex-end;
		position: relative;
		height: 100%;
	}
	.kontakt_section .contact_form_container {
		max-width: 400px;
		margin-left: auto;
	}
	.kontakt_section .row {
		align-items: flex-end;
	}
}


/*==== Contact Page Section ===*/
section.contact_section {
	background-color: #465A69;
	color: #fff;
	padding: 190px 10px 180px 10px;
}
.kontakt-page {
	padding: 80px 10px 150px 10px;
}
.kontakt-page h1 {
	font-size: 32px;
	line-height: 36px;
	text-shadow: none;
	margin-bottom: 36px;
}
.single_contact_section_content,
.single_contact_section_content a {
	color: #fff;
	text-decoration: none;
	font-size: 17px;
	line-height: 24px;
}
.contact_page_content,
.contact_page_content a {
	color: #000;
	text-decoration: none;
	font-size: 24px;
	line-height: 42px;
	font-weight: normal;
}
.contact_page_content h3 {
	font-size: 24px;
	font-weight: bold;
	line-height: 42px;
}
.contact_page_content h3:first-child {
	margin-bottom: 0;
}
.contact_section .kontakt_header h2 {
	margin-bottom: 33px;
}


@media only screen and (min-width: 992px) {
	.contact_page_form {
		width: 480px;
	}
	.contact_page_content {
		padding-left: 40px;
	}
}

/*==== Footer ====*/
footer#colophon {
	background-color: #fff;
	overflow: hidden;
	color:#000
}
/*footer#colophon .insta_icon svg {*/
/*	fill: #fff;*/
/*	stroke: #fff;*/
/*}*/
.insta_feeds {
	position: relative;
	z-index: 2;
}
.second_row_wrapper {
	position: relative;
}
footer#colophon .insta_feeds_header {
	padding: 9px 0 21px;
}
footer#colophon .background_image {
	position: absolute;
	right: 0;
	top: -32px;
}
footer#colophon h2.insta_heading {
	font-size: 18px;
	color: #465A69;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
}
footer#colophon h2.insta_heading span.insta_icon {
	margin-right: 10px;
}
footer .container {
	position: relative;
}
footer#colophon .insta_feed_script {
	display: table;
	width: 100%;
}
footer#colophon .lower_footer {
	padding: 30px 0 45px 0;
	position: relative;
	z-index: 2;
}
.footer_links, .footer_links a {
	color: #465A69;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	line-height: 22px;
}

.footer_links p{
	display: table;
	width: 100%;
	margin-bottom: 1px;

}
.footer_links a img {
	margin: 5px 5px 0 0;
}
.footer_links a:hover {
	color: #91AF91;
}
.footer-logo {
	padding-bottom: 15px;
}
/*footer#colophon .background_image svg {*/
/*	width: 650px;*/
/*}*/
footer#colophon .background_image svg {
	width: auto;
}


/*=== Media With image Section ====*/
section.media_with_content_and_downloads_section {
	padding: 96px 10px 90px 10px;
	background-color: #91AF91;
	font-size: 16px;
	line-height: 22px;
		color:#000;
}
section.media_with_content_and_downloads_section.blackwhite,
section.blackwhite {
	background-color: #fff;
	color:#000;
}

section.media_with_content_and_downloads_section.blackwhite .atus_button.green {
    background-color: #91AF91;
    color: #fff;
}

.media_with_content_section_image img {
	width: 100%;
	border-radius: 22px;
}
.media_with_content_section_details {
	font-size: 16px;
	line-height: 22px;
}
.media_with_content_details_section h2 {
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 8px;
}
.media_section_details.media_with_content_details_section {
	padding-left: 70px;
}
.media_with_content_and_downloads_section .col-lg-6 {
	margin-bottom: 53px;
}
.media_with_content_and_downloads_section .media_with_content_bottom_section_title h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	margin-bottom: 10px;
}
.media_with_content_and_downloads_section .media_with_content_bottom_section_description {
	font-size: 15px;
	line-height: 22px;
}
.media_with_content_and_downloads_section .content_and_downloads_block_download_list a {
	display: table;
	width: 100%;
	position: relative;
	min-height: 15px;
	padding-left: 20px;
	text-decoration: none;
	vertical-align: middle;
	color: #000;
	margin-bottom: 5px;
}
.media_with_content_and_downloads_section.blackwhite .content_and_downloads_block_download_list a svg path,
.media_with_content_and_downloads_section.blackwhite .content_and_downloads_block_download_list a:hover svg path {
	fill: #000;
}
.media_with_content_and_downloads_section.blackwhite .content_and_downloads_block_download_list a,
.media_with_content_and_downloads_section.blackwhite .content_and_downloads_block_download_list a:hover {
	color: #000;
}
.media_with_content_and_downloads_section .content_and_downloads_block_download_list a:hover {
	color: #666;
}
.media_with_content_and_downloads_section .content_and_downloads_block_download_list a:hover {
	color: #fff;
}




.content_and_downloads_block_download_list a span.download_icon {
	position: absolute;
	left: 0;
	top: -1px;
}

@media (min-width: 992px) {
	.c_align_middle {
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.media_with_content_header .section_details {
		margin-bottom: 100px;
	}
	.media_with_content_header h2 {
		margin-bottom: 36px;
	}
	.media_with_content_and_downloads_section .row.media_with_content_inner_wrap {
		margin: 0 -60px;
	}
	.media_with_content_and_downloads_section .row.media_with_content_inner_wrap .col-lg-6 {
		padding: 0 60px;
	}
}



/*===== Icons with list section ===*/
section.images_with_description_section.icons_with_description_section {
	background-color: #91AF91;
	color: #000;
}
section.icons_with_description_section .section_details {
	color: #000;
}
section.icons_with_description_section .image-img.icon-img img {
	max-height: 110px;
	width: auto;
	object-fit: contain;
	border-radius: 0;
	margin-bottom: 15px;
}
.images_with_description_section .call_to_action .atus_button {
	background-color: #fff;
	color:#000;
}
.images_with_description_section .call_to_action .atus_button:hover {
	background-color: #000;
	color:#fff;
}

@media only screen and (min-width: 992px) {
	section.icons_with_description_section .images_with_description_header > h2 {
		margin-bottom: 35px;
	}
	section.icons_with_description_section .section_details {
		margin-bottom: 85px;
	}
	.image_with_description.icon_with_description {
		margin-bottom: 100px;
	}
}



/*==== Our Services Section ====*/
section.images_with_description_section.icons_with_description_section.our_services_section {
	background-color: #91AF91;
	color: #000;
}
section.icons_with_description_section.our_services_section .section_details {
	color: #000;
}
.our_services_section .image-img {
	height: 218px;
	width: 218px;
	margin: 0 auto;
	border: 3px solid #000;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	align-content: center;
	margin-bottom: 18px;
}
section.icons_with_description_section.our_services_section .image-img.icon-img img {
	margin: 0;
	max-height: 100%;
	width: auto;
	object-fit: unset;
	border-radius: 0;
	margin-bottom: 0;
	height: auto;
	width: auto;
}

@media only screen and (min-width: 992px) {

	.our_services_section .even_odd_header h2 {
		margin-bottom: 40px;
	}
	.our_services_section .image_with_description.icon_with_description {
		margin-bottom: 50px;
	}
	.our_services_section .images_with_description_section .call_to_action {
		padding-top: 100px;
	}
}


/*====  Vorteile Section ===*/
section.vorteile_section {
	padding: 125px 10px 93px 10px;
	background-color: #465A69;
	color:#fff
}
.vorteile_header .section_details {
	font-size: 20px;
	line-height: 25px;
}
.images_with_description_header.vorteile_header > h2 {
	margin-bottom: 33px;
}
.vorteile_section .vorteile_item {
	position: relative;
	min-height: 47px;
	padding-left: 87px;
	margin-bottom: 22px;
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.vorteile_section .vorteile_item span.icon svg path {
    fill: #fff;
}
.vorteile_section .vorteile_item span.icon {
	position: absolute;
	left: 0;
	top: 0;
}
.vorteile_section .vorteile_item span.icon svg {
	width: 47px;
	height: 47px;
}
.call_to_action.vorteile_link {
	padding-top: 40px;
}
.call_to_action.vorteile_link a.atus_button:hover {
	background-color: #fff;
	color: #000;
}
.vorteile_section .vorteile_link a.button_vorteile_link:not(:hover) {
	background-color:#fff ;
	color:#91AF91
}



/*====   Teams Section ===*/
section.teams-section {
	background-color: #fff;
	color: #000;
	position: relative;
	padding: 209px 10px 176px 10px;
}
section.teams-section .container {
	max-width: 907px;
}
.news_header .section_details {
	color: #000;
}
.team_single_box {
	display: table;
	margin: 0 auto;
	max-width: 254px;
}
.team_single_box .member-img {
	position: relative;
}
.team_single_box .member-img img {
	height: 271px;
	object-fit: cover;
	border-radius: 22px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.team_single_box .member-img:after {
	background-color: #91AF91;
	width: 100%;
	border-radius: 22px;
	content: '';
	position: absolute;
	height: 100%;
	right: -8px;
	bottom: -8px;
	z-index: 0;
}
.team_single_box .member-description {
	text-align: center;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: #91AF91;
}
.team_single_box .member-description h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin: 24px 0 5px 0;
}

@media only screen and (min-width: 992px) {
	section.teams-section .teams-main .row.teams_listing_inner {
		margin: 0 -20px;
	}
	section.teams-section .teams-main .col-lg-4 {
		padding: 0 20px;
	}
}
section.teams-section .teams-main .col-lg-4 {
	margin-bottom: 30px;
}

/*=== Single Post Design ====*/
.single_post_page {
	padding: 52px 10px 90px 10px;
}
.single_post_page .container {
	max-width: 665px;
}
.single_post_page .category-link a {
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 20px;
	display: block;
	color: rgba(0, 0, 0, 1);
}
.single_post_page .post-image {
	margin-bottom: 23px;
}
.single_post_page .post-image img {
	width: 100%;
	border-radius: 22px;
	object-fit: cover;
}
.single_post_page .category-link a:hover {
	color: #91AF91;
}
.wp-caption-text {
	color: rgba(144, 144, 144, 1);
	font-size: 11px;
	text-align: right;
	display: block;
}
.single_post_page  .category_name {
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	display: table;
	width: 100%;
	padding-bottom: 8px;
}
.single_post_page  .category_name a {
	text-decoration: none;
	color: #000;
}
.single_post_page .category_name span:first-child {
	margin-right: 5px;
}
.single_post_page .category_name span:not(:first-child) {
	margin: 0 3px;
}
.single_post_page .post_title h1 {
	font-size: 30px;
	line-height: 36px;
	text-shadow: none;
	margin-bottom: 20px;
}
.single_post_page .author {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 22px;
	line-height: 20px;
}
.single_post_page .post_content {
	font-size: 16px;
	line-height: 24px;
}
.single_post_page p {
	margin-bottom: 30px;
}
.single_post_page p:last-child {
	margin-bottom: 0;
}
.single_post_page h3 {
	font-size: 18px;
	font-weight: bold;
}
.single_post_page .article_date {
	font-size: 16px;
	color: rgba(139, 139, 139, 1);
	line-height: 20px;
}
.single_post_page .post_full_content {
	padding-bottom: 48px;
}
.single_post_page .social_media_share {
	display: table;
	margin: 17px auto 0 auto;
}
.single_post_page .social_media_share a {
	display: inline-block;
	margin: 0 6px;
}
.single_post_page .social_media_share a img,
.single_post_page .social_media_share a svg {
	width: 50px;
	height: 50px;
	object-fit: cover;
}
.single_post_page .social_media_share a:hover {
	opacity: .6;
}


/*=== 404 Page ===*/
section.error-404.not-found {
	padding: 100px 0;
}
.search_results_page {
	padding-top: 80px;
}
.search_results_page h1 {
	margin-bottom: 50px;
	text-shadow: none;
	font-size: 30px;
	line-height: 40px;
}


/*=== Defualt Page ===*/
.page_default {
	padding: 80px 0;
}
.page_default .container {
	max-width: 1050px;
}
.page_default h1 {
	font-size: 32px;
	line-height: 40px;
	text-shadow: none;
	margin-bottom: 30px;
}
.page_feature_image {
	display: table;
	margin: 0 auto 40px;
	text-align: center;
}
.page_feature_image img {
	border-radius: 22px;
}


/*=======   Responsive  ======*/


/*--- Responsive Header ---*/
@media only screen and (max-width: 1100px) {
	.top_nav.desktop_nav,
	.bottom_header {
		display: none;
	}
	header.site-header {
		padding: 20px 10px;
	}
	header#masthead .logo {
		margin-top: 0;
	}
	button.menu_toggle {
		display: table;
		margin-left: auto;
		padding: 0;
		color: #91AF91;
		background-color: transparent;
		border: none;
		stroke: none;
		box-shadow: none;
	}
	button.menu_toggle svg g line {
		fill: #91AF91;
		stroke: #91AF91;
	}
	button.menu_toggle svg {
		width: 30px;
		height: 40px;
		margin-top: 1px;
	}
	header#masthead .logo img {
		max-width: 200px;
	}

	.main_mobile_menu {
		position: fixed;
		background-color: #465A69;
		z-index: 99;
		top: 0;
		right: 0;
		width: 250px;
		padding: 40px 20px 20px 20px;
		font-size: 18px;
		line-height: 24px;
		height: 100%;
		overflow: auto;
	}
	.main_mobile_menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.main_mobile_menu ul li {
		display: block;
	}
	.main_mobile_menu ul li:last-child {
		margin-bottom: 0;
	}
	.main_mobile_menu ul li a {
		color: #fff;
		text-decoration: none;
		padding-bottom: 8px;
		display: block;
	}
	.main_mobile_menu  .main_menu {
		padding-top: 50px;
	}
	button.close_mobile_menu {
		background-color: transparent;
		border: none;
		text-shadow: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 13px;
		right: 20px;
	}
	button.close_mobile_menu svg {
		width: 25px;
		fill: #fff;
		transform: rotate(45deg);
	}

	footer#colophon .background_image:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000000c7;
	}

}



@media only screen and (max-width: 991px) {
	.intro_content_inner_section {
		min-height: auto;
		padding: 120px 10px 100px 10px;
	}
	.sticky_icon {
		top: 110px;
		right: 20px;
	}
	.sticky_icon img {
		width: 90px;
		height: 90px;
	}
	body h1 {
		font-size: 40px;
		line-height: 52px;
	}
	.intro_section .intro_heading {
		margin-bottom: 30px;
	}

	/*=== Logo Sectionn ==*/
	section.logos_section {
		padding: 20px;
	}
	section.descriptive_section {
		background-color: #000;
		padding: 50px 13px 58px 10px;
	}
	.descriptive_section .small_container .simple_description,
	section.descriptive_section.styled_section .simple_description {
		padding: 50px 20px;
		font-size: 20px;
		line-height: 28px;
		display: block;
	}
	.descriptive_section .small_container {
		display: block;
	}
	/*section.descriptive_section.styled_section .simple_description {*/
	/*	padding:  0;*/
	/*	font-size: 20px;*/
	/*	line-height: 28px;*/
	/*}*/
	.simple_description > h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.simple_description ul li {
		margin-bottom: 10px;
	}

	/*==== Global Image Section ===*/
	section.image_cta_section {
		padding: 60px 10px 60px 10px;
	}

	/*=== Testimonial ===*/
	section.testimonials_section {
		padding: 70px 0 70px 0;
	}
	.testimonial_image img {
		display: table;
		margin: 0 auto 20px auto;
	}
	.testimonial_slider .single_swiper_slide {
		text-align: center;
		padding: 30px 20px;
	}
	.testimonial_slider .quoted_content_wrap {
		font-size: 19px;
		line-height: 26px;
	}
	.quoted_content_wrap .testimonial-name-designation {
		font-size: 17px;
		line-height: 24px;
	}


	/*====  Cards ===*/
	section.news_section {
		padding: 70px 10px 70px 10px;
	}
	section.news_section .all_link {
		padding-top: 40px;
	}
	.card-box .card-content-box {
		padding: 20px 25px 25px 25px;
		font-size: 18px;
		line-height: 28px;
	}
	.card-box .card-content-box .card_title h3 {
		margin-bottom: 10px;
		font-size: 25px;
		line-height: 33px;
	}
	.card-box .card_description {
		margin-bottom: 10px;
	}


	/*=== Image Box ===*/
	section.images_with_description_section {
		padding: 70px 10px;
	}


	/*=== Partner Section ===*/
	section.partners_section.swiper-section {
		padding: 70px 15px 70px 15px;
	}
	.partners_section .slider_arrows svg {
		width: 40px;
		height: 40px;
	}
	.partner_swiper_inner .container {
		padding: 0 52px;
	}

	/*=== Even Odd section ===*/
	section.even_odd_section {
		padding: 70px 10px 20px 10px;
	}

	.section_inner_heading {
		padding-left: 0;
	}

	.even_odd_section .single_content_box h3 {
		font-size: 22px;
		line-height: 31px;
		margin-bottom: 20px;
	}
	.single_content_box_inner {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.section_content .single_section .col-lg-6:nth-child(2) {
		order: 1 !important;
	}
	.section_content .single_section .col-lg-6:first-child {
		order: 2 !important;
	}
	.even_odd_section .single_media_box img {
		margin-bottom: 25px;
	}
	.section_content .single_section {
		margin-bottom: 70px;
	}

	/*=== Faq Section ===*/
	section.faqs_section {
		padding: 70px 10px 70px 10px;
	}
	section.contact_section {
		padding: 70px 10px 70px 10px;
	}
	.single_contact_section_content {
		padding-top: 60px;
	}

	/*=== Contact ===*/
	section.kontakt_section h2 {
		font-size: 30px;
		line-height: 45px;
		margin-bottom: 30px;
	}
	section.kontakt_section {
		padding: 70px 10px 70px 10px;
	}


	.footer_links, .footer_links a {
		line-height: 27px;
	}
	footer#colophon .background_image {
		right: 20px;
		top: -32px;
	}


	/*=== media_with_content_and_downloads_section section ===*/
	section.media_with_content_and_downloads_section {
		padding: 60px 10px 30px 10px;
	}
	.media_section_details.media_with_content_details_section {
		padding-left: 0;
		padding-bottom: 20px;
	}
	.media_with_content_and_downloads_section .col-lg-6 {
		margin-bottom: 30px;
	}

	/*=== Vorteile Section ===*/
	section.vorteile_section {
		padding: 60px 10px 60px 10px;
	}
	.vorteile_section .vorteile_item span.icon svg {
		width: 30px;
		height: 30px;
	}
	.vorteile_section .vorteile_item {
		min-height: 30px;
		padding-left: 53px;
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 26px;
		display: block;
	}

	section.teams-section {
		padding: 70px 0 30px 0;
	}
	footer#colophon .background_image svg {
		width: 100%;
	}

	.kontakt-page {
		padding: 70px 10px 70px 10px;
	}
	.contact_page_content {
		margin-top: 40px;
	}
	.contact_page_content, .contact_page_content a {
		font-size: 18px;
		line-height: 29px;
	}


	/*=== Blog page ===*/
	.blog_archive_page {
		padding: 0 10px 70px 10px;
	}
	.is_small_card .card-content-box .card_title h3 {
		margin-bottom: 10px;
		font-size: 17px;
		line-height: 21px;
	}
	.is_small_card .card-content-box {
		padding: 9px 11px 15px;
		font-size: 16px;
		line-height: 22px;
	}
	.atus_posts_navigation {
		padding-top: 20px;
	}
	.archive_categoeies_list {
		padding-top: 60px;
	}
	.archive_categoeies_list a {
		display: block;
		margin: 0 0 7px 0;
	}


	/*=== Single Post ===*/
	.single_post_page {
		padding: 60px 10px 60px 10px;
	}
}


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

	/*=== Global ===*/
	body h1 {
		font-size: 32px;
		line-height: 44px;
	}
	body h2 {
		font-size: 27px;
		line-height: 32px;
	}

	/*=== intro section ===*/
	.intro_description {
		font-size: 19px;
		line-height: 28px;
	}
	.intro_content_inner_section {
		padding: 120px 10px 70px 10px;
	}
	.intro_description {
		font-size: 20px;
		line-height: 29px;
	}

	/*=== Image Box ===*/
	.image_with_description {
		margin-bottom: 30px;
	}
	.image-box .image-title h4 {
		margin-bottom: 13px;
		margin-top: 10px;
	}
	.images_with_description_section .call_to_action {
		padding-top: 20px;
	}
	.section_details ,
	.vorteile_header .section_details {
		font-size: 19px;
		line-height: 28px;
		margin-bottom: 40px;
	}
	.images_with_description_header > h2 {
		margin-bottom: 30px;
	}


	.partners_section .partner_swiper_inner a img {
		height: 100px;
	}


	section.kontakt_section h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 30px;
	}

	.partners_section .partner_swiper_inner a {
		max-width: 295px;
		margin: 0 auto;
	}
	section.icons_with_description_section .image-img.icon-img img {
		max-height: 70px;
	}


}