/* @override 
	http://relaunch.aspenpartners.de/wp-content/themes/wp_aspenpartners/css/style_aspen.css?ver=6.8.2 */

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

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/open-sans-v15-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('fonts/open-sans-v15-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/open-sans-v15-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/open-sans-v15-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/open-sans-v15-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/open-sans-v15-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* merriweather-300italic - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/merriweather-v19-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Merriweather Light Italic'), local('Merriweather-LightItalic'),
       url('fonts/merriweather-v19-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/merriweather-v19-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/merriweather-v19-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/merriweather-v19-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/merriweather-v19-latin-300italic.svg#Merriweather') format('svg'); /* Legacy iOS */
}

/* merriweather-700italic - latin */
@font-face {
  font-family: 'Merriweather';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/merriweather-v19-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Merriweather Bold Italic'), local('Merriweather-BoldItalic'),
       url('fonts/merriweather-v19-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/merriweather-v19-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/merriweather-v19-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/merriweather-v19-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/merriweather-v19-latin-700italic.svg#Merriweather') format('svg'); /* Legacy iOS */
}

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 165%;
	color: #000;
}

#size {
	position: fixed;
	font-size: 10px;
	left: 6px;
	top: -2px;
	color: red;
	z-index: 1000;
	display: none;
}


/* 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;
}

a {
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
}

a:hover,
a:focus {
	text-decoration: none;
}

a:visited {
	color: white;
}

p {
	margin-top: 0;
	margin-bottom: 1em;
}

p.big {
	color: rgb(0,86,157);
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: 700;
	font-size: 20px;
	line-height: 165%;
	margin-top: 1em;
	margin-bottom: 1em;
}

h1, h2 {
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: 400;
	font-size: 38px;
	margin-bottom: 1em;
}

h3 {
	font-family: 'Open Sans';
	font-style: normal;
	font-size: 20px;
	line-height: 1em;
	margin-top: 0;
	margin-bottom: 0.7em;
}

h4 {
	font-family: 'Open Sans';
	font-style: normal;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 0.5em;
}

strong {
	font-weight: 700;
}

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

.scrollup {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 54px;
	height: 54px;
	cursor: pointer;
	transition: all .8s;
}

.scrollup:hover {
	opacity: 0.6;
	transition: all .8s;
}

.blue {
	color: rgb(0,86,157);
}

.bg_grey {
	background-color: #f4f4f4 !important;
}

.bg_blue {
	background-color: rgb(0,59,84) !important;
}


.container {
	width: 1168px;
	position: relative;
	margin: 0 auto;
	background: none !important
} 

.flex .wp-block-group__inner-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -o-flex;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.flex .wp-block-group__inner-container div {
    flex-basis: 50%;
}

#page {
	margin: 0;
}

header#masthead {
	width: 100%;
	height: 85px;
	font-family: 'Merriweather';
  	font-style: italic;
  	font-weight: 700;
  	font-size: 14px;
	display: block;
	position: fixed;
	background-color: white;
	z-index: 900;
	border-bottom: 1px solid #deeaef;
	top: 0;
}

header#masthead .container {
	height: 100%;
	display: flex;
	justify-content: space-between;
}

#logo {
	display: inline-block;
	position: relative;
	width: 164px;
	top: 21px;
	left: 0px;
}

#logo a {
	border: none;
}

#navi {
	display: inline-block;
	position: relative;
}

#headermenu {
	margin: 0;
	padding: 0;
	top: 44px;
	position: relative;
}

#headermenu li {
	display: inline-block;
}

#headermenu li a,
#headermenu li a:visited {
	text-decoration: none;
	color: rgb(20,48,72);
	border: none;
	margin-left: 24px;
	transition: all .8s;
}

#headermenu li a:first-child a {
	margin-left: 0px;
}

#headermenu li a:hover,
#headermenu li a.active {
	color: #126cb6;
	text-decoration: none;
	transition: all .8s;
	outline: none;
}

/* 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;
	right: 0px;
	top: 25px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}

#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;
}



#intro {
	width: 100%;
	height: calc(100vh - 40px);
	background: url(../picts/bg_intro.jpg) no-repeat scroll center bottom;
	background-size: cover;
	text-align: center;
}

#logo_intro {
	width: 210px;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	top: 45%;
}

#scrolldown {
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 28px;
	top: -14px;
	margin-bottom: -28px;
	z-index: +1;
	
	-webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.slogan {
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: 400;
	font-size: 20px;
	line-height: 165%;
	color: white;
	text-align: center;
	padding: 56px 0 60px;
}

.slogan.invers {
	color: rgb(0,86,157);
}

.slogan p {
	max-width: 700px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#aktuell {
	display: block;
	background: rgb(0,86,157);
	position: relative;
}

.more a {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 1;
	display: block;
	text-decoration: none;
	width: 130px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 6px;
	padding-top: 9px;
	padding-bottom: 10px;
	margin-top: 30px;
	transition: all 0.8s;
}

.more a:hover, a:focus {
	color: white;
	border: 1px solid #fff;
	transform: scale(1.1);
}

.more a:visited {
    color: white;
}

#about {
	background: rgb(0,59,84);
}

#about p {
	max-width: 700px;
	display: block;
}

#about_1,
#about_2 {
	position: relative;
	padding-top: 80px;
	padding-bottom: 60px;
}

#about_1 .container,
#about_2 .container {
	padding-left: 480px;
	padding-right: 90px;
}

.pict_about {
	width: 358px;
	display: inline-block;
	position: absolute;
	top: -370px;
	left: 50px;
}

.viereck {
	width: 420px;
}

.img-circle {
	border-radius: 50%;
}

#about_2 {
	background-color: #f4f4f4;
}

#koepfe {
	height: 430px;
	margin-top: 90px;
	background: url(../picts/koepfe.jpg) no-repeat center bottom;
	background-size: cover
}

#koepfe_1 {
	padding-top: 150px;
	padding-bottom: 180px;
	background: rgb(0,86,157);
}

#portfolio {
	height: 430px;
	background: url(../picts/portfolio.jpg) no-repeat center bottom;
	background-size: cover
}

#portfolio_1 {
	background: rgb(0,59,84);
}

#services_1,
#services_2 {
	padding-top: 80px;
	padding-bottom: 60px;
}

#services_2 {
	background-color: #f4f4f4;
}

#services_1 .container,
#services_2  .container {
	padding-left: 480px;
	padding-right: 90px;
}

.pict_services {
	width: 358px;
	display: inline-block;
	position: absolute;
	top: -370px;
	left: 50px;
}

#services_2 ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#services_2 ul li {
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: 700;
	font-size: 20px;
	line-height: 200%;
}

#services_2 ul li:before {
	content:  "/";
	font-family: 'Merriweather';
	font-style: italic;
	font-weight: 700;
	font-size: 20px;
	line-height: 165%;
	display: inline-block;
	width: 20px;
}

.kachel {
	background-size: cover;
	height: 518px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	
	background-color: none !important;
}

.kachel figure {
	margin: 0;
}

.kachel_txt {
	padding-top: 75px;
	padding-left: 65px;
	padding-right: 65px;
	background: red;
}

#kontakt {
	background: rgb(0,86,157);
	margin-top: 150px;
	margin-bottom: 150px;
	text-align: center;
	color: white;
	padding-top: 56px;
	padding-bottom: 60px;
}

.logo_kontakt {
	width: 164px;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 35px;
}

.logo_kontakt figure {
	margin: 0;
}


#partner {
	height: 430px;
	background: url(../picts/partner.jpg) no-repeat center bottom;
	background-size: cover
}


footer {
	background: rgb(0,59,84);
	text-align: center;
	color: white;
	padding-top: 50px;
	padding-bottom: 40px;
	margin-top: 40px;
}

#logo_footer {
	width: 164px;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 35px;
}

footer a:hover {
	color: #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	transition: all .8s;
}

#footermenu {
	padding: 0;
	margin-left: 0;
}

#footermenu li {
	font-size: 12px;
	display: inline-block;
	list-style: none;
	padding: 0 5px;
}

#footermenu li a:hover {
	color: #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
}

hr {
	background: white;
	border: none;
	height: 1px;
	width: 420px;
	display: inline-block;
}

.footnote {
	font-size: 12px;
}

.footnote a {
	text-decoration: none;
}

.footnote a:hover {
	border-bottom: 1px solid white;
}

#header_impressum {
	height: 400px;
	background: url(../picts/impressum.jpg) no-repeat right bottom;
	background-size: cover;
	margin-bottom: 90px;
}

body.archive #masthead {
	display: none;
}

#page_aktuell {
	height: 400px;
	background: url(../picts/aktuell.jpg) no-repeat right center;
	background-size: cover;
	margin-bottom: 90px;
}

hr.hr_aktuell {
	background-color: rgb(0,59,84);
	border: none;
	height: 1px;
	width: 420px;
	display: block;
	position: relative;
	margin: 2em auto;
}




/* Close */

#close {
	width: 31px;
	height: 31px;
	-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;
	right: 20px;
	top: 10px;
	display: inline-block;
	position: absolute;
}

#close span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: white;
  border-bottom: 1px solid #444;
  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;
}

#close span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 15px;
  left: 0px;
}

#close span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 15px;
  left: 0px;
}

#close a {
	width: 100%;
	height: 100%;
	display: inline-block;
	border: none;
}


body.page-impressum a,
body.page-datenschutz a {
	color: #00597f;
}


@media only screen and (max-width: 1250px) {
	.container {
	width: 1024px;
	} 
	#logo {
	width: 160px;
	top: 21px;
	left: 0px;
	}
	#headermenu li a {
	margin-left: 18px;
	}
	#intro {
	background: url(../picts/bg_intro_b.jpg) no-repeat scroll center bottom;
	background-size: cover;
	}
	#about_1 .container,
	#about_2 .container,
	#services_1 .container,
	#services_2 .container  {
	padding-left: 400px;
	padding-right: 50px;
	}
	.pict_about,
	.pict_services {
	width: 328px;
	top: -350px;
	left: 0px;
	}
	.kachel {
	height: 512px;
	}
	.kachel_txt {
	padding-top: 55px;
	padding-left: 45px;
	padding-right: 45px;
	}
	#koepfe {
	height: 410px;
	margin-top: 90px;
	background: url(../picts/koepfe_b.jpg) no-repeat center bottom;
	background-size: cover
	}
	#portfolio {
	height: 410px;
	margin-top: 90px;
	background: url(../picts/portfolio_b.jpg) no-repeat center bottom;
	background-size: cover
	}
	#partner {
	height: 410px;
	margin-top: 90px;
	background: url(../picts/partner_b.jpg) no-repeat center bottom;
	background-size: cover
	}
	#koepfe_1 {
	padding-top: 110px;
	padding-bottom: 140px;
	}
	#services_1,
	#services_2 {
	padding-top: 70px;
	padding-bottom: 50px;
	}
	#kontakt {
	margin-top: 140px;
	margin-bottom: 140px;
	padding-top: 46px;
	padding-bottom: 50px;
	}
	#header_impressum {
	height: 360px;
	margin-bottom: 80px;
	}
	#page_aktuell {
	height: 360px;
	margin-bottom: 80px;
	}


}

@media only screen and (max-width: 1110px) {
	body {
	font-size: 15px;
	}
	h1, h2 {
	font-size: 35px;
	}
	h3 {
	font-size: 19px;
	}
	h4 {
	font-size: 17px;
	}
	.container {
	width: 960px;
	} 
	#logo {
	width: 150px;
	}
	header#masthead  {
  	font-size: 13px;
	}
	#intro {
	background: url(../picts/bg_intro_m.jpg) no-repeat scroll center bottom;
	background-size: cover;
	}
	#logo_intro {
	width: 190px;
	}
	.slogan {
	font-size: 19px;
	padding: 46px 0 50px;
	}
	p.big {
	font-size: 19px;
	}
	#about_1 .container,
	#about_2 .container,
	#services_1 .container,
	#services_2 .container  {
	padding-left: 330px;
	padding-right: 0px;
	}
	.pict_about,
	.pict_services {
	width: 280px;
	top: -280px;
	}
	#koepfe {
	height: 380px;
	margin-top: 80px;
	background: url(../picts/koepfe_m.jpg) no-repeat center bottom;
	background-size: cover
	}
	#portfolio {
	height: 380px;
	margin-top: 80px;
	background: url(../picts/portfolio_m.jpg) no-repeat center bottom;
	background-size: cover
	}
	#partner {
	height: 380px;
	margin-top: 80px;
	background: url(../picts/partner_m.jpg) no-repeat center center;
	background-size: cover
	}
	#koepfe_1 {
	padding-top: 70px;
	padding-bottom: 100px;
	}
	#services_1,
	#services_2 {
	padding-top: 60px;
	padding-bottom: 40px;
	}
	#services_2 ul li {
	font-size: 18px;
	}
	#services_2 ul li:before {
	font-size: 18px;
	width: 18px;
	}
	.kachel {
	height: 480px;
	}
	.kachel_txt {
	padding-top: 50px;
	padding-left: 45px;
	padding-right: 45px;
	}
	#kontakt {
	margin-top: 100px;
	margin-bottom: 100px;
	padding-top: 46px;
	padding-bottom: 50px;
	}
	footer {
	margin-top: 20px;
	}
	#header_impressum {
	height: 320px;
	background: url(../picts/impressum_m.jpg) no-repeat right bottom;
	background-size: cover;
	margin-bottom: 80px;
	}
	#page_aktuell {
	height: 320px;
	background: url(../picts/aktuell_m.jpg) no-repeat right bottom;
	background-size: cover;
	margin-bottom: 80px;
	}

		
}

@media only screen and (max-width: 1020px) {
	.container {
	width: calc(100% - 60px);
	}
	h1, h2 {
	font-size: 33px;
	}
	h3 {
	font-size: 18px;
	}
	h3 {
	font-size: 16px;
	}
	#headermenu li a {
	margin-left: 16px;
	}
	.slogan {
	font-size: 17px;
	padding: 40px 0;
	}
	p.big {
	font-size: 17px;
	}
	.pict_about,
	.pict_services {
	width: 220px;
	top: -250px;
	}
	.viereck {
	width: 380px;
	}
	#about_1,
	#about_2 {
	padding-top: 60px;
	padding-bottom: 30px;
	}
	#about_1 .container,
	#about_2 .container,
	#services_1 .container,
	#services_2 .container  {
	padding-left: 280px;
	padding-right: 0px;
	}
	#koepfe,
	#portfolio,
	#partner {
	height: 340px;
	margin-top: 60px;	
	}
	#koepfe_1 {
	padding-top: 50px;
	padding-bottom: 80px;
	}
	#services_1,
	#services_2 {
	padding-top: 40px;
	padding-bottom: 30px;
	}
	.kachel {
	height: 450px;
	}
	.kachel_txt {
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
	line-height: 1.53em;
	}
	#kontakt {
	margin-top: 80px;
	margin-bottom: 80px;
	padding-top: 42px;
	padding-bottom: 40px;
	}
	hr {
	width: 320px;
	}
	#header_impressum {
	height: 300px;
	margin-bottom: 70px;
	}
	#page_aktuell {
	height: 300px;
	margin-bottom: 70px;
	}

}

@media only screen and (max-width: 960px) {
	body {
	font-size: 14px;
	}
	h1, h2 {
	font-size: 30px;
	}
	h3 {
	font-size: 17px;
	line-height: 1.25em;
	}
	h4 {
	font-size: 15px;
	}
	header#masthead  {
	height: 70px;
  	font-size: 16px;
	}
	#logo {
	width: 160px;
	top: 14px;
	left: 0px;
	}
	#menuToggle {
	display: block;
	}
	#navi {
	display: none;
	}
	#navi.open {
	display: block;
	position: absolute;
	background: white;
	width: 100vw;
	height: 100vh;
	top: 68px;
	left: -30px;
	right: 0;
	padding-bottom: 40px;
	text-align: center;
	}
	#headermenu li a {
	display: block;
	padding-top: 20px;
	padding-bottom: 10px;
	}
	#intro {
	width: 100%;
	height: 540px;
	background: url(../picts/bg_intro_s.jpg) no-repeat scroll center bottom;
	background-size: cover;
	}
	#logo_intro {
	width: 160px;
	}
	.slogan {
	font-size: 16px;
	padding: 30px;
	}
	p.big {
	font-size: 16px;
	}
	.container.flex {
	width: 100%;
	} 
	.pict_about,
	.pict_services {
	width: 160px;
	top: -180px;
	}
	#services_2 ul li {
	font-size: 16px;
	}
	#services_2 ul li:before {
	font-size: 16px;
	width: 16px;
	}
	#about_1,
	#about_2 {
	padding-top: 50px;
	padding-bottom: 20px;
	}
	#about_1 .container,
	#about_2 .container,
	#services_1 .container,
	#services_2 .container  {
	padding-left: 180px;
	}
	#koepfe {
	height: 280px;
	margin-top: 20px;
	background: url(../picts/koepfe_s.jpg) no-repeat center bottom;
	background-size: cover
	}
	#portfolio {
	height: 280px;
	margin-top: 20px;
	background: url(../picts/portfolio_s.jpg) no-repeat center bottom;
	background-size: cover
	}
	#partner {
	height: 280px;
	margin-top: 20px;
	background: url(../picts/partner_s.jpg) no-repeat center bottom;
	background-size: cover
	}
	.kachel {
	height: auto;
	min-height: 300px;
	}
	.kachel_txt {
	line-height: 1.53em;
	padding: 25px 20px 20px;
	}
	#kontakt {
	margin-top: 60px;
	margin-bottom: 60px;
	padding-top: 32px;
	padding-bottom: 30px;
	}
	footer {
	padding-top: 30px;
	padding-bottom: 35px;
	margin-top: 0px;
	}
	hr {
	width: 320px;
	}
	#header_impressum {
	height: 280px;
	background: url(../picts/impressum_s.jpg) no-repeat right bottom;
	background-size: cover;
	margin-bottom: 60px;
	}
	#page_aktuell {
	height: 280px;
	background: url(../picts/aktuell_s.jpg) no-repeat right center;
	background-size: cover;
	margin-bottom: 60px;
	}


}

@media only screen and (max-width: 640px) {
	h1, h2 {
	font-size: 26px;
	}
	#intro {
	height: 520px;
	background: url(../picts/bg_intro_s.jpg) no-repeat scroll center bottom;
	background-size: cover;
	}
	#logo_intro {
	top: 35%;
	width: 130px;
	}
	#about_1 {
	padding-top: 30px;
	padding-bottom: 60px;
	}
	#about_2 {
	padding-top: 30px;
	padding-bottom: 40px;
	}
	#about_1 .container,
	#about_2 .container,
	#services_1 .container,
	#services_2 .container {
	padding-left: 0px;
	padding-right: 0px;
	}
	.pict_about,
	.pict_services {
	width: 160px;
	display: inline-block;
	position: relative;
	float: right;
	margin-bottom: -10px;
	top: 0;
	margin-top: -120px;
	}
	.viereck {
	width: 300px;
	}
	#services_1 {
	padding-top: 20px;
	padding-bottom: 50px;
	}
	#services_2 {
	padding-top: 20px;
	padding-bottom: 30px;
	}
	#koepfe,
	#portfolio,
	#partner {
	height: 240px;
	margin-top: 0px;	
	}
	#koepfe_1 {
	padding-top: 30px;
	padding-bottom: 60px;
	}
	#header_impressum {
	height: 260px;
	margin-bottom: 50px;
	}
	#page_aktuell {
	height: 260px;
	margin-bottom: 50px;
	}
	hr.hr_aktuell {
	width: 100%;
	}

}

@media only screen and (max-width: 540px) {
	h1, h2 {
	font-size: 24px;
	}
	h3 {
	font-size: 16px;
	}
	h4 {
	font-size: 14px;
	}
	.container {
	width: calc(100% - 40px);
	}
	#intro {
	height: 360px;
	background: url(../picts/bg_intro_xs.jpg) no-repeat scroll center bottom;
	background-size: cover;
	}
	#logo_intro {
	width: 120px;
	}
	.slogan {
	font-size: 15px;
	}
	p.big {
	font-size: 15px;
	}
	#koepfe {
	height: 220px;
	margin-top: 0px;
	background: url(../picts/koepfe_xs.jpg) no-repeat center bottom;
	background-size: cover
	}
	#portfolio {
	height: 220px;
	margin-top: 0px;
	background: url(../picts/portfolio_xs.jpg) no-repeat center bottom;
	background-size: cover
	}
	#partner {
	height: 220px;
	margin-top: 0px;
	background: url(../picts/partner_xs.jpg) no-repeat center bottom;
	background-size: cover
	}
	#about_1 {
	padding-top: 30px;
	padding-bottom: 30px;
	}
	#about_2 {
	padding-top: 30px;
	padding-bottom: 30px;
	}
	.pict_about,
	.pict_services {
	width: 140px;
	margin-top: -90px;
	margin-bottom: 5px;
	}
	.viereck {
	width: 260px;
	}
	#services_1 {
	padding-top: 20px;
	padding-bottom: 60px;
	}
	#services_2 {
	padding-top: 20px;
	padding-bottom: 30px;
	}
	.flex .wp-block-group__inner-container div {
    flex-basis: 100%;
	}
	#projektbeispiele_1 .kachel {
	display: none;
	}
	#projektbeispiele_1 .kachel_txt {
	display: block;
	height: auto;
	}
	#kontakt {
	margin-top: 0px;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 28px;
	}
	hr {
	width: 260px;
	}
	#header_impressum {
	height: 220px;
	background: url(../picts/impressum_xs.jpg) no-repeat right bottom;
	background-size: cover;
	margin-bottom: 40px;
	}
	#page_aktuell {
	height: 220px;
	background: url(../picts/aktuell_xs.jpg) no-repeat right center;
	background-size: cover;
	margin-bottom: 40px;
	}
	.scrollup {
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 44px;
	height: 44px;
	}
	
}

@media only screen and (max-width: 420px) {
	.scrollup {
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	}
	#logo {
	width: 140px;
	top: 15px;
	}
	h1, h2 {
	font-size: 22px;
	}
	h3 {
	font-size: 15px;
	}
	#intro {
	height: 320px;
	background: url(../picts/bg_intro_xs.jpg) no-repeat scroll center bottom;
	background-size: cover;
	}
	.slogan {
	font-size: 14px;
	}
	p.big {
	font-size: 14px;
	}
	#logo_intro {
	width: 110px;
	}
	#about_1 {
	padding-top: 30px;
	padding-bottom: 30px;
	}
	#about_2 {
	padding-top: 30px;
	padding-bottom: 30px;
	}
	.pict_about,
	.pict_services {
	width: 100px;
	margin-top: -90px;
	}
	.viereck {
	width: 240px;
	}
	#services_1 {
	padding-top: 20px;
	padding-bottom: 60px;
	}
	#services_2 {
	padding-top: 20px;
	padding-bottom: 30px;
	}
	#koepfe,
	#portfolio,
	#partner {
	height: 180px;
	margin-top: 0px;	
	}
	#kontakt {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
	padding-bottom: 24px;
	}
	.logo_kontakt {
	width: 144px;
	display: inline-block;
	margin-top: 0px;
	margin-bottom: 15px;
	}
	hr {
	width: 200px;
	}
	#header_impressum {
	height: 180px;
	margin-bottom: 30px;
	}
	#page_aktuell {
	height: 180px;
	margin-bottom: 30px;
	}
	footer {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 0px;
	}
}

@media only screen and (max-width: 360px) {
	#intro {
	height: 280px;
	background: url(../picts/bg_intro_xs.jpg) no-repeat scroll center bottom;
	background-size: cover;
	}
	#logo_intro {
	width: 100px;
	}
	
}







