/*
font-family:'Kievit OT W01 Book';
font-family:'KievitWeb W03 Exlig';
font-family:'KievitWeb W03 ExligIta';
font-family:'KievitWeb W03 Bold';
*/

@font-face {
	font-family: 'codropsicons';
	src: url('../fonts/codropsicons/codropsicons.eot');
	src: url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'perfectsunset-regular';
	src: url('../fonts/perfectsunset/perfectsunset-regular-webfont.woff2') format('woff2'),
			 url('../fonts/perfectsunset/perfectsunset-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

html {
	font-size: 1rem;
}

body {
	color: #444;
	font-family: 'KievitWeb W03 Exlig', sans-serif;
	line-height: 1.5;
	font-size: 0.9rem;
	overflow-x: hidden;
}

h1 {
	font-family: 'Kievit OT W01 Book', sans-serif;
	font-size: 2.6rem;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 1.1rem;
}

h4 {
	font-family: 'Kievit OT W01 Book', sans-serif;
}

.ce-textpic .ce-bodytext h4 {
	font-family: 'KievitWeb W03 Exlig', sans-serif;
	font-size: 2.5rem;
}

a {
	color: inherit;
}

a:hover {
	color: inherit;
	text-decoration: none;

}

.hashtag {
	font-family: 'KievitWeb W03 ExligIta', sans-serif;
	font-size: 1.5rem;
}

.frame-layout-20 .textmedia {
	text-align: center;
}

.frame-layout-20 .required {
	display: none;
}

.frame-layout-20 {
	padding: 0;
}

@media (min-width: 769px) {
	.frame-layout-20 {
		padding: 0 100px;
	}
}

@media(min-width: 576px) {
	.frame-layout-20 .actions {
		bottom: 1rem;
		min-height: 1px;
		height: 100%;
	}
}

.frame {
	margin-bottom: 20px;
}

div[class^=part] {
	clear: both;
	margin-bottom: 50px;
	width: 100%;
	margin-top: 20px;
}

@media(min-width: 768px) {
	html {
		font-size: 1rem;
	}

	.container-fluid {
		/*padding: 0 40px;*/
		margin-top: 20px;
	}

	div[class^=part] {
		clear: both;
		margin-bottom: 100px;
		width: 100%;
	}

}

@media(min-width: 992px) {
	html {
		font-size: 1.2rem;
	}

	.container-fluid {
		/*padding: 0 100px;*/
		margin-top: 40px;
		max-width: 1200px;
	}

}

@media(min-width: 1200px) {
	html {
		font-size: 1.5rem;
	}

}

/* partTitle */

.partTitle {
	background: transparent url(../img/guiderme_head.jpg) no-repeat center center;
	background-size: cover;
	height: 100vh;
}

.title {
	background-image: url(../img/Klammer_links_weiss.svg), url(../img/Klammer_rechts_weiss.svg);
	background-position: left top, right top;
	background-repeat: no-repeat;
	background-size: 5rem 12rem;
	color: #fff;
	height: 16rem;
	margin-top: 8rem;
	padding: 20px;
	position: relative;
	width: auto;
}

.title h1 {
	font-family: 'Kievit OT W01 Book', sans-serif;
	font-size: 2.2rem;
}

.title h2 {
	font-family: inherit;
	font-size: 2.1rem;
}

.title.dark {
	background-image: url(../img/Klammer_links_grau.svg), url(../img/Klammer_rechts_grau.svg);
	color: #575756;
}

@media(min-width: 768px) {
	.title {
		background-size: 9rem 20rem;
		height: 28rem;
		margin-top: 10rem;
		padding: 2rem;
		width: 40rem;
	}

	.title h1 {
		font-size: 5rem;
	}

	.title h2 {
		font-size: 4.5rem;
	}
}

@media(min-width: 1200px) {
}

/* partDiscover */

.partDiscover {}

.partDiscover .container-fluid {
	margin-bottom: 60px;
}

.owl-carousel {

	width: 100%;
	overflow-x: hidden;
}

.owl-carousel .col-10 {
	max-width: 1000px;
	width: 100%;
	overflow-x: hidden;
}


.owl-carousel .owl-stage {
	display: flex;
}

.cart {
	padding-right: 40px;
}

.cart .map {
	box-shadow: 12px 10px 6px 0px rgba(0, 0, 0, 0.37);
	margin-bottom: 30px;
}

.cart .info {
	margin: 0 6px;
	min-height: 1px;

}

.cart h4 {
	/*font-size: 1.1rem;*/
}

.cart p {
	font-size: 1rem;
	display: none;
}

@media (min-width:1140px) {
	.cart p {
		font-size: 0.75rem;
	}
}

.cart img.cartIcon {
	float: right;
	height: 42px;
	margin-top: 10px;
	width: 49px;
}

.cart .price {
	font-family: 'Kievit OT W01 Book', sans-serif;
	font-size: 1.2em;
	margin-bottom: 0;
}

.owl-control-custom {
	font-size: 100px;
	text-align: center;
	width: 100%;
}

@media(min-width:769px) {
	.owl-control-custom {
		/*font-size:150px;*/
	}


}

.owl-next-custom {
	cursor: pointer;
	height: 50px;
	margin-top: 50%;
	width: 100%;
	text-align: right;
}

.owl-previous-custom {
	cursor: pointer;
	height: 50px;
	margin-top: 50%;
	width: 100%;
	padding-right: 15px;
	text-align: left;
}

@media(min-width: 400px) {
	.cart h4 {
		font-size: 1.2rem;
	}

	.ce-bodytext p {
		font-size: 1.1rem;
	}

}

@media(min-width: 768px) {
	.cart h4 {
		font-size: inherit;
	}

}

@media(min-width: 992px) {
	.cart .info {
		margin: 0 10px;
	}

	.cart img.cartIcon {
		height: 60px;
		width: 56px !important;
		margin-top: 35px;
	}

	.ce-bodytext p {
		font-size: 1rem;
	}

}

/* partDesign */

.designHead {
	background-position: left 40px;
	background-repeat: no-repeat;
	background-size: 100%;
	height: 50vh;
	margin-bottom: 50px;
	margin-top: 50px;
}

.designHead img {
	transform: rotate(-10deg);
	width: 100%;
}

.gallery img {
	margin-bottom: 20px;
}

@media(min-width: 768px) {}

@media(min-width: 992px) {
	.designHead {
		background-position: left 80px;
		height: 100vh;
	}

	.designHead img {
		height: 344px;
		width: 724px;
	}

}

/* partTrack */

.trackHead {
	background: url(../img/Bild_Track-it_1200x800.jpg) no-repeat;
	background-position: left 40px;
	background-size: 100%;
	height: 50vh;
}

.trackHead img {
	transform: rotate(-10deg);
	width: 100%;
}

.apps a {
	display: block;
	margin-top: 20px;
}

.app {
	margin: 0 auto;
}

.app.appstore {
	height: 40px;
	width: 120px;
}

.app.play {
	height: 35px;
	width: 120px;
}

@media(min-width: 768px) {}

@media(min-width: 900px) {
	.trackHead {
		background-position: left 80px;
		height: 100vh;
		margin-bottom: 50px;
	}

	.trackHead img {
		height: 344px;
		width: 724px;
	}
}

@media(min-width: 1140px) {}

/* Instagram */

.instafeed {
	text-align: center;
}

.instafeed .col {
	text-align: center;
}

.instafeed img {
	margin-bottom: 20px;
	max-width: 350px;
	width: 100%
}

/* partFooter */

.partFooter [class^='col-'] {
	padding: 0;
	padding-left: 15px;
	max-width: 54.333333%;

}

.partFooter [class^='col-']:first-child {
	padding: 0;
	padding-left: 15px;
	width: 165px;
}

.partFooter {
	background: #acc4b8;
	font-size: 0.8rem;
	min-height: 100px;
	margin-bottom: 0 !important;
	padding: 20px 0;
}

@media (min-width:769px) {
	.partFooter {
		background: #acc4b8;
		font-size: 0.8rem;
		min-height: 100px;
		margin-bottom: 0 !important;
		padding: 20px 0;
	}

	.partFooter [class^='col-'] {
		padding: 0 15px;
	}

	.partFooter [class^='col-']:first-child {
		min-width: auto;
	}
}

.partFooter .frame {
	margin-bottom: 6px;
}

.partFooter .ce-bodytext p:last-child {
	margin-bottom: 3px;
}

.partFooter ul {
	list-style-type: none;
}

.qrcode {
	background: #666;
	border-radius: 10px;
	display: block;
	margin: 0 auto;
	height: 140px;
	width: 140px;
}

.fullwidth {
	max-width: 100%;
	width: auto;
	/*padding: 0 15px;*/
	margin: 0 auto;
}

.frame-space-before-large {
	margin-top: 1em;
}

img {
	height: auto;
	width: 100%;
}

/** Form Control **/


.form-control:focus {
	color: #f6f6f6;
	background-color: #fff;
	border-color: #a9a9a9;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(230, 229, 229, 0.507);
	border-width: 1px;
}

.form-control {
	border-radius: 0;
}

.form-group label {
}

.btn:focus {
	outline: 0;
	border-color: #a9a9a9;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(230, 229, 229, 0.507);
	border-width: 1px;
}

.btn {
	padding: 0 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.button {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 25px 80px;
	padding: 10px 20px;
	display: inline-block;
	margin: 15px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 0;
}

.button {
	color: #fff;
	background-color: #8d9dc1;
	border-color: #8d9dc1;
}

.button:hover {
	color: #fff;
	background-color: #67738e;
	border-color: #67738e;
}

.price-cart {
	float: left;
	margin-bottom: 30px;
}

.frame-layout-3 {
	background: #a9a9a925;
	/*padding: 0 100px;*/
	padding-top: 50px;
	padding-bottom: 20px;

}

.gridelement {
	max-width: 1200px;
	padding: 0 0px;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.frame-layout-3 {
		padding-top: 30px;
		padding-bottom: 10px;
	}

	.gridelement {
		padding: 0 100px;
	}
	
	.form-group label {
		font-size: 0.9rem;
	}
}

@media (min-width: 992px) {
	.frame-layout-3 {
		background: #a9a9a925;
		padding-top: 50px;
		padding-bottom: 20px;
		width: 100%;
	}
}

.blog {
	margin-top: 20px;
}

.blog:first-child {
	margin-top: 30px;
}

.blog h1,
.blog h2 {
	color: #19726c;
	font-family: 'perfectsunset-regular', sans-serif;
	font-size: 3.5rem;
	padding: 16px 10px;
}

@media(max-width: 991px) {
	.blog .ce-left .ce-gallery,
	.blog .ce-right .ce-gallery {
		float: unset;
	}
}

@media(min-width: 992px) {
	.textmedia .textmedia .ce-gallery {
		max-width: calc(50% - 30px);
	}
	
	.textmedia .textmedia .ce-left .ce-gallery {
		margin-right: 30px;
	}
	
	.textmedia .textmedia .ce-right .ce-gallery {
		margin-left: 30px;
	}
}
