@charset "utf-8";
/* CSS Document */
body {
	width:100%;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif"; background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 25%,rgba(251,208,151,1.00) 100%);
    background-repeat:no-repeat;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.row {
	margin: 0 0 0 0;
}
.header {
    background:#ffffff;
	z-index:200000011;
    top: 0;
    width: 100%;
    margin: auto;
    padding:  0px 0 0px 0;
    transition: all ease .5s;
    -webkit-box-shadow: 0 0 10px 0 rgba(229,159,62,.9);
    -moz-box-shadow: 0 0 10px 0 rgba(229,159,62,.9);
    box-shadow: 0 0 10px 0 rgba(229,159,62,.9);
    opacity: .96;
}
.main-80 {
	align-content: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.box4 {
	border: 2px #e59f3e solid;
	padding: 0.5em 0.5em 0.5em 1em;
	margin: 4em 0 0 0;	
	border-radius: 5px 5px 5px 5px;
	font-size:1em;
}
/* BILDER */
.logo {
	padding: 15px 0 10px 0;
}

.schriftzug {
	padding: 0 0 15px 0;
}


.liste {
	list-style-image:url(../images/icon.png);
	padding: 0 1em 0 1.2em;
	line-height: 1.6em;
}

/* FONTS */

.ueberschrift1 {
    font-size: 1.4em;
	color: #e59f3e;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";}
.ueberschrift2 {
    font-size: 1.2em;
	color: #e59f3e;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";}

.ueberschrift3 {
    font-size: 1.1em;
	color: #e59f3e;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";}

.fliess {
	color: #494949;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";	
	font-size:1.1em;
}
.fliess_bold {
	color: #494949;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";	
	font-size:1.1em;
	font-weight: bold;
}

a.linktext:link {
  color: #ff9933;
	text-decoration: none;
}

a.linktext:visited {
   color: #ff9933;
	text-decoration: none;
}

a.linktext:hover {
  color: #831f2b;
	text-decoration: none;
}

a.linktext:active {
  color: #ff9933;
	text-decoration: none;
}


/* FOOTER */

.footer {
	background-color:#831f2b;
	height: auto;
	padding: 20px 10px 20px 10px;
	text-align: left;
	color: #ffe5cb;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size:0.9em;
	margin-top: 2em;
}

.footer2 {
	height: auto;
	padding: 15px 10px 15px 10px;
	text-align: left;
	color: #ffffff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size:0.9em;
}

a.linkfooter:link {
  color: #fbd095;
	text-decoration: none;
}

a.linkfooter:visited {
   color: #fbd095;
	text-decoration: none;
}

a.linkfooter:hover {
  color: #FFFFFF;
	text-decoration: none;
}

a.linkfooter:active {
  color: #fbd095;
	text-decoration: none;
}
a.linkfooter2:link {
  color: #831f2b;
	text-decoration: none;
}

a.linkfooter2:visited {
   color: #831f2b;
	text-decoration: none;
}

a.linkfooter2:hover {
  color: #ff9933;
	text-decoration: none;
}

a.linkfooter2:active {
  color: #840202;
	text-decoration: none;
}
