@charset "UTF-8";
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, Source Sans Pro, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
}

.container {
	width: 70%;
	height: auto;
	max-width: 1260px;
	min-width: 45%;
	min-height: 350px;
	margin: 0 auto;
	background-image: url(../images/karin-design-backdrop.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.KD-container {
	width: 70%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 350px;
	margin: 0 auto;
}

.KD-container2 {
	width: 70%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 1150px;
	margin: 0 auto;
}

.KD-container3 {
	width: 70%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 5780px;
	margin: 0 auto;
}

.KD-container4 {
	width: 70%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 3500px;
	margin: 0 auto;
}

.KD-container5 {
	width: 70%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 1250px;
	margin: 0 auto;
}

img {
	width: 100%;
    height: auto;
    border-width: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

p {
	color: #000;
	font-size: 100%;
	font-weight: 200;
}

h1 {
	color: #875a75;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4 {
	color: green;
	font-size: 120%;
	font-weight: bold;
}


a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
	color: #5a1d50;
	text-decoration: none;
	outline: 0;
}

.karin-design {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/karin-design-backdrop.png);
	background-repeat: no-repeat;
	background-size: 100%;	
}

.KD-design-minis {
	width: 72%;
	margin-top: 4%;
	margin-bottom: 10%;
	text-align: left;
	padding-left: 3%;
	line-height: 30px;
	float: right;
}

.KD-design {
	width: 42%;
	margin-top: 28%;
	margin-bottom: 10%;
	text-align: left;
	padding-left: 13%;
	line-height: 30px;
}

.KD-design p {
	color: #000;
	font-size: 90%;
	font-weight: 200;
}

.KD-design h1 {
	color: #875a75;
	font-size: 130%;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
}

.KD-shopangebot {
	width: 125%;
	height: auto;
	padding-bottom: 3%;
	text-align: center;
}

.KD-shopauswahl {
	width: 85%;
	padding-left: 13%;
}

.KD-navi-minis {
	width: 12%;
	padding-top: 10%;
	padding-left: 3%;
}

.KD-navi {
	width: 12%;
	float: left;
	padding-top: 10%;
	padding-left: 2%;
}

.KD-navi ul,
.KD-navi-minis ul{
	list-style: none;
	padding: 0;
	text-align: left;
	font-size: 80%;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.KD-navi ul li,
.KD-navi-minis ul li {
	padding: 15px 0;
	border-bottom: 1px solid #d0c0cb;
}

.KD-navi a:hover,
.KD-navi a:focus,
.KD-navi a:active,
.KD-navi a[aria-current] a:hover,
.KD-navi a[aria-current] a:active,
.KD-navi a[aria-current] a:focus,
.KD-navi a.active {
	color: #F40B0F;
	font-weight: bolder; 
}

.KD-navi-minis a:hover,
.KD-navi-minis a:focus,
.KD-navi-minis a:active,
.KD-navi-minis a[aria-current] a:hover,
.KD-navi-minis a[aria-current] a:active,
.KD-navi-minis a[aria-current] a:focus,
.KD-navi-minis a.active {
	color: #F40B0F;
	font-weight: bolder; 
}

.KD-navi a[aria-current],
.KD-navi-minis a[aria-current]{
	color: #F40B0F;
	font-weight: bolder; 
}

.KD-shopinfo {
	margin: 5px 0;
	padding: 5px;
	border-bottom: 2px solid #d0c0cb;
}

.KD-shopinfo-1 {
	margin: 5px 0;
	padding: 5px;
	border-bottom: 2px solid #f1d0d4;
}

.KD-shopinfo-2 {
	margin: 5px 0;
	padding: 5px;
	border-bottom: 2px solid #fdde8b;
}

.KD-shopinfo-3 {
	margin: 5px 0;
	padding: 5px;
	border-bottom: 2px solid #8613A4;
}

.KD-infofeld {
	margin: 5px 0;
	padding: 20px 20px 0px 20px ;
	border: 2px solid #d0c0cb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 20%;
	float: left;
	margin-right: 2%;
	background-color: #FFF;
}

.KD-infofeld-1 {
	margin: 5px 0;
	padding: 20px 20px 0px 20px ;
	border: 2px solid #f1d0d4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 20%;
	float: left;
	margin-right: 2%;
	background-color: #FFF;
}

.KD-infofeld-2 {
	margin: 5px 0;
	padding: 20px 20px 0px 20px ;
	border: 2px solid #fdde8b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 20%;
	float: left;
	margin-right: 2%;
	background-color: #FFF;
}

.KD-infofeld-3 {
	margin: 5px 0;
	padding: 20px 20px 0px 20px ;
	border: 2px solid #c6aec1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 20%;
	float: left;
	margin-right: 2%;
	background-color: #FFF;
}

.KD-infofeld-1a {
	margin: 5px 0;
	padding: 20px 20px 0px 20px ;
	border: 0px solid #f1d0d4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 23%;
	float: left;
	margin-right: 1%;
}

.KD-infofeld-2a {
	margin: 5px 0;
	padding: 20px 20px 0px 20px ;
	border: 0px solid #fdde8b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 23%;
	float: left;
	margin-right: 1%;
}

.KD-infofeld-3a {
	margin: 5px 0;
	padding: 20px 20px 0px 20px ;
	border: 0px solid #c6aec1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 23%;
	float: left;
	margin-right: 1%;
}

.KD-infofeld:hover,
.KD-infofeld-1:hover,
.KD-infofeld-2:hover,
.KD-infofeld-3:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.KD-infofeld p,
.KD-infofeld-1 p,
.KD-infofeld-2 p,
.KD-infofeld-3 p{
	color: #000;
	font-size: 80%;
	font-weight: 200;
}

.KD-infofeld  h2,
.KD-infofeld-1 h2,
.KD-infofeld-2 h2,
.KD-infofeld-3 h2{
	color: #000;
	font-size: 110%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.KD-infofeld-1a:hover,
.KD-infofeld-2a:hover,
.KD-infofeld-3a:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.KD-infofeld-1a p,
.KD-infofeld-2a p,
.KD-infofeld-3a p {
	color: #000;
	font-size: 80%;
	font-weight: 200;
}

.KD-infofeld-1a h2,
.KD-infofeld-2a h2,
.KD-infofeld-3a h2 {
	color: #000;
	font-size: 110%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.KD-shops ul {
	list-style: none;
	padding: 0;
	color: #000;
	font-size: 85%;
	font-weight: 200;
}

.KD-shops ul li {
	padding: 10px 0;
}

.KD-info {
	padding-bottom: 15px;
}

.KD-info h3{
	display: inline;
}

.KD-info p {
	color: #000;
	font-size: 65%;
	font-weight: 200;
	display: inline;
}

.KD-button {
	background-color: #FFF;
	padding: 12px 15px;
	margin-top: 55px;
	border: 1px solid #d0c0cb;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-1 {
	background-color: #FFF;
	padding: 12px 15px;
	margin-top: 55px;
	border: 1px solid #f1d0d4;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-2 {
	background-color: #FFF;
	padding: 12px 15px;
	margin-top: 55px;
	border: 1px solid #fdde8b;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-3 {
	background-color: #FFF;
	padding: 12px 15px;
	margin-top: 55px;
	border: 1px solid #c6aec1;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-1a {
	background-color: #FFF;
	padding: 4px 6px;
	margin-top: 55px;
	border: 1px solid #f1d0d4;
	font-size: 80%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 90%;
}

.KD-button-2a {
	background-color: #FFF;
	padding: 4px 6px;
	margin-top: 55px;
	border: 1px solid #fdde8b;
	font-size: 80%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-3a {
	background-color: #FFF;
	padding: 4px 6px;
	margin-top: 55px;
	border: 1px solid #c6aec1;
	font-size: 80%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-extra {
	background-color: #FFF;
	padding: 3px 6px;
	margin-top: 55px;
	border: 1px solid #fdde8b;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button:hover,
.KD-button:focus,
.KD-button:active,
.KD-button .active {
	border-color: #f1f1f1;
	color: #222;
	background-color: #f1f1f1;
}

.KD-button-1:hover,
.KD-button-1:focus,
.KD-button-1:active,
.KD-button-1 .active {
	border-color: #f1d0d4;
	color: #000;
	background-color: #f1d0d4;
}

.KD-button-2:hover,
.KD-button-2:focus,
.KD-button-2:active,
.KD-button-2 .active {
	border-color: #fdde8b;
	color: #000;
	background-color: #fdde8b;
}

.KD-button-3:hover,
.KD-button-3:focus,
.KD-button-3:active,
.KD-button-3 .active {
	border-color: #c6aec1;
	color: #000;
	background-color: #c6aec1;
}

.KD-button-1a:hover,
.KD-button-1a:focus,
.KD-button-1a:active,
.KD-button-1a .active {
	border-color: #f1d0d4;
	color: #000;
	background-color: #f1d0d4;
}

.KD-button-2a:hover,
.KD-button-2a:focus,
.KD-button-2a:active,
.KD-button-2a .active {
	border-color: #fdde8b;
	color: #000;
	background-color: #fdde8b;
}

.KD-button-3a:hover,
.KD-button-3a:focus,
.KD-button-3a:active,
.KD-button-3a .active {
	border-color: #c6aec1;
	color: #000;
	background-color: #c6aec1;
}

.KD-button-extra:hover,
.KD-button-extra:focus,
.KD-button-extra:active,
.KD-button-extra .active {
	border-color: #fdde8b;
	color: #000;
	background-color: #fdde8b;
}


.KD-button.style2 {
	border: 1px solid #d0c0cb;
	background-color: #f1f1f1;
	color: #222;
}

.KD-button.style2:hover,
.KD-button.style2:focus,
.KD-button.style2:active,
.KD-button.style2 .active {
	border-color: #f1f1f1;
	color: #222;
	background-color: #f1f1f1;
}

.fullwidth-btn {
	background-color: transparent;
	padding: 12px 15px;
	border: 1px solid #000;
	font-size: 13px;
	font-weight: 400;
	width: 100%;
	display: inline-block;
	margin-top: 40px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 6px;
	color: #555;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.fullwidth-btn:hover, .fullwidth-btn:active, .fullwidth-btn:focus {
	border-color: #b38441;
	color: #b38441;
	background-color: transparent;
}

.KD-infozeile {
	width: 70%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 120px;
	margin: 0 auto;
	background-image: url(../images/footer-karin-design.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding-top: 4%;
}

.KD-footer {
	color: #000;
	height: 120px;
	align-items: center;
	justify-content: center;
	
}
.KD-footer p,
.KD-footer a {
	font-size: 80%;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.KD-infozeile-minis {
	width: 70%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 100px;
	margin: 0 auto;
	background-image: url(../images/footer-karin-design.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding-top: 4%;
}

.freebies {
	width: 30%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
	padding-right: 50px;
	padding-bottom: 50px;
}

.empfehlungen {
	width: 27%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
	padding-right: 50px;
	padding-bottom: 50px;
}

.empfehlungen_smbig {
	width: 22%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
	padding-right: 50px;
	padding-bottom: 50px;
}

.empfehlungen_sm {
	width: 9%;
    height: auto;
	padding-right: 30px;
	padding-bottom: 30px;
}

.erecht_logo {
	width: 20%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.erecht_logo2 {
	width: 95%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
	padding-top: 50px;
}

.fairness {
	width: 55%;
    height: auto;
	padding-top: 10px;
	margin-left: -40px;
}

.fairness-im-handel {
	width: 50%;
    height: auto;
	display:block; 
	background-color:#FBFBFB; 
	color:#292929; 
	border: 1px solid gray; 
	padding:5px 10px; 
	font-family:Helvetica,Arial,sans-serif; 
	font-size:70%; 
	font-style:normal;
	float:left;
	margin-right:10px;
}

.fairness-im-handel-logo {
	width: 15%;
    height: auto;
	padding:5px 10px; 
	float:left;
	margin-right:22px;
}

.datenschutz-logo {
	width: 33%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.datenschutz {
	height: auto;
	line-height: 16px;
	margin: 0 auto;
	padding: 0;
	color: #000;
	text-align: left;
}

.datenschutz p {
	font-size: 70%;
	padding: 0;
	color: #000;
	text-align: left;
}

.datenschutz h2 {
	font-size: 80%;
	padding: 0;
	color: #875a75;
	text-align: left;
	font-weight: bold;
	margin-top: 25px;
}

.datenschutz ul{
	font-size: 70%;
	color: #000;
	text-align: left;
	padding-left: 25px;
	padding-top: 0;
}

.datenschutz a:link { 
	color: #000;
	text-decoration: none;
}

.datenschutz a:visited, 
.datenschutz a:hover, 
.datenschutz a:active {
	text-decoration: none;
	color: #F40B0F;
	font-weight: bolder; 
}

.impressum {
	min-height: 60%;
	line-height: 16px;
	margin: 0 auto;
	padding: 0;
	font-size: 70%;
	color: #000;
	text-align: left;
}

.agb {
	min-height: 5000px;
	line-height: 15px;
	margin: 0 auto;
	padding: 0;
	font-size: 65%;
	color: #000;
	text-align: left;
}

#impressum-herausgeber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	margin-left: 70px;
}

.impressum-text {
	font-size: 70%;
	padding: 0;
	color: #000;
	text-align: left;
}

.impressum-text ul {
	font-size: 70%;
	color: #000;
	text-align: left;
	padding-left: 20px;
	padding-top: 0;
}

.impressum a:link { 
	color: #000;
	text-decoration: none;
}

.impressum a:visited, 
.impressum a:hover, 
.impressum a:active {
	text-decoration: none;
	color: #F40B0F;
	font-weight: bolder; 
}

.impressum-logo {
	margin: 0 125px 0 0;
	float: right;
}

.colortext {
	color: #875a75;
	font-weight: bold; 
}

.rechtliches {
	width: 80%;
	margin: 0 auto;
}

#cookiehinweis {
	position: fixed;
	justify-content: center; 
    align-items: center;
	vertical-align: bottom;
	bottom: 10px;
	margin: 0 auto;
	width: 20%;
	height: auto;
	z-index: 750;
	background: #FFF;
	border: inset 1px #eee;
	color: #000;
	padding: 8px 5px 2px 5px;
	font-size: 60%;
}

.clear, .clearfix:after, .container-fluid:after, .container:after, .row:after {
    clear: both;
}

.margin-top-20 { margin-top: 20px; }
.margin-top-40 { margin-top: 40px; }
.margin-top-60 { margin-top: 60px; }
.margin-top-80 { margin-top: 80px; }
.margin-top-100 { margin-top: 100px; }
.margin-bottom-20 { margin-bottom: 20px; }
.margin-bottom-40 { margin-bottom: 40px; }
.margin-bottom-60 { margin-bottom: 60px; }
.margin-bottom-80 { margin-bottom: 80px; }
.margin-bottom-100 { margin-bottom: 100px; }


.clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
    display: table;
    content: " "}
.clear {
    visibility: hidden;
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.clearfloat { 
	clear:both;
    height:0;
    line-height: 0px;
}
	

/* */
@media (max-width:415px) {
	
p {
	color: #000;
	font-size: 80%;
	font-weight: 200;
}

h1 {
	color: #875a75;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4 {
	color: green;
	font-size: 100%;
	font-weight: bold;
}
	
.container {
	width: 100%;
	height: auto;
	max-width: 1260px;
	min-width: 45%;
	min-height: 350px;
	margin: 0 auto;
	background-image: url(../images/karin-design-backdrop.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
	
.KD-container {
	width: 100%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 350px;
	margin: 0 auto;
}

.KD-container2 {
	width: 100%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 1150px;
	margin: 0 auto;
}

.KD-container3 {
	width: 100%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 5780px;
	margin: 0 auto;
}

.KD-container4 {
	width: 100%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 3000px;
	margin: 0 auto;
}

.KD-container5 {
	width: 85%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 1250px;
	margin: 0 auto;
}
	
#cookiehinweis {
	position: fixed;
	justify-content: center; 
    align-items: center;
	vertical-align: center;
	top: 18%;
	margin: 10%;
	width: 80%;
	height: 23%;
	z-index: 750;
	background: #FFF;
	border: inset 1px #eee;
	color: #000;
	padding: 8px 5px 2px 5px;
	font-size: 60%;
}
	
.karin-design {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/karin-design-backdrop.png);
	background-repeat: no-repeat;
	background-size: 100%;	
}

.KD-design-minis {
	width: 95%;
	margin-top: 4%;
	margin-bottom: 10%;
	text-align: left;
	padding-left: 3%;
	line-height: 30px;
	float: right;
}

.KD-design {
	width: 82%;
	margin-top: 28%;
	margin-bottom: 10%;
	text-align: left;
	padding-left: 13%;
	line-height: 18px;
}

.KD-design p {
	color: #000;
	font-size: 60%;
	font-weight: 200;
	padding-right: 13%;
}

.KD-design h1 {
	color: #875a75;
	font-size: 90%;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
	padding-top: 75px;
	padding-right: 40%;
}
	
.KD-design-minis p {
	color: #000;
	font-size: 70%;
	font-weight: 200;
	padding-right: 13%;
	line-height: 15px;
}
	
.KD-design-minis h1{
	color: #875a75;
	font-size: 90%;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
}

.KD-navi-minis {
	width: 100%;
	padding-top: 10%;
	padding-left: 3%;
}

.KD-navi {
	width: 100%;
	float: left;
	padding-top: 10%;
	padding-left: 0;
	position: relative;
	top: 10%;
}

.KD-navi ul {
	list-style: none;
	padding: 0;
	text-align: left;
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 13%;
}
	
.KD-navi-minis ul{
	list-style: none;
	padding: 0;
	text-align: left;
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 3%;
}

.KD-shopangebot {
	width: 100%;
	height: auto;
	padding-bottom: 3%;
	text-align: center;
}
	
.KD-shopauswahl {
	width: 100%;
	padding-left: 13%;
}

.KD-shopinfo {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #d0c0cb;
}

.KD-shopinfo-1 {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #f1d0d4;
}

.KD-shopinfo-2 {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #fdde8b;
}

.KD-shopinfo-3 {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #8613A4;
}

.KD-infofeld {
	margin: 3px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #d0c0cb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 55%;
	float: left;
	margin-right: 2%;
	background-color: #FFF;
}

.KD-infofeld-1 {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #f1d0d4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 55%;
	float: left;
	margin-right: 2%;
	background-color: #FFF;
}

.KD-infofeld-2 {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #fdde8b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 55%;
	float: left;
	margin-right: 2%;
	background-color: #FFF;
}

.KD-infofeld-3 {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #c6aec1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 55%;
	float: left;
	margin-right: 2%;
	background-color: #FFF;
}

.KD-infofeld-1a {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 0px solid #f1d0d4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 45%;
	float: left;
	margin-right: 10%;
}

.KD-infofeld-2a {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 0px solid #fdde8b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 45%;
	float: left;
	margin-right: 10%;
}

.KD-infofeld-3a {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 0px solid #c6aec1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 45%;
	float: left;
	margin-right: 10%;
}

.KD-infofeld:hover,
.KD-infofeld-1:hover,
.KD-infofeld-2:hover,
.KD-infofeld-3:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.KD-infofeld p,
.KD-infofeld-1 p,
.KD-infofeld-2 p,
.KD-infofeld-3 p{
	color: #000;
	font-size: 60%;
	font-weight: 200;
}

.KD-infofeld  h2,
.KD-infofeld-1 h2,
.KD-infofeld-2 h2,
.KD-infofeld-3 h2{
	color: #000;
	font-size: 85%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.KD-infofeld-1a:hover,
.KD-infofeld-2a:hover,
.KD-infofeld-3a:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.KD-infofeld-1a p,
.KD-infofeld-2a p,
.KD-infofeld-3a p {
	color: #000;
	font-size: 60%;
	font-weight: 200;
}

.KD-infofeld-1a h2,
.KD-infofeld-2a h2,
.KD-infofeld-3a h2 {
	color: #000;
	font-size: 90%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.KD-shops ul {
	list-style: none;
	padding: 0;
	color: #000;
	font-size: 70%;
	font-weight: 200;
}

.KD-shops ul li {
	padding: 5px 0;
}

.KD-info {
	padding-bottom: 10px;
}

.KD-info h3{
	display: inline;
}

.KD-info p {
	color: #000;
	font-size: 60%;
	font-weight: 200;
	display: inline;
}

.KD-button {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #d0c0cb;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-1 {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #f1d0d4;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-2 {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #fdde8b;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-3 {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #c6aec1;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-1a {
	background-color: #FFF;
	padding: 3px 5px;
	margin-top: 55px;
	border: 1px solid #f1d0d4;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 60%;
}

.KD-button-2a {
	background-color: #FFF;
	padding: 3px 5px;
	margin-top: 55px;
	border: 1px solid #fdde8b;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-3a {
	background-color: #FFF;
	padding: 3px 5px;
	margin-top: 55px;
	border: 1px solid #c6aec1;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-extra {
	background-color: #FFF;
	padding: 3px 6px;
	margin-top: 55px;
	border: 1px solid #fdde8b;
	font-size: 90%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
	
.empfehlungen {
	width: 50%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
	padding-right: 50px;
	padding-bottom: 50px;
}

.freebies {
	width: 60%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
	float: left;
	padding: 10px 0px;
}
	
.fairness {
	width: 15%;
    height: auto;
	padding-top: 10px;
	padding-right: 50%;
}

.KD-infozeile {
	width: 100%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 100px;
	margin: 0 auto;
	background-image: url(../images/footer-karin-design.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding-top: 4%;
}

.KD-footer {
	color: #000;
	height: 100px;
	align-items: center;
	justify-content: center;
	
}
.KD-footer p,
.KD-footer a {
	font-size: 75%;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.KD-infozeile-minis {
	width: 100%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 100px;
	margin: 0 auto;
	background-image: url(../images/footer-karin-design.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding-top: 4%;
}
	
.erecht_logo {
	width: 45%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.erecht_logo2 {
	width: 35%;
    height: auto;
	padding-top: 20px;
	padding-right: 42%;
}
	
.datenschutz-logo {
	width: 85%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}

.datenschutz {
	height: auto;
	line-height: 16px;
	margin: 0 auto;
	padding: 0px 50px 0px 0px;
	color: #000;
	text-align: left;
	width: 95%;
}

.datenschutz p {
	font-size: 65%;
	padding: 0;
	color: #000;
	text-align: left;
}

.datenschutz h2 {
	font-size: 80%;
	padding: 0;
	color: #875a75;
	text-align: left;
	font-weight: bold;
	margin-top: 25px;
}

.datenschutz ul{
	font-size: 65%;
	color: #000;
	text-align: left;
	padding-left: 25px;
	padding-top: 0;
}
	
}


/* */
@media (min-width: 416px) and (max-width: 768px) {
p {
	color: #000;
	font-size: 80%;
	font-weight: 200;
}

h1 {
	color: #875a75;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4 {
	color: green;
	font-size: 100%;
	font-weight: bold;
}
	
.container {
	width: 90%;
	height: auto;
	max-width: 1260px;
	min-width: 45%;
	min-height: 350px;
	margin: 0 auto;
	background-image: url(../images/karin-design-backdrop.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
	
.KD-container {
	width: 90%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 350px;
	margin: 0 auto;
}

.KD-container2 {
	width: 100%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 1150px;
	margin: 0 auto;
}

.KD-container3 {
	width: 100%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 5780px;
	margin: 0 auto;
}

.KD-container4 {
	width: 100%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 3000px;
	margin: 0 auto;
}

.KD-container5 {
	width: 85%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 1250px;
	margin: 0 auto;
}
	
#cookiehinweis {
	position: fixed;
	justify-content: center; 
    align-items: center;
	vertical-align: center;
	bottom: 50%;
	margin: 2%;
	width: 90%;
	height: auto;
	z-index: 750;
	background: #FFF;
	border: inset 1px #eee;
	color: #000;
	padding: 8px 5px 2px 5px;
	font-size: 60%;
}
	
.karin-design {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/karin-design-backdrop.png);
	background-repeat: no-repeat;
	background-size: 100%;	
}

.KD-design-minis {
	width: 72%;
	margin-top: 4%;
	margin-bottom: 10%;
	text-align: left;
	padding-left: 3%;
	line-height: 30px;
	float: right;
}

.KD-design {
	width: 42%;
	margin-top: 28%;
	margin-bottom: 10%;
	text-align: left;
	padding-left: 13%;
	line-height: 18px;
}
	
.KD-design p {
	color: #000;
	font-size: 60%;
	font-weight: 200;
	padding-right: 13%;
}

.KD-design h1 {
	color: #875a75;
	font-size: 90%;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
	padding-top: 75px;
	padding-right: 40%;
}
	
.KD-design-minis p {
	color: #000;
	font-size: 70%;
	font-weight: 200;
	padding-right: 13%;
	line-height: 15px;
}
	
.KD-design-minis h1{
	color: #875a75;
	font-size: 90%;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
}

.KD-navi-minis {
	width: 22%;
	padding-top: 10%;
	padding-left: 3%;
}

.KD-navi {
	width: 20%;
	float: right;
	padding-top: 10%;
	padding-left: 0;
}

.KD-navi ul {
	list-style: none;
	padding: 0;
	text-align: left;
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 13%;
}
	
.KD-navi-minis ul{
	list-style: none;
	padding: 0;
	text-align: left;
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 3%;
}
	
.KD-shopangebot {
	width: 70%;
	height: auto;
	padding-bottom: 3%;
	text-align: center;
}
	
.KD-shopauswahl {
	width: 70%;
	padding-left: 13%;
}

.KD-shopinfo {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #d0c0cb;
}

.KD-shopinfo-1 {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #f1d0d4;
}

.KD-shopinfo-2 {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #fdde8b;
}

.KD-shopinfo-3 {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #8613A4;
}

.KD-infofeld {
	margin: 3px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #d0c0cb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 23%;
	float: left;
	margin-right: 2%;
	background-color: #FFF;
}

.KD-infofeld-1 {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #f1d0d4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 25%;
	float: left;
	margin-right: 1%;
	background-color: #FFF;
}

.KD-infofeld-2 {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #fdde8b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 25%;
	float: left;
	margin-right: 1%;
	background-color: #FFF;
}

.KD-infofeld-3 {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #c6aec1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 25%;
	float: left;
	margin-right: 1%;
	background-color: #FFF;
}

.KD-infofeld-1a {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 0px solid #f1d0d4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 45%;
	float: left;
	margin-right: 10%;
}

.KD-infofeld-2a {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 0px solid #fdde8b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 45%;
	float: left;
	margin-right: 10%;
}

.KD-infofeld-3a {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 0px solid #c6aec1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 45%;
	float: left;
	margin-right: 10%;
}

.KD-infofeld:hover,
.KD-infofeld-1:hover,
.KD-infofeld-2:hover,
.KD-infofeld-3:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.KD-infofeld p,
.KD-infofeld-1 p,
.KD-infofeld-2 p,
.KD-infofeld-3 p{
	color: #000;
	font-size: 60%;
	font-weight: 200;
}

.KD-infofeld  h2,
.KD-infofeld-1 h2,
.KD-infofeld-2 h2,
.KD-infofeld-3 h2{
	color: #000;
	font-size: 85%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.KD-infofeld-1a:hover,
.KD-infofeld-2a:hover,
.KD-infofeld-3a:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.KD-infofeld-1a p,
.KD-infofeld-2a p,
.KD-infofeld-3a p {
	color: #000;
	font-size: 60%;
	font-weight: 200;
}

.KD-infofeld-1a h2,
.KD-infofeld-2a h2,
.KD-infofeld-3a h2 {
	color: #000;
	font-size: 90%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.KD-shops ul {
	list-style: none;
	padding: 0;
	color: #000;
	font-size: 70%;
	font-weight: 200;
}

.KD-shops ul li {
	padding: 5px 0;
}

.KD-info {
	padding-bottom: 10px;
}

.KD-info h3{
	display: inline;
}

.KD-info p {
	color: #000;
	font-size: 60%;
	font-weight: 200;
	display: inline;
}

.KD-button {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #d0c0cb;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-1 {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #f1d0d4;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-2 {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #fdde8b;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-3 {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #c6aec1;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-1a {
	background-color: #FFF;
	padding: 3px 5px;
	margin-top: 55px;
	border: 1px solid #f1d0d4;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 60%;
}

.KD-button-2a {
	background-color: #FFF;
	padding: 3px 5px;
	margin-top: 55px;
	border: 1px solid #fdde8b;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-3a {
	background-color: #FFF;
	padding: 3px 5px;
	margin-top: 55px;
	border: 1px solid #c6aec1;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-extra {
	background-color: #FFF;
	padding: 3px 6px;
	margin-top: 55px;
	border: 1px solid #fdde8b;
	font-size: 90%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
	
.KD-infozeile {
	width: 90%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 100px;
	margin: 0 auto;
	background-image: url(../images/footer-karin-design.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding-top: 4%;
}

.KD-footer {
	color: #000;
	height: 100px;
	align-items: center;
	justify-content: center;
	
}
.KD-footer p,
.KD-footer a {
	font-size: 80%;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.KD-infozeile-minis {
	width: 90%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 100px;
	margin: 0 auto;
	background-image: url(../images/footer-karin-design.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding-top: 4%;
}
	
.freebies {
	width: 40%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
	padding-right: 30px;
	padding-bottom: 30px;
}
	
.fairness {
	width: 45%;
    height: auto;
	padding-top: 10px;
	margin-left: -40px;
}
	
}


/* */
@media (min-width:769px) and (max-width:1096px) {
	
p {
	color: #000;
	font-size: 80%;
	font-weight: 200;
}

h1 {
	color: #875a75;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4 {
	color: green;
	font-size: 100%;
	font-weight: bold;
}
	
.container {
	width: 90%;
	height: auto;
	max-width: 1260px;
	min-width: 45%;
	min-height: 350px;
	margin: 0 auto;
	background-image: url(../images/karin-design-backdrop.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
	
.KD-container {
	width: 85%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 350px;
	margin: 0 auto;
}

.KD-container2 {
	width: 85%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 1150px;
	margin: 0 auto;
}

.KD-container3 {
	width: 85%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 5780px;
	margin: 0 auto;
}

.KD-container4 {
	width: 85%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 3000px;
	margin: 0 auto;
}

.KD-container5 {
	width: 85%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 1250px;
	margin: 0 auto;
}
	
#cookiehinweis {
	position: fixed;
	justify-content: center; 
    align-items: center;
	vertical-align: center;
	bottom: 10%;
	margin: 25%;
	width: 50%;
	height: auto;
	z-index: 750;
	background: #FFF;
	border: inset 1px #eee;
	color: #000;
	padding: 8px 5px 2px 5px;
	font-size: 60%;
}

.karin-design {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/karin-design-backdrop.png);
	background-repeat: no-repeat;
	background-size: 100%;	
}

.KD-design-minis {
	width: 72%;
	margin-top: 4%;
	margin-bottom: 10%;
	text-align: left;
	padding-left: 3%;
	line-height: 30px;
	float: right;
}

.KD-design {
	width: 42%;
	margin-top: 28%;
	margin-bottom: 10%;
	text-align: left;
	padding-left: 13%;
	line-height: 17px;
}

.KD-design p {
	color: #000;
	font-size: 70%;
	font-weight: 200;
}

.KD-design h1 {
	color: #875a75;
	font-size: 95%;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
}
	
.KD-shopangebot {
	width: 70%;
	height: auto;
	padding-bottom: 3%;
	text-align: center;
}
	
.KD-shopauswahl {
	width: 80%;
	padding-left: 13%;
}

.KD-shopinfo {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #d0c0cb;
}

.KD-shopinfo-1 {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #f1d0d4;
}

.KD-shopinfo-2 {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #fdde8b;
}

.KD-shopinfo-3 {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #8613A4;
}

.KD-infofeld {
	margin: 3px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #d0c0cb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 23%;
	float: left;
	margin-right: 2%;
	background-color: #FFF;
}

.KD-infofeld-1 {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #f1d0d4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 25%;
	float: left;
	margin-right: 1%;
	background-color: #FFF;
}

.KD-infofeld-2 {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #fdde8b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 25%;
	float: left;
	margin-right: 1%;
	background-color: #FFF;
}

.KD-infofeld-3 {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #c6aec1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 25%;
	float: left;
	margin-right: 1%;
	background-color: #FFF;
}

.KD-infofeld-1a {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 0px solid #f1d0d4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 45%;
	float: left;
	margin-right: 10%;
}

.KD-infofeld-2a {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 0px solid #fdde8b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 45%;
	float: left;
	margin-right: 10%;
}

.KD-infofeld-3a {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 0px solid #c6aec1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 45%;
	float: left;
	margin-right: 10%;
}

.KD-infofeld:hover,
.KD-infofeld-1:hover,
.KD-infofeld-2:hover,
.KD-infofeld-3:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.KD-infofeld p,
.KD-infofeld-1 p,
.KD-infofeld-2 p,
.KD-infofeld-3 p{
	color: #000;
	font-size: 60%;
	font-weight: 200;
}

.KD-infofeld  h2,
.KD-infofeld-1 h2,
.KD-infofeld-2 h2,
.KD-infofeld-3 h2{
	color: #000;
	font-size: 85%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.KD-infofeld-1a:hover,
.KD-infofeld-2a:hover,
.KD-infofeld-3a:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.KD-infofeld-1a p,
.KD-infofeld-2a p,
.KD-infofeld-3a p {
	color: #000;
	font-size: 60%;
	font-weight: 200;
}

.KD-infofeld-1a h2,
.KD-infofeld-2a h2,
.KD-infofeld-3a h2 {
	color: #000;
	font-size: 90%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.KD-shops ul {
	list-style: none;
	padding: 0;
	color: #000;
	font-size: 70%;
	font-weight: 200;
}

.KD-shops ul li {
	padding: 5px 0;
}

.KD-info {
	padding-bottom: 10px;
}

.KD-info h3{
	display: inline;
}

.KD-info p {
	color: #000;
	font-size: 60%;
	font-weight: 200;
	display: inline;
}

.KD-button {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #d0c0cb;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-1 {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #f1d0d4;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-2 {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #fdde8b;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-3 {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #c6aec1;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-1a {
	background-color: #FFF;
	padding: 3px 5px;
	margin-top: 55px;
	border: 1px solid #f1d0d4;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 60%;
}

.KD-button-2a {
	background-color: #FFF;
	padding: 3px 5px;
	margin-top: 55px;
	border: 1px solid #fdde8b;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-3a {
	background-color: #FFF;
	padding: 3px 5px;
	margin-top: 55px;
	border: 1px solid #c6aec1;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-extra {
	background-color: #FFF;
	padding: 3px 6px;
	margin-top: 55px;
	border: 1px solid #fdde8b;
	font-size: 90%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
	
.KD-infozeile {
	width: 90%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 100px;
	margin: 0 auto;
	background-image: url(../images/footer-karin-design.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding-top: 4%;
}

.KD-footer {
	color: #000;
	height: 100px;
	align-items: center;
	justify-content: center;
	
}
.KD-footer p,
.KD-footer a {
	font-size: 80%;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.KD-infozeile-minis {
	width: 90%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 100px;
	margin: 0 auto;
	background-image: url(../images/footer-karin-design.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding-top: 4%;
}
	
.freebies {
	width: 45%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
	padding-right: 30px;
	padding-bottom: 30px;
}


}

/* */
@media (min-width:1097px) and (max-width:1536px) {
	
p {
	color: #000;
	font-size: 80%;
	font-weight: 200;
}

h1 {
	color: #875a75;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h4 {
	color: green;
	font-size: 100%;
	font-weight: bold;
}
	
.container {
	width: 95%;
	height: auto;
	max-width: 1260px;
	min-width: 45%;
	min-height: 350px;
	margin: 0 auto;
	background-image: url(../images/karin-design-backdrop.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
	
.KD-container {
	width: 90%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 350px;
	margin: 0 auto;
}

.KD-container2 {
	width: 90%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 1150px;
	margin: 0 auto;
}

.KD-container3 {
	width: 90%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 5780px;
	margin: 0 auto;
}

.KD-container4 {
	width: 90%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 3000px;
	margin: 0 auto;
}

.KD-container5 {
	width: 90%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 1250px;
	margin: 0 auto;
}
	
#cookiehinweis {
	position: fixed;
	justify-content: center; 
    align-items: center;
	vertical-align: center;
	bottom: 3%;
	margin: 25%;
	width: 50%;
	height: auto;
	z-index: 750;
	background: #FFF;
	border: inset 1px #eee;
	color: #000;
	padding: 8px 5px 2px 5px;
	font-size: 60%;
}

.karin-design {
	width: 100%;
	margin: 0 auto;
	background-image: url(../images/karin-design-backdrop.png);
	background-repeat: no-repeat;
	background-size: 100%;	
}

.KD-design-minis {
	width: 72%;
	margin-top: 4%;
	margin-bottom: 10%;
	text-align: left;
	padding-left: 3%;
	line-height: 30px;
	float: right;
}

.KD-design {
	width: 42%;
	margin-top: 28%;
	margin-bottom: 10%;
	text-align: left;
	padding-left: 13%;
	line-height: 17px;
}

.KD-design p {
	color: #000;
	font-size: 85%;
	font-weight: 200;
	line-height: 22px;
}

.KD-design h1 {
	color: #875a75;
	font-size: 115%;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0px;
}
	
.KD-shopangebot {
	width: 70%;
	height: auto;
	padding-bottom: 3%;
	text-align: center;
}
	
.KD-shopauswahl {
	width: 80%;
	padding-left: 13%;
	margin-top: 14%;
}

.KD-shopinfo {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #d0c0cb;
}

.KD-shopinfo-1 {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #f1d0d4;
}

.KD-shopinfo-2 {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #fdde8b;
}

.KD-shopinfo-3 {
	margin: 3px 0;
	padding: 3px;
	border-bottom: 2px solid #8613A4;
}

.KD-infofeld {
	margin: 3px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #d0c0cb;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 23%;
	float: left;
	margin-right: 2%;
	background-color: #FFF;
}

.KD-infofeld-1 {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #f1d0d4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 25%;
	float: left;
	margin-right: 1%;
	background-color: #FFF;
}

.KD-infofeld-2 {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #fdde8b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 25%;
	float: left;
	margin-right: 1%;
	background-color: #FFF;
}

.KD-infofeld-3 {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 2px solid #c6aec1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 25%;
	float: left;
	margin-right: 1%;
	background-color: #FFF;
}

.KD-infofeld-1a {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 0px solid #f1d0d4;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 35%;
	float: left;
	margin-right: 10%;
}

.KD-infofeld-2a {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 0px solid #fdde8b;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 35%;
	float: left;
	margin-right: 10%;
}

.KD-infofeld-3a {
	margin: 5px 0;
	padding: 10px 10px 0px 10px ;
	border: 0px solid #c6aec1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 35%;
	float: left;
	margin-right: 10%;
}

.KD-infofeld:hover,
.KD-infofeld-1:hover,
.KD-infofeld-2:hover,
.KD-infofeld-3:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.KD-infofeld p,
.KD-infofeld-1 p,
.KD-infofeld-2 p,
.KD-infofeld-3 p{
	color: #000;
	font-size: 60%;
	font-weight: 200;
}

.KD-infofeld  h2,
.KD-infofeld-1 h2,
.KD-infofeld-2 h2,
.KD-infofeld-3 h2{
	color: #000;
	font-size: 85%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.KD-infofeld-1a:hover,
.KD-infofeld-2a:hover,
.KD-infofeld-3a:hover {
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0);
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}

.KD-infofeld-1a p,
.KD-infofeld-2a p,
.KD-infofeld-3a p {
	color: #000;
	font-size: 60%;
	font-weight: 200;
}

.KD-infofeld-1a h2,
.KD-infofeld-2a h2,
.KD-infofeld-3a h2 {
	color: #000;
	font-size: 90%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.KD-shops ul {
	list-style: none;
	padding: 0;
	color: #000;
	font-size: 70%;
	font-weight: 200;
}

.KD-shops ul li {
	padding: 5px 0;
}

.KD-info {
	padding-bottom: 10px;
}

.KD-info h3{
	display: inline;
}

.KD-info p {
	color: #000;
	font-size: 60%;
	font-weight: 200;
	display: inline;
}

.KD-button {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #d0c0cb;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-1 {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #f1d0d4;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-2 {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #fdde8b;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-3 {
	background-color: #FFF;
	padding: 4px 7px;
	margin-top: 45px;
	border: 1px solid #c6aec1;
	font-size: 70%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-1a {
	background-color: #FFF;
	padding: 3px 5px;
	margin-top: 55px;
	border: 1px solid #f1d0d4;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	width: 60%;
}

.KD-button-2a {
	background-color: #FFF;
	padding: 3px 5px;
	margin-top: 55px;
	border: 1px solid #fdde8b;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-3a {
	background-color: #FFF;
	padding: 3px 5px;
	margin-top: 55px;
	border: 1px solid #c6aec1;
	font-size: 60%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.KD-button-extra {
	background-color: #FFF;
	padding: 3px 6px;
	margin-top: 55px;
	border: 1px solid #fdde8b;
	font-size: 90%;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
	
.KD-infozeile {
	width: 95%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 100px;
	margin: 0 auto;
	background-image: url(../images/footer-karin-design.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding-top: 7%;
}

.KD-footer {
	color: #000;
	height: 100px;
	align-items: center;
	justify-content: center;
	
}
.KD-footer p,
.KD-footer a {
	font-size: 80%;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.KD-infozeile-minis {
	width: 95%;
	max-width: 1260px;
	min-width: 45%;
	min-height: 100px;
	margin: 0 auto;
	background-image: url(../images/footer-karin-design.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	padding-top: 8%;
}
	
.freebies {
	width: 38%;
    height: auto;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
	padding-right: 25px;
	padding-bottom: 25px;
}


}


