/*  G R A F I K H E L D S T A B . C H    S T Y L E S
-------------------------------------------------------*/

/* Fonts
---------------------------------*/
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/roboto-v47-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v47-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* kaushan-script-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Kaushan Script';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/kaushan-script-v18-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Inhalt
---------------------------------*/
html, body, h2, h3, h4, h5, h6 {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	color: #7F7F7F;
}
h1 {
	font-family: 'Kaushan Script';
	font-style: normal;
	font-size: 5rem;
	line-height: 5rem;
	font-weight: 400;
	letter-spacing: -3px;
	color: #000;
}

h2 {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
	color: #000;
}

h1 + h2 {
	margin-top: 0;
}

h3 {
	font-size: 1.2rem;
	line-height: 1.66rem;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.2rem !important;
}

.ce_iconbox {
	text-align: left;
}

.ce_iconbox h3 {
	text-align: center;
}

.ce_benefitbox .ce_benefitbox_inside {
	border: none;
}

.ce_benefitbox li {
	padding: 0 0 0 30px;
	color: #009FE3;
}

.ce_benefitbox li:before {
	left: 0;
}

.ce_benefitbox li:nth-child(2n+1) {
	background: none;
}

.ce_hyperlink a, a.btn {
	border-radius: 10px;
	text-transform: uppercase;
	letter-spacing: 0.2rem;
}

.h-align-center .image_container img {
	margin: 30px auto 30px;
}

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

#main a:hover {
	text-decoration: underline;
}

.mt-xxxxxl {
	margin-top: 200px;
}

.fettblau strong {
	color: #009FE3;
}

.datenschutz h2 {
	margin-top: 60px;
}

.datenschutz h3 {
	margin-top: 30px;
}


/* Footer
---------------------------------*/
#footer .totop {
	display: none;
}

#footer .mod_socials a i {
	background: none;
	margin-right: 10px;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}

#footer .mod_socials a i:hover {
	opacity: 0.7;
	transition: all 0.2s ease-in-out;
}

#footer .mod_socials .i-mail {
	background: transparent url('../img/i-mail.svg') no-repeat 0 0;
	background-size: 100% auto;
}

#footer .mod_socials .i-map-pin {
	background: transparent url('../img/i-pin.svg') no-repeat 0 0;
	background-size: 100% auto;
}

#footer .mod_socials .i-instagram {
	background: transparent url('../img/i-instagram.svg') no-repeat 0 0;
	background-size: 100% auto;
}

#footer .mod_socials .i-facebook {
	background: transparent url('../img/i-facebook.svg') no-repeat 0 0;
	background-size: 100% auto;
}

#footer .format-p-small p {
	font-size: 0.7rem;
}


/* Media Queries
---------------------------------*/

@media screen and (min-width: 1025px) and (max-width: 1090px) {
	
	.mainmenu ul li {
		margin-left: 10px;
		margin-right: 10px;
	}

}


@media screen and (max-width: 767px) {
	
	.header {
		background: #fff;
	}
	
	h1 {
		font-size: 2.6rem;
		line-height: 3.2rem;
	}
	
	h2 {
		font-size: 1.3rem;
		line-height: 1.66rem;
		hyphens: auto;
	}
	
	h3 {
		font-size: 1.1rem;
		line-height: 1.66rem;
		hyphens: auto;
	}
	
	.h-align-right {
		text-align: left;
	}
	
	.mmenu_trigger {
		right: 20px;
	}
	
	.mmenu_trigger .label {
		display: none;
	}
	
	#mmenu #mmenu_middle {
		padding-top: 20px;
	}
	
	.mt-xxxxxl {
		margin-top: 50px;
	}
	
	.column.col_6 {
		margin-bottom: 0 !important;
	}
	
}

