/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
@font-face {
    font-family: "baksosapi";
    src: url("https://www.woidwuzerl.de/styles/fonts/baksosapi-webfont.woff2") format("woff2"),
         url("https://www.woidwuzerl.de/styles/fonts/baksosapi-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "tahu";
    src: url("https://www.woidwuzerl.de/styles/fonts/tahu-webfont.woff2") format("woff2"),
         url("https://www.woidwuzerl.de/styles/fonts/tahu-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;

}
/* Generelles */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #f0e5d5;
	font-family: "Montserrat", sans-serif;
}
a {
	color: #000000;
}

/* Clearfix */
.clearfix:before,
.clearfix:after{content: " "; /* 1 */ display: table; /* 2 */}
.clearfix:after{clear: both;}
.clearfix{*zoom: 1;}

img {
	border: 0;
	height: auto;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	line-height: 1.4;
}
h2 {
	margin-bottom: 20px;
}
p {
	line-height: 1.4;
	margin-bottom: 10px;
}

.beige {
	background-color: #f0e5d5;
}
.brown {
	background-color: #391408;
}
.orange {
	background-color: #f48040;
}
.center {
	text-align: center;
}
.tahu {
	display: block;
	font-family: "tahu", sans-serif;
}
.baksosapi {
	display: block;
	font-family: "baksosapi", sans-serif;
}
h2 .tahu {
	font-size: 36px;
	font-size: 2.2rem;
	line-height: 1;
}
h2 .baksosapi {
	line-height: 1;
	margin-top: -5px;
}
.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.img-center img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.imgwrapper {
	margin-bottom: 10px;
}

.site-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.site-content h1 {
	font-size: 34px;
	font-size: 3rem;
}


/* Header */
.header{
	background-color: #ffffff;
	box-shadow: 0 0 7px rgba(0,0,0,0.2);
}
.bloginfo {
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.branding-h1 {
	display: block;
    font-size: 0;
    margin: 0;
    padding: 0;
    position: relative;
	text-align: center;
    z-index: 10;
}
.logo {
	display: inline-block;
	font-size: 0;
    height: auto;
	padding: 10px;
    position: relative;
	z-index: 10;
}
.logo object {
	display: inline-block;
	font-size: 0;
	height: 72px ;
	/* height: 92px; */
	position: relative;
	z-index: -1;
}

/* single-site */
.single-site h2 {
	margin-top: 30px;
}
.single-site h3 {
	margin-top: 30px;
	margin-bottom: 10px;
}
.single-site h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.single-site ul {
	margin-left: 30px;
}
.single-site ul li {
	margin-bottom: 10px;
}

/* productinfo */
.productinfo ul {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
.productinfo ul li {
	margin-bottom: 30px;
}
.productinfo ul li:last-child {
	margin-bottom: 0;
}
.productinfo ul li span{
	display: block;
	font-family: "tahu", sans-serif;
	font-size: 2rem;
}

/* contactinfo */
.contactinfo {
	background-color: #fff;
}

/* ctainfo */
.productinfo,
.ctainfo {
	overflow: hidden;
	position: relative;
}
.ctainfo:after {
	background: url("img/circles-bottom.png") no-repeat;
	bottom: 0;
	content:"";
	display: block;
	height: 305px;
	position: absolute;
	right: 0;
	/* width: 716px; */
	width: 426px;
	z-index: -1;
}
/* .productinfo:before {
	background-color: #f48040;
	border-radius: 50%;
	content: "";
	height: 400px;
	left: -140px;
	position: absolute;
	top: -200px;
	width: 400px;
} */
.ctainfo ul {
	align-content: center;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	list-style: none;
	margin-top: 20px;
	justify-content: center;
}
.ctainfo ul li {
	list-style: none;
	margin-bottom: 10px;
}
.ctainfo ul li a{
	background-color: #f0e5d5;
	border: 3px solid #000;
	color: #000;
	display: block;
	font-weight: bold;
	max-width: 280px;
	padding: 10px;
	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.ctainfo ul li a:hover{
	/* border-color: #f48040;
	color: #f48040; */
	color: #fff;
	background-color: #000;
}

/* Footer */
.footer {
	background-color: #fff;
	padding-bottom: 40px;
	padding-top: 40px;
}
.footer ul {
	list-style: none;
	text-align: center;
}
.footer ul li{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 10px;
}
.footer a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
@media screen and (min-width: 500px) {
	.productinfo ul {
		flex-direction: row;
	}
	.productinfo ul li {
		padding-right: 15px;
		padding-left: 15px;
	}
	.ctainfo ul {
		flex-direction: row;
		margin-right: -20px;
	}
	.ctainfo ul li {
		flex: 0 0 200px;
		margin-right: 20px;
	}
	.ctainfo:after {
		bottom: -90px;
		right: -70px;
	}
}
@media screen and (min-width: 768px) {
	.contactinfo .imgwrapper {
		float: left;
		margin: 0 20px 20px 0;
	}
	.contactinfo .center {
		margin: 0 auto;
		max-width: 800px;
	}
	.contactinfo .center p {
		text-align: left;
	}
}
@media screen and (min-width: 1024px) {
	.productinfo ul li {
		max-width: 180px;
		padding-right: 10px;
		padding-left: 10px;
	}
}
@media screen and (min-width: 1350px) {
	.ctainfo:after {
		bottom: 0;
		right: 0;
	}
}