@charset "UTF-8";

a:link {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ff6600;
}
a:active {
	color: #000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bagel_background_raster1.jpg)
}

body,td,th {
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    font-size: 18px;
    color: #000000;
    margin-top: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    }

h2 {
    text-transform: uppercase;
}

.dontshow {
	display: none;
}

nav {
	width: 250px;
	height: auto;
	margin-left: auto;
	background-color: #FFF;
	max-width: 100%;
	color: #000;
	position: fixed;
	right: 54px;
	top: 23px;
	curser: pointer;
    z-index: 9999;
}

nav ul {
	padding: 0px;
	color:#000;
	background-color: #FFF;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}

nav ul a {
	color: #000;
}

nav ul li a {
	text-decoration: none;
	color: #000;
}

nav ul li:hover ul {	/* ruft das Dropdown-Menü auf */
	display: block;
}

//nav ul li {
    color: #ffffff;
}

nav ul li ul { 		/* zeigt das Dropdown-Menü */
	display: block;
	
}

nav ul li ul li {
	width: auto;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	height: auto;
	text-align: left;
	//border-bottom: 1px solid #000;
	float: none;
	color: #000;
}

nav ul li ul li:last-child {
	border-bottom: 0px solid #000;
}

nav ul li ul li a {
	font-size: 30px;
}
nav ul li ul li:hover a {
	color: #FF6600;
}

nav li a {
	display: block;
	color: #000;
	
}

nav li:hover {
	//background: rgba(00,00,00,0.1);	
}
    
.style-logo {
    max-width: 250px;
    margin-top: 80px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    
}

.style-logo-sub {
    max-width: 60px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    
}

.style-text {
    text-align: center;
    font-family: Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
    color: #00000;
    margin-top: 50px;
    text-decoration: none;
    font-size: xx-large;
}
.style-position {
    width: 100%;
    height: 100%;
    padding-top: auto;
    padding-right: auto;
    padding-bottom: auto;
    padding-left: auto;
    margin-bottom: 50px;
}

.address {
    font-size: 18px;
    margin-bottom: 50px;
    margin-top: 10px;
}

#wrapper {
	width: 100%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

#icon-menue{
	curser: pointer;
	z-index: 7;
	width: auto;
	height: auto;
	position: fixed;
	top: 23px;
	right: 0px;
	background-color: #000000;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none
}

#icon-buttons {
	curser: pointer;
	z-index: 7;
	width: auto;
	height: auto;
	//position: fixed;
	top: 25px;
	right: 25px;
	background-color: #000000;
	padding-top: 11px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	float: left;
	display:none;
}

#icon-tel {
	curser: pointer;
	z-index: 7;
	width: auto;
	height: auto;
	position: fixed;
	top: 80px;
	right: 0px;
	background-color: #000000;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#icon-mail {
	curser: pointer;
	z-index: 7;
	width: auto;
	height: auto;
	position: fixed;
	top: 138px;
	right: 0px;
	background-color: #000000;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#icon-imprint {
	curser: pointer;
	z-index: 7;
	width: auto;
	height: auto;
	position: fixed;
	top: 196px;
	right: 0px;
	background-color: #000000;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#icon-but-back {
	curser: pointer;
	width: auto;
	height: auto;
	position: fixed;
	top: 215px;
	right: 0px;
	background-color: #ff6600;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 
}

.section-zusammen {
	width: 100%;
	align-items: center;
}

.article-section-news {
	width: 420px;
	height: 650px;
	margin-left: 40px;
	margin-right: 0px;
	margin-bottom: 40px;
	float: left;
	background-color: #ffffff;
}
.referenz-logo {
	width: 370px;
	height: 370px;
	padding: 25px;
	margin-right: 25px;
    margin-bottom: 0px;
	background-color: #FFFFFF;
	float: left;
	text-align: center;
	max-height: 100%;
}
.flaeche-article-text {
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-top: 0px;
	margin-top: 0px;
	overflow-y: auto;
}

.section-content {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	background-color: #ffffff;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin-top: 25px;
	margin-bottom: 0px;
	float: left;
}

.section-content-100 {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	background-color: #ffffff;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin-top: 25px;
	margin-bottom: 0px;
	float: left;
}

.section-text {
	width: auto;
	max-width: 100%;
	padding-left: 0px;
	padding-right: 75px;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-top: 0px;
	overflow-y: auto;
}

.button-weiter {
	padding-left: 25px;
	padding-bottom: 0px;
	float: left;
}

.content-image-big {
	width: auto;
	padding-bottom: 25px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.content-image-big2 {
	width: auto;
	margin-bottom: 25px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border: 0px solid #ccc;
	float: left;
}

.content-image {
	width: 318px;
	padding-bottom: 25px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 25px;
	float: left;
}

.content-image-last {
	width: 318px;
	padding-bottom: 25px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}

.content-image-50 {
	width: 662px;
	padding-bottom: 25px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 25px;
	float: left;
}

.content-image-50-last {
	width: 662px;
	padding-bottom: 25px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}

footer {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	left: auto;
	right: auto;
	height: auto;
}

.footer-innen {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}