/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	color:#000;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 18px;
	letter-spacing: 0.02em;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:60%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	position: relative;
	width: 100%;
	padding-top: 150px;
}
/* header */
.header {
text-align: center;
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #fff;
	z-index: 10;
	transition: all 0.5s;
}

.scrdn .header {
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}

.header_inner {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	position: relative;
	transition: all 0.5s;
	height: 150px;
}

.scrdn .header_inner {
	height: 80px;
}



.menu_icon {
	position: fixed;
	top: 4vh;
	right: 50px;
	width: 30px;
	height: 30px;
	z-index: 20;
	cursor: pointer;
	cursor: hand;
	display: none;
}

.menu_icon_line {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: rgb(246,139,30);
	margin-top: 6px;
	transition: all 0.5s;
}

.menuopen .menu_icon_line.line1 {
	-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0);
box-shadow: 0 0 5px 0 rgba(0,0,0,0);
	margin-top: 14px;
	background-color: rgb(239,65,55);
}

.menuopen .menu_icon_line.line2 {
	opacity: 0;
}

.menuopen .menu_icon_line.line3 {
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0);
box-shadow: 0 0 5px 0 rgba(0,0,0,0);
	margin-top: -10px;
	background-color: rgb(239,65,55);
}

/* logo */
.logo {
position: absolute;
	right: 20px;	
	width: 300px;
	height: auto;
	bottom: 18px;
	transition: all 0.5s;
}

.scrdn .logo {
	width: 200px;
}

.logo-img {
	width: 100%;
	height: auto;	
}


/* nav */
.nav {
	position: absolute;
	bottom: 25px;
}

.nav ul {
	list-style: none;
	padding: 0;
}

.nav ul li {
	float: left;
	margin-right: 2.5em;
}

.nav ul li a {
	color: rgb(239,65,55);
	font-size: 21px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.nav ul li a:hover {
	color: rgb(246, 139, 30);
}

.nav ul li a.mPS2id-highlight {
	color: rgb(246,139,30);
}

/* sidebar */
.sidebar {

}
/* footer */
.footer {

}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.wp-block-group {
	background-color: #fff !important;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}


.wp-block-group::after {
	content: "";
	clear: both;
}

.wp-block-group__inner-container {
	width: 100%;
	max-width: 1000px;
	display: inline-block;
	text-align: left;
}

article > .wp-block-group > .wp-block-group__inner-container {
	padding-left: 20px;
	padding-right: 20px;
}



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/


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

h3 {
	font-weight: 300;
	font-size: 42px;
	padding: 0;
	margin: 0;
	padding-bottom: 1em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	width: 100%;
}

.wp-block-group a:hover {
	color: rgb(239,65,55);
}


.tx_center > div {
	text-align: center;
}

.tx_center.wp-block-group {
	padding-top: 0;
	padding-bottom: 0;
}

.tx_zitat {
	font-size: 26px;
	display: inline-block;
	max-width: 55%;
	color: rgb(246,139,30);
}

.tx_zitat::before {
	content: "«";
	color: rgb(239,65,55);
	font-weight: 700;
	font-size: 68px;
	margin-bottom: -1em;
	margin-top: -1em;
	padding-right: 0.05em;
	display: inline-block;
	top: 0.15em;
	position: relative;
}

.tx_zitat::after {
	content: "»";
		color: rgb(239,65,55);
	font-weight: 700;
	font-size: 68px;
	margin-top: -1em;
	padding-left: 0.05em;
	display: inline;
	top: 0.15em;
	line-height: 0;
	position: relative;
}


.tx_teaser {
	display: inline-block;
	max-width: 40%;
	color: rgb(246,139,30);
	margin-top: -0.5em;
	padding-bottom: 2.5em;
}

.tx_2cols > p, .tx_2cols > .wp-block-group__inner-container {
	column-count: 2;
	text-align: left;
	column-gap: 30px;
}



.block_angebot {
	float: left;
	padding-bottom: 0;
	padding-top: 0;
	width: 50%;
	text-align: left;
	line-height: 140%;
}

.block_angebot .wp-block-group {
	padding-top: 0;
	padding-bottom: 0;
	width: 100%;
}



.angebot_wrapper .wp-block-group__inner-container {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.angebot_wrapper .block_angebot {
	width: 42%;
	padding-bottom: 4em;
	padding-top: 1em;
	display: inline-block;
	flex-wrap: nowrap;
}



.block_angebot .wp-block-group h3 {
	display: flex;
	height: 3em;
	padding-bottom: 0.5em;
	align-items: center;
	justify-content: center;
	line-height: normal;
	width: 100%;
}

.block_angebot .wp-block-image {
	display: flex;
  	justify-content: center;
 	 align-items: center;	
	height: 150px;
	padding-bottom: 20px;
	width: 100%;
}

.block_angebot .wp-block-image img {
	height: 100px;
	width: auto;
}

.wp-block-group ul {
	list-style: none;
	padding-left: 1em;
	margin-top: 0;
	margin-bottom: 0;
}

.wp-block-group ul li {
	margin-top: 0em;
	margin-bottom: 0.5em;
	font-weight: 300;
	position: relative;
}

.wp-block-group ul li::before {
	content: "";
	position: absolute;
	left: -0.9em;
	top: 0.5em;
	width: 0.55em;
	height: 0.55em;
	background-color: rgb(246,139,30);
	-webkit-border-radius: 20px;
border-radius: 20px;
}

.wp-block-image img {
	width: 100%;
	height: auto;
	max-width: none;
}


.layout_col {
	width: 50%;
	float: left;
	text-align: left;
	padding-top: 2em;
	padding-bottom: 0;
}

footer.footer {
	text-align: center;
	padding-bottom: 4em; 
	padding-top: 2em;
	background-color: #A21F33;
}

.footer_inner {
	text-align: left;
	display: flex;
	margin: 0 auto;
  justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	line-height: 140%;
	font-size: 16px;
	position: relative;
}

.footer_copy {
	font-size: 14px;
}

.footer_inner a {
	color: #fff;
}

.footer_inner a:hover {
	border-bottom: 1px dotted #fff;
}

.footer_inner h3 {
	display: none;
}

.footer_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}

.footer_menu ul li {
	margin-bottom: 0.2em;
}


.contact_drop_ct {
	position: fixed;
	background: rgb(249,178,51);
background: -webkit-linear-gradient(left, rgba(249,178,51,1) 0%, rgba(230,46,42,1) 74%);
background: -o-linear-gradient(left, rgba(249,178,51,1) 0%, rgba(230,46,42,1) 74%);
background: linear-gradient(to right, rgba(249,178,51,1) 0%, rgba(230,46,42,1) 74%);
	width: 400px;
	padding: 20px;
	font-weight: 400;
	-webkit-border-radius: 100px;
border-radius: 100px;
	right: -320px;
	top: 25vh;
	z-index: 5;
	transition: right 1s;
}

.contact_drop_ct:hover {
	right: -70px;
}

.contact_drop_ct a {
	color: #fff;
}

.contact_drop_ct a:hover {
	border-bottom: 1px dotted #fff;
}


.contact_drop_ct .contact_text {
	display: inline-block;
}

.contact_drop_ct .contact_ico {
	display: inline-block;
	padding-left: 10px;
	padding-right: 30px;
}

.contact_drop_ct .contact_ico img {
	width: 30px;
	height: auto;
}

.contact_mail {
	padding-bottom: 8px;
}

.contact_phone {
	padding-top: 8px;
}

.contact_phone .contact_ico img {
	margin-bottom: -8px;
}

.textfeld2col, .tx_2col {
	column-count: 2;
	column-gap: 3em;
	text-align: left;
}

.hide {
	display: none !important;
}

.cookie-notice-container .cn-button.bootstrap {
	background-color: #A21F33;
}

.cookie-notice-container a {
	color: rgba(255,255,255,0.7);
	border-bottom: 1px dotted rgba(255,255,255,0.7);
}

.cookie-notice-container a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
}

.inline_ref_link, a.ref_inline_link  {
	color: rgb(239,65,55);
	transition: all 0.5s;
}

.inline_ref_link::after {
	content: "»";
	color: rgb(239,65,55);
	font-weight: 700;
	font-size: 36px;
	margin-top: -1em;
	padding-left: 0.05em;
	display: inline-block;
	top: 0.09em;
	position: relative;
	transition: all 0.5s;
}

a.inline_ref_link:hover, a.ref_inline_link:hover {
	color: #000;
}

.inline_ref_link:hover::after {
	color: #000;
	padding-left: 0.15em;
}

.ref_inline_link {
	margin-top: 0.5em;
	display: inline-block;
}

.ref_inline_link i {
	width: 25px;	
}

.ref_inline_link.ref_cs i {
	font-size: 21px;
}

.referenz_block {
	padding-bottom: 3em;
	padding-top: 3em;
	border-bottom: 1px solid #000;
	
}

.referenz_block:last-child {
	border-bottom: none;
}


.referenz_block .wp-block-group {
	padding: 0;
}

.referenz_titel {
	color: rgb(246,139,30);
	padding-bottom: 0.5em;
	font-size: 28px;
	font-weight: 300;
}

.referenz_block_inner {
	display: flex;
	justify-content: space-between;
}

.rb_row_zitat {
	padding-top: 1em;
}

.ref_col_left {
	width: 62%;
}

.ref_col_right {
	width: 33%;
}

.ref_img_wrapper {
	text-align: left;
	padding-bottom: 1em;
}

.ref_img_wrapper .ref_image {
	width: 100%; 
	height: auto;
}

.ref_zt_wrapper {
	text-align: left;
	padding: 0.5em 0;
}

.ref_zt {
	display: inline-block;
	max-width: 100%;
	font-size: 18px;
	color: rgb(246,139,30);
}

.ref_zt::before {
	content: "«";
	color: rgb(239,65,55);
	font-weight: 700;
	font-size: 36px;
	margin-bottom: -1em;
	margin-top: -1.2em;
	padding-right: 0.05em;
	display: inline-block;
	top: 0.08em;
	position: relative;
}

.ref_zt::after {
	content: "»";
	color: rgb(239,65,55);
	font-weight: 700;
	font-size: 36px;
	margin-top: -1em;
	padding-left: 0.05em;
	display: inline-block;
	top: 0.15em;
	position: relative;
}

.ref_nf_wrapper {
	text-align: left;
	padding: 0.5em 0;
	max-width: 460px;
}

.referenzen-sub-block {
	padding-top: 0;
}


.wp-block-group ul {
	line-height: 140%;
}

h4 {
	font-size: 24px;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media only screen and (max-width : 960px)  {
	
	body {
		font-size: 16px;
	}
	
	.wrapper {
		padding-top: 120px;
	}
	
	.header_inner {
		height: 120px;
	}
	
	.logo {
		width: 230px;
	}
	
	.nav ul li {
		margin-right: 2em;
	}
	
	.nav ul li a {
		font-size: 18px;
	}
	
	h3 {
		font-size: 36px;
	}
	
	h4 {
		font-size: 21px;
	}
	
	.tx_zitat {
		font-size: 21px;
	}
	
	.tx_zitat::after, .tx_zitat::before {
		font-size: 48px;
	}
	
	.angebot_wrapper .block_angebot {
		width: 46%;
	}
	
	.block_angebot .wp-block-image {
		height: 120px;
	}
	
	.block_angebot .wp-block-image img {
		height: 80px;
	}
	
	.referenz_block {
		padding-bottom: 1.5em;
		padding-top: 1.5em;
	}
	
	.referenz_titel {
		font-size: 24px;
	}
	
}

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

	.nav {
		position: absolute;
		bottom: auto;
		width: 100%;
		top: 60px;
		background-color: #fff;
		height: auto;
		left: 0;
		padding-bottom: 20px;
		overflow: hidden;
		opacity: 0;
		height: 0;
		transition: all 0.5s;
		-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
	}

	.menuopen .nav {
		height: 12em;
		opacity: 1;
	}
	
	.nav ul li {
		display: block;
		width: 100%;
		text-align: center;
		padding: 0.5em 0;
	}
	
	.scrdn .header_inner, .header_inner {
		height: 60px;
	}
	
	.logo, .scrdn .logo {
		bottom: 10px;
		width: 180px;
	}
	
	.menu_icon {
		right: auto;
		left: 20px;
		top: 18px;
		display: inherit;
	}
	
	.wrapper {
		padding-top: 60px;
	}
	
	.tx_zitat {
		font-size: 18px;
		max-width: 76%;
	}
	
	.tx_zitat::after, .tx_zitat::before {
		font-size: 36px;
	}
	
	.tx_zitat::before {
		top: 0.1em;
	}
	
	h3 {
		font-size: 28px;
	}
	
	.wp-block-columns {
		display: block;
	}
	
	.wp-block-column {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.angebot_wrapper .wp-block-group__inner-container {
		display: block;
	}
	
	.angebot_wrapper .block_angebot {
		width: 100%;
	}
	
	#angebot {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	.layout_col {
		width: 100%;
		float: none;
	}
	
	.referenz_titel {
		font-size: 21px;
	}
	
	.referenz_block_inner {
		display: block;
	}
	
	.ref_col_left, .ref_col_right {
		width: 100%;
	}
	
	.ref_col_left {
		padding-bottom: 2em;
	}
	
	.tx_2cols > p, .tx_2cols > .wp-block-group__inner-container {
		column-count: 1;
		column-gap: 0;
	}
	
	.footer_inner {
		font-size: 14px;
		display: block;
	}
	
	.footer_menu {
		padding-top: 1em;
		padding-bottom: 2em;
	}
	
	.wp-block-image img.wp-image-93 {
		height: 80px;
		width: auto;
	}
	
	
	#angebot_wrapper {
		padding-top: 0;
	}
	
	.angebot_wrapper .block_angebot {
		padding-bottom: 2em;
	}
	
	.contact_drop_ct {
		width: 360px;
		right: -290px;
		top: auto;
		bottom: 20px;
	}
	
	.contact_drop_ct .contact_text {
		margin-left: 10px;
		pointer-events: none;
	}
	
	.contact_drop_ct:hover .contact_text {
		pointer-events: auto;
	}
	
	.contact_drop_ct .contact_ico {
		padding-right: 15px;
	}
	
	.contact_drop_ct .contact_ico img {
		width: 25px;
	}
	
	main {
		overflow-x: hidden;
	}
	
	article > .wp-block-image {
		width: 200%;
		margin-left: -50%;
	}
	
	
	.ref_img_wrapper .ref_image {
		width: auto;
		max-width: 100%;
		max-height: 300px;
	}
	
	.rb_row_zitat {
		display: flex !important;
		flex-direction: column-reverse;
	}
	
	.ref_img_wrapper {
		padding-bottom: 0.5em;
		padding-top: 1em;
	}
	
	.referenz_block_inner.rb_row_text {
		padding-bottom: 3em;
	}
	
	.referenz_block_inner .ref_zt {
		font-size: 16px;
	}
	
	
}

@media only screen and (max-width : 600px)  { 
	
	h3 {
		font-size: 24px;
	}
	
}



/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
