* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

body {
    background-color: #ececed;
    color: #707173;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7em;
}

a {
	color: #e74b83;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	color: #000;
}

p, ul, ul {
	margin-bottom: 15px;
}

p:last-child, ul:last-child, ul:last-child, li:last-child, ul.check li:last-child {
	margin-bottom: 0;
}

ul.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}

ul.check li {
    list-style: none;
    margin-bottom: 9px;
    padding: 0 0 0 22px;
    position: relative;
}

ul.check li:before {
	content: "✔";
	font-family: Arial;
	position: absolute;
	left: 0;
}

h1, h2, h3, h4 {
	color: #e74b83;
	font-family: 'Rajdhani', sans-serif;
	margin-bottom: 15px;
}

.text-center {
	text-align: center;
}

h2.lookh1 {
	font-size: 2em;
	/*margin: 50px 0 20px;*/
}

.wt {
    float: left;
    position: relative;
    width: 100%;
    padding: 50px 20px;
}

.wt.noPad {
	padding-top: 0;
	padding-bottom: 0;
}

.table {
	display: table;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.wt:nth-child(2n) {
    background-color: #fff;
}

.wrap {
    position: relative;
    float: left;
    width: 100%;
    padding: 0;
}

.centerIt {
	margin: 0 auto;
	max-width: 1200px;
}

.owl-carousel .owl-item img {
    /*display: block;
    width: 100%;
    height: 630px;
    object-fit: cover;*/
}

.owl-nav {
    top: 50%;
    position: absolute;
    width: 100%;
}

.owl-prev, 
.owl-next {
    /*background-color: rgba(255,255,255,0.8);*/
    background-color: #fff;
    opacity: 0.7;
    height: 76px;
    margin-top: -38px;
    position: absolute;
    text-align: center;
    width: 76px;
    font-size: 5em !important;
   	outline: 0 !important;
}

.owl-nav i {
    color: #cbdb2a;
    font-size: 30px;
    line-height: 76px;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-carousel .owl-item img {
	float: left;
	position: relative;
}

#banner {
	background-color: #fff;
	padding-top: 40px;
}

/*@media (max-width: 1390px) { 
	.owl-carousel .owl-item img {
	    height: 40vw;
	}
}

@media (max-width: 700px) { 
	.owl-carousel .owl-item img {
	    height: 60vw;
	}
}*/
/* ---------- Slogan ---------- */
#slogan {
    font-size: 2em;
    padding: 50px 0;
    line-height: 1.5em;
}

.color {
	color: #e74b83;
}
/* ---------- // Slogan ---------- */

/* ---------- Einspalter ---------- */
.einspalter {
	position: relative;
}

.einspalter .centerIt {
	position: relative;
	max-width: 800px;
	padding: 100px 0;
}
/* ---------- // Einspalter ---------- */

/* ---------- Zweispalter ---------- */

.zweispalter {
	position: relative;
}

.zweispalter .holder {
	margin-left: -20px;
	margin-right: -20px;
	position: relative;
}

.zweispalter .holder.x {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row-reverse;
}

.zweispalter:nth-child(2n) .holder.x {
	flex-direction: row;
}

.zweispalter .elem2 {
	float: left;
	position: relative;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
}

.zweispalter .textWrap {
	float: left;
    padding: 50px 20px;
    width: 100%;
}

.zweispalter .imgWrap {
	margin-left: -20px;
    margin-right: -20px;
    min-height: 500px;
    height: 100%;
}

.zweispalter .imgWrap img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
	.zweispalter .elem2 {
		width: 100%;
	}

	.zweispalter .textWrap {
	    padding: 50px 0;
	}
}
/* ---------- // Zweispalter ---------- */

#footerWrap {
	background-color: #707173;
	border-top: 3px solid #e74b83;
	color: #ececed;
	font-size: 0.8em;
	padding: 20px 0;
}

.box {
	background-color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	padding: 20px;
}