
#wpadminbar {
	z-index: 999999999999;
}

body.cfw-side-cart-open #cfw-side-cart-overlay {
	z-index: 999999 
}

#cfw-side-cart tr:hover .cfw-remove-item-button,
#cfw-side-cart tr:hover .cfw-remove-item-button:hover
{
	text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.breadcrumbs a {
	color: #404040;
	text-decoration: none;
	font-size: 13px;
}
.breadcrumbs p {
	margin: 0;
	margin-bottom: 10px;
}

.header-cart-icon {
	position: absolute;
	float: right;
	right: 15%;
	color: #3C77B6;
}

.header-cart-icon .cfw_cart_icon_shortcode,
.header-cart-icon svg
{
	color: #3C77B6 !important;
}

@media (max-width: 1200px) {
	.cfw_cart_icon_shortcode {
		top: 55px;
		margin-right: 40px;
		
		
	}
}

.error-404 .palpennordseitege-content {
	max-width: 2000px;
	width: 70%;
	position: relative;
	margin: 0 auto;
}
.proj-card {
	cursor: pointer;
}
.swiper-wrapper a {
	text-decoration: none;
}
.post, .page {
	margin-bottom: 0;
	padding-bottom: 0;	
}
.swiper-container * {
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -o-backface-visibility:hidden;
    backface-visibility:hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

h1, h2 {
	font-family: 'Quattrocento Sans', serif;
	padding: 0;
	margin: 0;
}
p {
	font-family: 'Quattrocento', sans-serif;
}
h1 {
	font-style: normal;
	font-weight: bold;
	font-size: 70px;
	letter-spacing: -0.75px;
	color: #3C77B7;
	padding: 0px;
	margin: 0px;
	max-width: 100% !important;
}
@media (max-width: 768px) {
	h1 {
		font-size: 40px !important;
		height: auto;
	}
}
h2 {
	font-style: normal;
	font-weight: bold;
	font-size: 47px;
	letter-spacing: 1.2px;
	color: #565656;
}
.legal-page a,
.intro a
{
	color: #768A99 !important;
	text-decoration: none;
	border-bottom: 1px solid #768A99;	
}


a.button {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.3px;
	padding: 15px 28px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}
a.button-blue {
	color: #fff;
	background: #3C77B7;
}
.button-round {
	border-radius: 12px;
}
.button-arrowright:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f061';
	padding-left: 10px;
	font-weight: 900;
}







.page-intro-archive {
	font-weight: normal;
	font-size: 18px;
	line-height: 1.6em;
	padding-bottom: 90px;
	margin-bottom: 0;
}
.page-intro-archive p {
	padding-bottom: 0;
	margin-bottom: 0;
}

/*****************************************/
/***** Badge
/*****************************************/

.badge {
	width: 180px;
	height: 180px;
	border-radius: 250px;
	transform: rotate(9deg);
	z-index: 999;
	position: relative;
	float: right;
	margin-bottom: -180px;
	top: -70px;
}
a.badge.blue {
	display: grid;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	text-align: center;
	letter-spacing: 0.45px;	
	color: #ffff;
	transform: rotate(9deg);
	text-decoration: none;
	z-index: 99;
}
a.badge.blue b {
	margin-top: 30px;
	line-height: 1.3em;
	height: 20px;
}
a.badge.blue small {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0.3px;
	color: #fff;
	max-width: 80%;
	text-align: center;
	margin: 0 auto;
}

/*****************************************/
/***** Containers
/*****************************************/

.site-main {
	padding-top: 220px;
}
@media (max-width: 768px) {
	.site-main {
		padding-top: 150px;
	}
}
	
.content70
{
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
	display: block;
}
@media (max-width: 768px) {
	.content70 {
		width: 85%;
	}
}

.site-main.legal-page
{
	width: 60%;
	margin: 0 auto;
}


@media (max-width: 768px) {
.site-main.single-projekt,
.site-main.projekte-all,
.site-main.service-all,
.site-main.single-service,
.site-main.branchen-all,
.site-main.single-branche,
.site-main.site-home,
.site-main.arbeiten,
.site-main.firma,
.site-main.single-job,
.site-main.single-event,
.site-main.events-all,
.site-main.legal-page,
.site-main.contact-page,
.site-main.single-studiemaster
{
	width: 100%;
	margin: 0 auto;
}}



.headerbild {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	min-height: 300px;
	margin-bottom: 80px;
	margin-top: 0px;
}

/*****************************************/
/***** Grids
/*****************************************/

.three-grid { 
	display: grid; 
	grid-template-columns: repeat(3, 1fr); 
	grid-template-rows: 1fr; 
	grid-column-gap: 0px;
	grid-row-gap: 0px; 
}
@media (max-width: 768px) {
	.three-grid { 
		display: block; 
	}
}
	

/*****************************************/
/***** Menu
/*****************************************/

header .container {
  margin: 46px 0px 0px 0px;
}
@media (max-width: 1200px) {
header .container {
  padding: 0;
  margin: 0;
}}
@media (min-width: 0) {
  header .container {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
  }
  .container:after {
	content: " ";
	display: block;
	clear: both;
  }
}
@media (min-width: 576px) {
  header .container {
	/* max-width: 540px; */
	margin-left: auto;
	margin-right: auto;
  }
  .container:after {
	content: " ";
	display: block;
	clear: both;
  }
}
@media (min-width: 768px) {
  header .container {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
  }
  .container:after {
	content: " ";
	display: block;
	clear: both;
  }
}
@media (min-width: 992px) {
  header .container {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
  }
  .container:after {
	content: " ";
	display: block;
	clear: both;
  }
}
@media (min-width: 1200px) {
  header .container {
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
  }
  .container:after {
	content: " ";
	display: block;
	clear: both;
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 3;
  will-change: transform;
  transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  height: 140px;
  z-index: 999999;
}
@media (max-width: 1200px) {
header {
  height: 100px;
}}
header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
@media (min-width: 1200px) {
header nav ul {
	display: inline-flex;
}}
header nav ul li {
  float: none;
  margin-left: 0;
}
@media (max-width: 1200px) {
header nav ul li {
	margin-top: 30px;
}
header nav .menu-top ul li {
	margin-top: 30px;
	margin-bottom: 30px;
}}
.hide-nav {
  transform: translateY(-100% !important);
  -webkit-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  -moz-transform: translateY(-100%) !important;
  -o-transform: translateY(-100%) !important;
}
ul.menu-left {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}

@media (min-width: 1200px) {
ul.menu-left {
	display: flex !important;
	max-height: none;
}}
ul.menu-left:before {
  content: '';
  display: table;
  clear: both;
}
ul.menu-left.collapse {
  max-height: 100% !important;
}
.nav-toggle {
  display: block;
  border-radius: 5px;
  background-color: transparent;
  float: right;
  height: 50px;
  width: 50px;
  cursor: pointer;
  padding: 8px 8px;
  position: relative;
  top: -50px;
  right: 20px;
}
.nav-toggle.open span:first-child {
	transform: rotate(45deg) translate(9.4px, 6.6px);
}
.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(4.4px, -4.4px);
}
@media (min-width: 1200px) {
.nav-toggle {
   display: none;
}}
.nav-toggle span {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 7px;
  background-color: #C4C4C4;
  transition: all .25s;
}
.site-branding img {
	max-width: 150px;
}
@media (max-width: 1200px) {
.site-branding img {
	margin-left: 20px;
	padding-top: 10px;
}}
@media (min-width: 1200px) {
.main-menu {
	position: relative !important;
	display: flex !important;
	top: -50px;
	left: 150px;
}
.menu-top {
	float: right;
	right: 0;
	position: relative;
	display: inline;
}}
@media (max-width: 1200px) {
.main-menu {
	background-color: #EAEDF0;
}}
.menu-top li a {
	font-family: 'Quattrocento Sans', serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: 0.5px;
	color: #3C77B7;
	margin-left: 36px;
	text-decoration: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
@media (max-width: 1200px) {
	.menu-top li a {
		font-family: 'Quattrocento Sans', serif;
		font-style: normal;
		font-weight: bold;
		font-size: 22px;
		line-height: 30px;
		letter-spacing: 0.5px;
		color: #575656;
		margin-left: 36px;
		text-decoration: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}
.menu-bottom li a {
	font-family: 'Quattrocento Sans', serif;
	font-style: normal;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	letter-spacing: 0.75px;
	color: #3C77B7;
	margin-left: 36px;
	text-decoration: none;
}
@media (max-width: 1200px) {
	.menu-bottom li a {
		font-family: 'Quattrocento Sans', serif;
		font-style: normal;
		font-weight: bold;
		font-size: 22px;
		line-height: 28px;
		letter-spacing: 0.75px;
		color: #575656;
		margin-left: 36px;
		text-decoration: none;
	}
}









/*****************************************/
/***** Contact Form 7 Styles
/*****************************************/

.wpcf7 form .wpcf7-response-output {
	border: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/*****************************************/
/***** Contact Section
/*****************************************/

.contact-section {
	width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	background: #E0E3E6;
	padding-top: 60px;
	padding-bottom: 80px;
}
.contact-section .contact-title {
	display: table;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #7C91A1;
	padding-bottom: 30px;
}
.contact-section p {
	margin: 0;
	padding: 0;
}
.contact-section .contact-section-grid  {
	width: 70%;
	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 768px) {
.contact-section .contact-section-grid  {
		width: 85%;
		max-width: 85%;
	}
}
.contact-section .contact-section-grid { 
	display: grid; 
	grid-template-columns: .4fr 1fr; 
	grid-template-rows: 1fr; 
	grid-column-gap: 0px;
	grid-row-gap: 0px; 
}
@media (max-width: 1300px) {
	.contact-section .contact-section-grid { 
		display: table;
	}
	.contact-section .contact-section-grid .contactimg.round {
		margin-bottom: 32px;
	}
}
.contact-section .div1 { grid-area: 1 / 1 / 2 / 2; } 
.contact-section .div2 {
	grid-area: 1 / 2 / 2 / 3;
} 
.contact-section .contact-section-grid .contactimg.round {
	width: 200px;
	height: 200px;
	border-radius: 24px;
}
@media (max-width: 768px) {
	.contact-section .contact-section-grid .contactimg.round {
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 40px;
	}
}
.contact-section .contact-section-grid span.contat-name {

	font-style: normal;
	font-weight: 600;
	font-size: 34px;
	letter-spacing: 1.2px;
	color: #484848;
}



.contact-section input[type="email"],
.contact-section input[type="url"],
.contact-section input[type="tel"],
.contact-section input[type="file"],
.contact-section input[type="text"]
{
	background: #FAFAFA;
	border-radius: 12px;
	border: none;
	padding: 36px 20px 8px 20px;

	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.3px;
	color: #363636;
	outline: none;
	position: relative;
	top: -13px;
	width: 100%;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08), 0px 6px 36px -4px rgba(0, 0, 0, 0.14);
}

.contact-section .wpcf7-submit {
	position: relative;
	right: 0;
	float: right;
	background: #D8232A;
	border-radius: 12px;

	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.3px;
	color: #FFFFFF;
	border: 0;
	padding: 12px 30px;
	margin-top: 16px;
	margin-right: 0;
}

.wpcf7-submit:after {
	position: relative;
	content: '';
	background: url(../assets/sendbutton.svg) no-repeat;
	width: 18px;
	height: 18px;
	display: inline;
	margin-left: 8px;
	top: 2px;
	display: inline-block;
}
.contact-section select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #E5E5E5, #F4F4F4); /* For Chrome and Safari */
    background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Firefox (3.6 to 15) */
    background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #E5E5E5, #F4F4F4); /* For pre-releases of Internet Explorer  10*/
    background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #E5E5E5, #F4F4F4); /* For old Opera (11.1 to 12.0) */
    background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #E5E5E5, #F4F4F4); /* Standard syntax; must be last */
    background-position: center right;
    background-repeat: no-repeat;
	
	background: #FAFAFA;
	border-radius: 12px;
	border: none;
	padding: 21px 20px 22px 20px;

	outline: none;
	position: relative;
	width: 96%;
	
	box-shadow: 0px 6px 36px -4px rgba(0, 0, 0, 0.14);
	filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.08));
	

	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	letter-spacing: 0.5px;
	color: #7C91A1;
}



/*****************************************/
/***** 404
/*****************************************/

.error-404 .page-content {
	padding-bottom: 200px;	
}
	
/*****************************************/
/***** Footer
/*****************************************/

.site-footer {
	background: rgba(60, 119, 182, 1.00);
	font-size: 16px;
	color: #FFFFFF
}
.site-footer .bgimage {
	position: absolute;
	display: flex;
	width: 350px;
	right: 0;
	bottom: 0;
}
.site-footer span {
	display: table;
}
.site-footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 500;
}
.footer-grid {  
	display: grid; 
	grid-template-columns: repeat(5, 1fr); 
	grid-template-rows: repeat(3, 1fr); 
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	max-width: 80%;
	margin-left: 5%;
	padding-top: 70px;
}
@media (max-width: 768px) {
	.footer-grid {  
		display: block; 
	}
}
.footer-grid .div1 { grid-area: 1 / 1 / 2 / 5; } 
.footer-grid .div2 { grid-area: 2 / 1 / 3 / 2; } 
.footer-grid .div3 { grid-area: 2 / 2 / 3 / 3; } 
.footer-grid .div4 { grid-area: 2 / 3 / 3 / 4; } 
.footer-grid .div5 { grid-area: 2 / 4 / 3 / 5; } 
.footer-grid .div6 { grid-area: 2 / 5 / 3 / 6; } 
.footer-grid .div7 { grid-area: 3 / 1 / 4 / 6; } 

.footer-grid .div1 {
	display: inline-flex;
}
.footer-grid .div1 .section-nl {
	margin-left: 80px;
}
@media (max-width: 768px) {
	.footer-grid .div1 .section-nl {
		display: none;
	}
}
.footer-grid .div1 .section-nl .titel {
	font-weight: bold;	
}
.footer-grid .div1 .logo {
	max-height: 140px;
	margin-bottom: 30px;
}
@media (max-width: 768px) {
	.footer-grid .div1 .logo {
		max-height: 80px;
		margin-bottom: 30px;
	}
}
	

	
.footer-grid .div3 .title {
	font-weight: bold;
}
.footer-grid .div3 .text {
	font-size: 14px;
}
.footer-grid .div6 .title {
	font-weight: bold;
}
.footer-grid .div7 .footer-link:after {
	content: '|';
	margin-left: 10px;
	margin-right: 10px;	
}
.footer-grid .div7 .footer-link.last:after {
	content: '';
}
.site-footer .social-icons {
	margin-top: 10px;
}
.site-footer .social-icons img {
	margin-right: 10px;
	height: 25px;
}




@media (max-width: 768px) {
	.footer-grid .div2,
	.footer-grid .div3,
	.footer-grid .div7
	{
		padding-bottom: 50px;
	}
}
.footer-grid .div6 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-grid .div6 ul li {
	display: inline-flex;
}
.footer-grid .div6 ul li img {
	width: 80px;
	display: inline-flex;
}




/*****************/
/** Side Cart
/*****************/

.wc-proceed-to-checkout a {
	text-decoration: none;
}

/*****************/
/** WooCommerce
/*****************/

.woocommerce-Price-currencySymbol {
	margin-right: 5px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
	border-radius: 30px !important;
}

@media (max-width: 768px) {
	.woocommerce div.product div.images.woocommerce-product-gallery {
		max-width: 90%;
		margin: 0 auto;
		float: left;
	}
}


.woocommerce div.product form.cart div.quantity {
	float: none;
}

.woocommerce-shop .entry-content {
	max-width: 80%;
	position: relative;
	margin: 0 auto;	
}
.woocommerce-shop h1 {
	text-align: center;
	margin-bottom: 30px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1), 0px 6px 26px -4px rgba(0, 0, 0, 0.2);
}
.woocommerce ul.products li.product a img {
	border-radius: 10px; 
}
.woocommerce-shop .woocommerce-loop-product__title {
	color: #565656;
	font-size: 18px !important;
}
.dot {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	margin-top: 20px;
}
.dot.red {
	background-color: #D8232A;
}
.dot.green {
	background-color: #507A2F;
}


.woocommerce ul.products li.product a {
	color: #2677BB;
}
.woocommerce.columns-4 ul.products li.product .onsale {
	display: inline-table;
	vertical-align: middle;
	width: 120px;
	height: 120px;
	background-color: #3C77B6;
	border-radius: 50%;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	transform: rotate(-15deg);
	padding-top: 28px;
	font-size: 18px;
}
.woocommerce ul.products li.product .button {
	background-color: transparent;
	color: #2677BB;
	font-size: 20px;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.woocommerce ul.products li.product .button:after {
	font-family: 'Font Awesome 5 Free';
	content: '\f217';
	font-weight: 900;
}


.button.product_type_variable.add_to_cart_button {
	display: none;
}


.cat-filter {
	position: relative;
	margin: 0 auto;
	max-width: 70%;
	background-color: #2677BB;
	padding: 15px 40px;
	margin-bottom: 60px;
	border-radius: 10px;
}
@media (max-width: 736px) {
	.cat-filter {
		margin-bottom: 30px;
		background-color: transparent;
	}
}



.cat-filter li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}



.cat-filter a {
	color: #fff;
	text-decoration: none;
	margin-right: 30px;
	font-weight: bold;
	color: #fff;
	background-color: #2677BB;
	padding: 10px 0;
	border-radius: 15px;
}
@media (max-width: 736px) {
	.cat-filter a {
		margin-bottom: 20px;
		text-align: center;
		margin-right: 0;
		display: block;
	}
}



