* {
	margin:0;
	padding:0;
}

/* ###### GENERAL TAGS ###### */

html {
	background-color: #f3be6a;
	font-size: 1em;
	color: #6B6B6B;
}
section p {
	padding: 3.125% 0;
	line-height: 1.5em;
}
h1 {
	padding: 3%; 
}

h2{
	font-size:1.3em;
	font-weight: bold;
	padding-bottom:3%;
}
h3{
	font-size: 1.1em;
	font-weight: bold;
	padding: 3% 0;
}
h4 {
	font-weight:normal;
	padding-top: 2%;
}

address {
	font-style: normal;
	font-style: normal;
}

 img {
	max-width:100%;
	height:auto;
	overflow:hidden;
}
section .imgBox img, .button {
	box-shadow: 3px 3px 0px 1px rgba(219, 219, 219, 0.79);
	-webkit-box-shadow: 3px 3px 0px 1px rgba(219, 219, 219, 0.79);
	-moz-box-shadow: 3px 3px 0px 1px rgba(219, 219, 219, 0.79);
}

button {
	background-color: #f3be6a;
    border: 1px solid #fff;
    padding: 15px 20px;
    border-radius: 30px;
    width: 100%;
    margin-top: 5px;
}

.onlyMobile {
	display: none;
}

.smallfont {
font-size: 0.95em;

}
.x-smallfont {
font-size: 0.75em;
}

.noPadding {
	padding-top:0 !important;
	margin-top: 0 !important;
}
.padding10px {
	padding-bottom: 3.125%;
}
.margin10px {
	margin-bottom: 3.125%;
}
.noMarginRight {
	margin-right:0 !important;
}
.textRed {
	color:#b00a0a;
}

.homeLink {
	display: inline-block;
	height: 90px;
	width: 550px;
	position: absolute;
	left: 0;
	top: 0;
}
/* ###### GENERAL BOXES ###### */

#wrapper {
	max-width:960px;
	margin:1.8% auto;
	font-family: 'PT Sans', sans-serif;
	background-color:white;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 5px 5px 0px 1px rgba(218,171,95,0.79);
	-moz-box-shadow: 5px 5px 0px 1px rgba(218,171,95,0.79);
	box-shadow: 5px 5px 0px 1px rgba(218,171,95,0.79);
}
header {
	height:225px;
	background: transparent url(../images/header.png) no-repeat top left;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;	

}
footer {
	margin-top: -17px;
	padding-top: 50px;
}



/* ###### LISTEN ###### */

section ul li {
	margin:1.5% 0;
}

section ul, .textBox ol {
    padding: 0 0 0 20px;
}

.textBox ul, .textBox ol  {
	padding:3.125% 4%;
}

dt, dd {
	display: inline-block;
}
dt {
	font-weight:bold;
}

/* ###### LINKS ###### */
a {
	color:#6B6B6B;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #444444;
}

nav a {
	color:white;
	font-size:1.05em;
	font-weight:normal;
}
nav a:hover {
	color: #f3be6a;
}

a.active {
	color: #f3be6a;
}


/* ###### NAVIGATION ###### */

nav {
	text-align: right;
	padding: 10% 0% 1% 32%;
	width: 65%;
	margin-top: -15.4%;
	position:relative;
}

nav ul li {
	list-style-type: none;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
	display: inline-block;
	margin-right: 20px;
	letter-spacing: 2px;
	line-height:25px;
}

.mobileNav {
	display: none;
}

/* ###### CONTENT ###### */
section {
	padding: 0 7% 5% 7%;
}
section .textBox {
	width: 57%;
	display:inline-block;
}
section .imgBox{
padding: 2.3% 0 0 10%;
display:inline-block;
vertical-align:top;
}


/* ###### FOOTER ###### */

footer {
    padding: 0 7% 7% 7%;
}

footer .boxes {
	border-top: 1px solid #c9c9c9;
	display: flex;
	justify-content: space-between;
}


footer section {
	width: 100%;
	font-size: 0.9em;
	line-height: 1.35em;
	padding: 1% 0;
}

footer section p {
	line-height: normal;
}


/* ###### zwei Spalten Layout ###### */

#twoColumns {
	display: flex;
	margin-bottom: 50px;
	padding: 0 7% 5% 7%;
}

#twoColumns section{
	 width: 45%;
}

#twoColumns section {
	padding: 0;
}

#twoColumns section:first-child {
	border-right: #EEE 1px solid;
	padding-right: 3%;
}

#twoColumns section:last-child {
	padding-left: 3%;
}



.border-top {
	border-top: 1px solid #eee;
}
.padding-top {
    padding-top: 20px;
}

/** .feedback p.smallfont {
    margin-top: -11px;
} **/


.index .content img {
	width: 100%;
}
.index .content .imgBox{
	padding: 2.3% 0 0 15%;
}


.stick-termin {
	width: 6%;
	position:fixed;
	top:180px;
	right:0;
	z-index:5;
	text-align:center;
	opacity: 0.85;
	background-color:#107ACA;
	font-size:17px;
	overflow:hidden;
	border-radius: 4px 0 0 4px;
	text-decoration:none;
	padding:16px;
	line-height:1.4
}

.stick-termin a {
	color:#fff;
}
