@import url(reset.css);
@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background: rgb(167,235,236);
background: radial-gradient(circle, rgba(167,235,236,1) 0%, rgba(255,229,172,1) 100%); 
	border: 1px solid #B69119;
	box-shadow: inset 0 1px 0 #E3BE46;
	-webkit-box-shadow: inset 0 1px 0 #E3BE46;
	-moz-box-shadow: inset 0 1px 0 #E3BE46;
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	margin-top: 40px;
}

.button-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 100%;
        }
        .button-container {
            display: flex;
            gap: 60px;
        }

#footer {
	background-color: #e0f2fd;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	height: 90px;
	padding: 20px;
}

#ausleger {
	height: 400px;
}


/** Text **/
h1 {
	font-size:20pt;
	line-height:24pt;
	color:#b85532;
	margin-bottom: 20px;
}

h2 {
	font-size:16pt;
	line-height:20pt;
	color:#000000;
	margin-top: 25px;
	margin-bottom: 10px;
}

h3 {
	font-size:12pt;
	line-height:16pt;
	color:#c00f11;
	margin-top: 14px;
	margin-bottom: 4px;
}

p {
	font-size:9pt;
	line-height:14pt;
	color:#6b6a61;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

#narrenbox{
	background: #f9f7e3 url(../images/bg-narrenbox.png) no-repeat top;
	background-size:1024px;
	min-height: 900px;
	border: 5px solid #f9f7e3;
}

#footer>.wrapper>p {
	font-size:7pt;
	line-height:11pt;
	color:#0071b8;
}

#footer>.wrapper>p a {
	color:#0071b8;
}

p a, p a:link {
	color:#0071b8;
	text-decoration: none;
}

p a:hover {
	text-decoration: underline;
}

hr {
	line-height: .4px;
	height: .4px;
	color: #ceb256;
	background-color: #ceb256;
	margin-top: 30px;
	border: 0.4px solid #ceb256;
}

        .button {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            max-width: 220px;
            background: #fff3d7;
            padding: 10px 10px 10px 50px;
            border-radius: 15px;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
            text-decoration: none;
            font-family: Arial, sans-serif;
            text-align: left;
            font-weight: bold;
        }
        .button:hover {
            background: linear-gradient(45deg, rgba(255,243,215,1) 40%, rgba(167,235,236,1) 100%);
        }
        .button span {
            display: block;
            color: #0071b8;
            font-size: 16px;
        }
        .button p {
            color: #0071b8;
            font-size:20px;
            margin: 5px 0 0 0;
        }
        .clown {
            width: 56px;
            height: 87px;
            position: absolute;
            top: -20px;
            left: -20px;
        }


/** Text **/
#logo {
	width: 35%;
}

#bulli {
	height: 100%;
	margin-left: 300px;
	margin-top: 30px;
}


/** Mini-Styles **/
.spacer {
	margin-top: 10px;
}

.left {
	float: left;
	margin-left: 30px;
}

.right {
	float: right;
}

.clear {
	clear:both;
}