/*
Theme Name: recompr_theme
Theme URI: 
Author: Martin Pelijak
Template: genesis
Description: Webseite für ReComPR
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: 


*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i|Satisfy');

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline:none;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

*{
	box-sizing: border-box;
	/*-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
	/*touch-action: none;*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html {
	font-size: 10px; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 18px;
}

body {
	background-color: #fff;
	color: #4e4e4e;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	margin: 0;
}

.ui-loading .ui-loader { display: block; }
.ui-loader { display: none; position: absolute; opacity: .85; z-index: 100; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; }

.blur{
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}


a:focus,
a:hover {
	outline: none;
}

a{
	color: #206191;
	text-decoration: none;
}

p {
	margin: 0 0 14px 0;
	padding: 0;
}

ul {
	/*margin: 0;
	padding: 0;*/
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */


#size769{
	display: none;
}

#size1025{
	display: none;
}

#loading_overlay{
	width: 100%;
	height: 100vh;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
}

#loading_overlay.destroy{
	display: none;
}

#loading_overlay.loaded{
	-webkit-animation: loaded 0.8s forwards ease-in-out;
	animation: loaded 0.8s forwards ease-in-out;
}

@-webkit-keyframes loaded {
	0% { opacity: 1;}
	99% { opacity: 0; }
	100% { opacity: 0;}
}

.spinner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70px;
	text-align: center;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #4e4e4e;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%, 80%, 100% { -webkit-transform: scale(0) }
	40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
	0%, 80%, 100% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	} 
	40% { 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: bold;
	font-family: 'Open Sans', sans-serif;
	line-height: normal;
	margin: 10px 0;
}

h1 {
	color: #9d9d9c;
	font-size: 38px;
}

h2 {
	font-size: 38px;
	margin-bottom: 50px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.site-header{
	position: relative;
	z-index: 9999;
	height: 150px;
	width: 100%;
	padding: 20px;
}

.site-header .wrap{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	max-width: 1300px;
}

.site-header .wrap .top_icons{
	position: absolute;
	right: 0;
	z-index: 1;
	display: flex;
	align-items: center;
}

.site-header .wrap .top_icons .socialmedia .icon{
	float: left;
	width: 1em;
	height: 1em;
	margin: 0 5px;
}

.site-header .wrap .top_icons .language ul{
	margin: 0;
	padding: 0;
}

.site-header .wrap .top_icons .language ul li{
	float: left;
	padding: 0 5px;
	font-size: 14px;
	list-style: none;
}

.site-header .wrap .top_icons .language ul li.lang-en{
	border-left: 1px solid rgba(0, 0, 0, 0.18);
}

.site-header .wrap .top_icons .language ul li.active{
	font-weight: bold;
}

.site-header #title-area img{
	position: absolute;
	height: 60%;
	width: auto;
	top: 50%;
	transform: translateY(-50%);
}

.site-header .nav-primary{
	position: absolute;
	right: 0;
	bottom: 0;
}

.site-header .nav-primary ul{
	margin: 0;
	padding: 0;
}

.site-header .nav-primary ul li{
	display: inline-block;
	margin: 0 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

section .ueberschrift{
	text-transform: uppercase;
	margin-bottom: 20px;
}

section .ueberschrift h4{
	margin: 10px 0 0 0;
}

section .ueberschrift h2{
	margin: 0;
	color: #206191;
}

.genesis-nav-menu{
	list-style: none;
	padding: 0;
}

.genesis-nav-menu a {
	color: #4e4e4e;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	margin: 5px 0;
	border-bottom: 2px solid transparent;
}

.genesis-nav-menu .menu-item:hover::after {
	width: 100%;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	text-decoration: none;
}

.genesis-nav-menu a:hover{
	border-color: #206191;
}

.genesis-nav-menu .simple-social-icons ul li {
	margin-bottom: 0 !important;
	margin-top: 0.7rem !important;
}

.genesis-nav-menu .widget-area{
	display: inline-block;
	float: right;
}

.genesis-nav-menu .widget-area img{
	height: 1em !important;
	width: auto;
}

.menu-agentur-container .menu{
	padding-left: 0;
}

.menu-agentur-container .menu .menu-item{
	list-style: none;
	margin: 5px 0;
}

.menu-agentur-container .menu .menu-item a{
	color: #4e4e4e;
	border-left: 11px solid #eee;
	padding-left: 5px;
	font-size: 16px;
}

.menu-agentur-container .menu .menu-item .sub-menu{
	display: none;
	padding-left: 20px;
}

.menu-agentur-container .menu .menu-item.current-menu-item .sub-menu, .menu-agentur-container .menu .menu-item.current-menu-parent .sub-menu{
	display: block;
}

.menu-agentur-container .menu .menu-item.current-menu-item > a{
	border-color: #206191;
}

.menu-agentur-container .menu .menu-item .sub-menu li{
	font-weight: normal;
}

.menu-agentur-container .menu > .menu-item{
	padding: 10px 10px 10px 0;
	list-style: none;
	font-weight: bold;
}
/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* ## Responsive Nav CSS
---------------------------------------------------------------------------------------------------- */
.responsive-menu-icon {
	display: none;
	text-align: right;
	outline: 0;
	-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 */
}
.responsive-menu-icon::before {
	content: "\f333";
	cursor: pointer;
	display: inline-block;
	font: normal 30px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	color: #206191;
}

.site-title{
	display: none;
}

.site-description{
	display: none;
}

section{
	overflow: hidden;
}

.max1140{
	overflow: hidden;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 20px;
}

.max1100{
	overflow: hidden;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 20px;
}

.max800{
	overflow: hidden;
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding: 20px;
}

section.wrapper_referenzen .referenzen_wrap .max800{
	padding-bottom: 0;
}

section.wrapper_referenzen .referenzen_wrap .max1100{
	padding-top: 0;
}

section.wrapper_full{
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

section.wrapper_width{
	width: 100%;
	padding: 80px 0 100px;
}

section.wrapper_width:focus{
	outline: none;
}

section.wrapper_width.no_pad{
	padding-bottom: 40px;
}

section.wrapper_width.grau{
	background-color: #f5f2ef;
}

section.wrapper_width.dunkel{
	background-color: #4e4e4e;
	padding-bottom: 20px;
}

section.wrapper_width.dunkel .map{
	width: 100%;
	padding-bottom: 25%;
	background-color: #fff;
	margin-top: 30px;
}

section.wrapper_slider{
	width: 100%;
	position: relative;
}

section.wrapper_slider .slide{
	/*transition: transform 1.5s ease;*/
    position: relative;
    width: 100%;
    height: 380px;
    background-position: center;
    background-size: cover;
}

section.wrapper_slider .slide.show{
	/*transform: scale(1.1);*/
}

section.wrapper_slider .slide .titel{
	/*transition: opacity 1.5s 1s;*/
	color: #fff;
	opacity: 1;
	position: absolute;
	left: 10%;
	top: 20%;
	max-width: 60%;
}

section.wrapper_slider .slide .titel h3{
	font-size: 4vw;
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	font-weight: bold;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.6);
}

section.wrapper_slider .slide .titel.show{
	/*opacity: 1;*/
}

section.wrapper_willkommen h1, section.wrapper_leistungen h1, section.wrapper_referenzen h1, section.wrapper_einzelnes h1{
	background-color: #206191;
	padding: 10px 0;
	color: #fff;
	margin: 0;
}

section.wrapper_service{
	background-color: #F8F9F9;
}

section.wrapper_service .grid_kreise{
	grid-template-columns: 1fr 1fr 1fr;
	display: grid;
}

section.wrapper_service .grid_kreise .grid_item{
	padding: 20px;
	position: relative;
}

section.wrapper_service .grid_kreise .grid_item .kreis{
	width: 50%;
	padding-bottom: 50%;
	margin: 0 auto;
	background-color: #A7CBDB;
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
}

section.wrapper_service .grid_kreise .grid_item .beschreibung{
	margin-bottom: 0em;
}

section.wrapper_service .grid_kreise .grid_item .mehr{
	position: absolute;
	bottom: 20px;
	margin: 0;
}

section.wrapper_news .grid_news{
	display: grid;
	grid-template-columns: 1fr 1fr;
}

section.wrapper_news .grid_news .grid_item{
	padding: 20px;
	position: relative;
}

section.wrapper_news .grid_news .grid_item .beschreibung{
	margin-bottom: 2em;
}

section.wrapper_news .grid_news .grid_item .mehr{
	position: absolute;
	bottom: 20px;
	margin: 0;
	color: #206191;
}

section.wrapper_news .mehr_news, section.wrapper_service .mehr_news{
	transition: background-color 0.5s;
	width: 100%;
	max-width: 300px;
	padding: 10px;
	background-color: #206191;
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

section.wrapper_news .mehr_news:hover, section.wrapper_service .mehr_news:hover{
	background-color: #184a6f;
}

section .center{
	text-align: center;
}

section.wrapper_kontakt{
	position: relative;
	width: 100%;
	padding: 20px;
	border-top: 5px solid #206191;
}

section.wrapper_kontakt img{
	position: absolute;
	width: auto;
	height: 50%;
	max-height: 60px;
	top: 50%;
	transform: translateY(-50%);
}

section.wrapper_kontakt .kontakt_wrap{
	text-align: center;
}

section.wrapper_kontakt .footer_left{
	display: inline-block;
	margin: 0 30px;
}

section.wrapper_kontakt .footer_left .kontakt{
	display: inline-block;
	text-align: left;
}

section.wrapper_kontakt .footer_left .kontakt:nth-of-type(1){
	margin-right: 10px;
}

section.wrapper_kontakt .footer_bottom{
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
}

section.wrapper_kontakt .footer_bottom .copyright a{
	color: inherit;
}

section.wrapper_kontakt p{
	margin: 0;
}

section.wrapper_leistungen .leistungen_wrap .titel{
	text-align: center;
	font-size: 34px;
	font-weight: 300;
	margin: 20px 0;
	color: #206191;
}

section.wrapper_leistungen .leistungen_wrap .sub-wrap .sub-titel{
	font-size: 28px;
	font-weight: 300;
	margin: 20px 0;
	color: #206191;
}

section.wrapper_leistungen .leistungen_wrap .sub-wrap{
	overflow: hidden;
	margin: 20px 0;
}

section.wrapper_leistungen .leistungen_wrap .kreis{
	width: 200px;
	height: 200px;
	margin: 20px auto;
	background-color: #A7CBDB;
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 100%;
}

section.wrapper_referenzen .referenzen_wrap .beschreibung{
	margin: 20px 0 40px;
}

section.wrapper_referenzen .referenzen_wrap .referenz_grid{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	margin: 20px 0;
	text-align: center;
	align-items: center;
}

section.wrapper_referenzen .referenzen_wrap .referenz_grid img{
	max-width: 100%;
	max-height: 60px;
}

section.wrapper_agentur .titel{
	border-bottom: 5px solid #206191;
	text-align: center;
	padding-bottom: 10px;
	color: #4e4e4e;
}

section.wrapper_agentur .wrapper_sidebar{
	max-width: 300px;
	width: 30%;
	float: left;
	padding: 20px;
}

section.wrapper_agentur .wrapper_sidebar .bild{
	width: 100%;
	border: 5px solid #206191;
	padding-bottom: 56%;
}

section.wrapper_agentur .agentur_wrap{
	width: 70%;
	max-width: 800px;
	overflow: hidden;
	float: left;
}

/* ## Media Queries Genesis
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 860px) {
	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
		margin: 0 auto;
		outline: 0;
		-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 */
	}

	.responsive-menu-icon{
		margin-top: 35px;
		height: 60px;
		display: inline-block;
	}

	.genesis-nav-menu a{
		color: #fff;
		border-bottom: 0;
		margin: 0;
	}

	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a {
		background: none;
		display: block;
		line-height: 1;
		padding: 12px 0;
	}
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 11px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
	}
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		box-shadow: none;
		padding: 12px 0;
		position: relative;
		width: 100%;
	}

	.site-header .nav-primary{
		position: relative;
		text-align: right;
	}

	.site-header .nav-primary ul{
		background-color: #206191;
		overflow: hidden;
	}

	.nav-primary .genesis-nav-menu.responsive-menu li a {
		background: none;
	}
	.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		background: none;
	}
}

@media only screen and (max-width: 1025px) {

	#size769{
		display: none;
	}

	#size1025{
		display: block;
	}

	section.wrapper_kontakt{
		text-align: center;
	}

	section.wrapper_kontakt img{
		position: relative;
		top: inherit;
		transform: none;
	}

}

@media only screen and (max-width: 993px) {

	.site-header #title-area .logo{
		width: 300px;
	}

	section.wrapper_agentur .wrapper_sidebar{
		width: 100%;
		padding: 0;
	}

	section.wrapper_agentur .agentur_wrap{
		width: 100%;
	}

	section.wrapper_service .grid_kreise{
		grid-template-columns: 1fr 1fr;
	}

}

@media only screen and (max-width: 769px) {

	#size769{
		display: block;
	}

	h1 {
		font-size: 15px;
	}

	h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	h3 {
		font-size: 17px;
	}

	h4 {
		font-size: 14px;
	}

	h5 {
		font-size: 12px;
	}

	h6 {
		font-size: 10px;
	}

	body > div{
		font-size: 1.4rem;
	}

	body{
		font-size: 14px;
	}

	.site-header #title-area .logo{
		height: 60px;
		width: auto;
		margin-left: 10px;
		width: 200px;
	}

	.site-header .menu_icon{
		line-height: 60px;
		height: 60px;
		margin: 0 10px;
	}

	section.wrapper_slider .titel h3{
		font-size: 25px;
	}

	section.wrapper_slider{
		/*padding-bottom: 35%;*/
	}

	.site-header .overlay .socialmedia{
		bottom: 70px;
	}

	section.wrapper_slider .slide .titel{
		max-width: 80%;
	}

	section.wrapper_slider .slide .titel h3{
		font-size: 7vw;
	}
}

@media only screen and (max-width: 577px) {
	section.wrapper_kontakt .footer_left{
		margin: 10px auto;
		display: block;
	}

	section.wrapper_service .grid_kreise{
		grid-template-columns: 1fr;
	}

	section.wrapper_service .grid_kreise .grid_item{
		padding: 10px 0;
	}

	section.wrapper_news .grid_news{
		grid-template-columns: 1fr;
	}

	section.wrapper_news .grid_news .grid_item{
		padding: 10px 0;
	}
}


@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.site-header .overlay{
		background: rgba(34,34,34,0.75);
	}
}
