@charset "utf-8";

@font-face {
    font-family: 'passwordregular';
    src: url('password-webfont.eot');
    src: url('password-webfont.eot?#iefix') format('embedded-opentype'),
         url('password-webfont.woff2') format('woff2'),
         url('password-webfont.woff') format('woff'),
         url('password-webfont.ttf') format('truetype'),
         url('password-webfont.svg#passwordregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.pwd {
	font-family: passwordregular, Geneva, sans-serif;
	font-size: 16px;
}

.loginfeld {
	width: 300px;
	height: 25px;
	background-color: #CEFFCE;
	border: solid 1px #666;
	padding: 3px;
}

img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}

body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	background-color: #888;
}

input[type='text'],
input[type='password'] {
	height: 10px !important;
	padding: 5px;
}

input[type='submit']:hover,
input[type='button']:hover {
	cursor: pointer;
}

#videocontainer {
	width: 100vw;
	height: 100vh;
	position: fixed;
 	top: 0;
  	left: 0;
  	z-index: -100;
	overflow: hidden;
}

#backgroundvideo {
	position: relative;
    width: auto;
	max-width: 500%;
	max-height: 500%;
    min-height: 100%;
	min-width: 100%;
	background: transparent url(../video/shopping.jpg) no-repeat;
  	background-size: cover;
}

.clearfix {
	clear: both;
}

.img {
	border:1px solid #789327;
}

.left {
	text-align:right;
	float:left;
	margin:0 10px 0 0;
}

.right {
	text-align:left;
	float:right;
	margin:0 0 0 10px;
}

.btn {
	position: relative;
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	padding: 15px 98px 14px;
	background: #d44934;
	border: none;
	border-radius: 2px;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.41);
	transition: all 0.5s ease-in-out;
	background-color: #d44934;
}

h1 {
	font-size: 200%;
	color: #1B2336;	
}

h2 {
	font-size: 140%;
}

h3{
	background:#D52B38;
	color:#fff;
	margin:30px 0 0 0;
	padding:0 10px;
	text-align:left;
	font-size:1.5em;
	line-height:2em;
}

h4{
	color:#506728;
	margin:30px 0 0 0;
	text-align:left;
	font-size:1.8em;
	line-height:2em;
}

a, a:visited {
	color: #429BA5;
	text-decoration: none;
}

a:hover {
	color: #D52B38;
}

label {
	display: inline-block;
	width: 120px;
}

.hinweis {
	font-size: 70%;
}

.backgroundweiss {
	background-color: #FFFFFF !important;
}

.columns2 {
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-width: 200px; /* Chrome, Safari, Opera */
	-moz-column-width: 200px; /* Firefox */
	column-width: 200px;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
	padding: 30px;
}	

.columns3 {
	-moz-column-count:    3;
	-webkit-column-count: 3;
	column-count:         3;
	-webkit-column-width: 200px; /* Chrome, Safari, Opera */
	-moz-column-width: 200px; /* Firefox */
	column-width: 200px;
	-webkit-column-gap: 40px; /* Chrome, Safari, Opera */
	-moz-column-gap: 40px; /* Firefox */
	column-gap: 40px;		
	text-align: justify;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
   	padding: 30px;
}	

#seitensuche {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding-top: 0px;
}

#suchtext {
	background-color: #FFF;
	background-image: url(../img/lupe.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto 100%;
	width: calc(100% - 20px);
	max-width: 450px;
	padding: 10px;
	font-size: 20px;
}

#branchenliste {
	-moz-column-count:3; /* Firefox */
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
}

#branchenliste a {
	font-size: 140%;
	display: inline-block;
	width: 300px;
	padding: 5px;
	background-color: #DDDDDD;
}

#branchenliste a:hover {
	background-color: #429BA5;
	
}

#gridcontainer {
	height: auto;
	padding-left:2%;
	padding-right:2%;
	width: 90%;
	min-width: 320px;
	max-width: 1100px;
	clear: none;
	float: none;
	margin:0 auto;
	position: relative;
	z-index: 10;
}

#logo {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 30px;
	background: none; 
}

#logo img {
	width: 80%;
	max-width: 300px;
	height: auto;
	margin: 0 2% 30px 0;
}

#logo h1 {
	color: #FFF;
	font-size: 30px;
}

#logo h2 {
	font-size: 40px;
	margin-top: -60px;
	text-align: center;
}

#logo_admin {
	display: block;
	position: relative;
	height: 150px;
	width: 100%;
	padding: 0;
	padding-top: 80px;
	padding-bottom: 30px;
	background-color: #CEFFCE;
}

#logo_admin img {
	width: 80%;
	max-width: 300px;
	height: auto;
	margin: 0 2% 30px 30px;
}

#logo_admin h2 {
	position: absolute;
	right: 50px;
	top: 50px;
	font-size: 40px;
}

#header {
	padding:0;
	height:auto;
	width:100%;
	overflow: visible;
	margin:0;
	z-index:20;
}

#header h1 {
	font-size:400%;
	text-shadow: 1px 1px 1px #292929;
	color:#fff;
	text-align:center;
	padding:40px;
	padding-bottom:0;
	margin:30px auto 0 auto;
	font-weight:lighter;
}

#header h2 {
	font-size:250%;
	text-shadow: 1px 1px 1px #292929;
	color:#789327;
	text-align:left;
	padding:30px;
	padding-top:0;
	margin:0 auto 30px auto;;
}

#mobil_navi {
	display: block;
	position: absolute;
	top: 10px;
	right: 0px;
	width: 50px;
	height: 50px;
	background-image: url(../img/mobile-navi.png);
	background-size: contain;
	z-index: 1001;
	background-position: center center;
	background-color: #FFF;
}

#mobil_navi:hover {
	cursor: pointer;
}

#hauptnavi {
	position: absolute;
	z-index: 1000;
	top: 20px;
	left: 0;
	display: none;
	height:auto;
	width: 100%;
	min-height:60px;
	padding:0;
	background:#1B2336;
	float:none;
}

#hauptnavi ul {
    display:inline-block;
	float:right;
	margin:0 auto;
	padding: 0;
	list-style:none;
}


#hauptnavi li {
	height: 60px;
	width: 100%;
	float:left;
	text-transform:uppercase;
	list-style:none;
	border-left: 2px solid #DDDDDD;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;

	background: #009933; /* Old browsers */
	background: -moz-linear-gradient(bottom,  #009933 50%, #1b2336 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left bottom, left bottom, color-stop(50%,#009933), color-stop(50%,#1b2336)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(bottom,  #009933 50%,#1b2336 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(bottom,  #009933 50%,#1b2336 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(bottom,  #009933 50%,#1b2336 50%); /* IE10+ */
	background: linear-gradient(to top,  #009933 50%,#1b2336 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009933', endColorstr='#1b2336',GradientType=0 ); /* IE6-9 */

	background-size: 100% 200%;
	background-position:0 0;
	
	border-bottom: solid 2px #FFF;
}

#hauptnavi li:last-child {
	border-bottom: none;
}

#hauptnavi li:hover {
	cursor: pointer;
	background-position: 0 60px;
}

#hauptnavi a {
	display: block;
	width: calc(100% - 40px);
	text-transform: uppercase;
	float: left;
	padding: 20px 20px;
	text-decoration: none;
	color: #FFF;
	font-size: 140%;
}

.navifix {
	min-width: 320px;
	position: fixed;
	top: 0;
	margin: 0 auto;
	z-index: 1000;
}
 
#content {
	position: relative;
	height: auto;
	width:96%;
	margin: 0;
	padding: 10px 2%;
	background-color: rgba(230, 230, 230, 0.8);
	transition: all 1s ease-in-out;
}

#content:hover {
	background-color: rgba(230, 230, 230, 1.0);
}

#admincontent {
	position: relative;
	height: auto;
	min-height: 400px;
	width:96%;
	margin: 0;
	padding: 0 2%;
	padding-bottom: 40px;
	background-color: rgba(255, 255, 255, 1);
}

#content h1 {
	margin:0 0 10px 0;
}

#betriebeliste,
#angeboteliste {
	width: 100%;
}

#footer {
	width: 96%;
	padding: 10px 2%;
	margin: 0;
	position: relative;
	float: none;
	height: auto;
	z-index: 100;
	color: #fff;
	clear: both;
	text-align: left;
	background: #1B2336; 
	font-size: 110%;
}

#footer li, #footer ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#footer h1{
	font-size:1.5em;
	font-weight:lighter;
	color:#fff;
}

#footer a {
	text-decoration:none;
	color:#fff;
}

#footer a:hover{
	color:#D32936;
}

#footer-container {
	width:98%;
	height: auto;
	margin-bottom:30px;
	float:none;
	position: relative;
}

.button {
	-webkit-box-shadow: 2px 2px 2px undefinedpx #292929;
	box-shadow: 2px 2px 2px undefinedpx #292929;

	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.button:hover {
	-moz-transform: rotate(10deg);
	-webkit-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	transform: rotate(10deg);
}

.contentbox {
	width: 99%;
	float: left;
	position: relative;
	display:inline-table;
	box-shadow: 4px 4px 4px 0 rgba(50, 50, 50, 0.75);
	margin: 0 1% 1% 0;
	padding: 5px;
	background-color: #429BA5;
	color: #FFF;
	z-index: 7;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.contentbox:hover {
	cursor: pointer;
	background-color: #1B2336;
}

.contentbox h1 {
	transition: all 0.6s ease-in-out;
}

.contentbox:hover h1 {
	color: #FFF;
}

.contenttext h2 {
	margin-top: 0 !important;
	padding-top: 0 !important;
	line-height: 1 !important;
}

.contenttext {
	position: relative;
	width: 98%;
	height: 50%;
	padding: 5px 1% 0 1%;
	z-index: 9;
}

.contentimg {
	position: relative;
	width: 100%;
	height: 50%;
	background-image: url(../img/anzeigebild.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
	z-index: 10;
}

.emailbutton, .webbutton {
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	z-index: 20;
	-webkit-transition: all .6s ease;
	-moz-transition: all .6s ease;
	-ms-transition: all .6s ease;
	-o-transition: all .6s ease;
	transition: all .6s ease;
}

.emailbutton img, .webbutton img {
	width: 100%;
	height: 100%;
}

.emailbutton {
	left: 0;
}

.webbutton {
	right: 0;
}

.emailbutton:hover, .webbutton:hover {
	width: 60px;
	height: 60px;
}
.webbutton img:hover {
}


#neuereintrag {
	display: block;
	position: absolute;
	top: 20px;
	right: 50px;
	background-color: #009933;
	width: 200px;
	text-align: center;
	color: #FFF;
}

#neuereintrag a,
#neuereintrag a:visited {
	color: #FFF;
	font-size: 130%;
	display: block;
	padding: 15px;
}

#neuereintrag:hover {
	background-color:#0C6;	
}

#seitennavi {
	padding:0;
	margin-bottom: 50px;
	width: 100%;
}

#seitennavi .switch {
	float: left;
	width: 150px;
	height: 15px;
	padding: 5px;
	text-align: center;
	color: #FFF;
	background-color: #009933;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#seitennavi .switch:hover {
	cursor: pointer;
	background-color: #00DF48;
}

.artbox {
	float: left;
	position: relative;
	width: calc(100% - 30px);
	height: auto;
	border: solid 2px #888;
	margin: 10px 0;
	padding: 10px;
	background-color: #DDD;
}

.artbox.link {
	cursor:pointer;
}

.artbox img {
	width: 100%;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.artbox .artboxlink {
	display: block;
}

.artbox h1 {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
}

.artbox .preiszeile {
	color:#C30;
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bold;	
}

.artbox .anbieter {
	width: 100%;
	padding: 5px 10px;
	margin: 10px 0 -10px -10px;
	height: auto;
	position: relative;
	background-color: #009900;
	color: #FFF;
}

.artbox .anbieter h4 {
	font-size: 16px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #FFF;
	line-height: 120%;
}

.artbox .anbieter a,
.artbox .anbieter a:visited {
	color: #FFF;
}

.artbox .anbieter a:hover {
	color: #000;
}

.artbox .anbieter p {
	margin: 2px 0 10px 0;
}

#speicherbox {
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 1000;
}

#speicherbox input[type='submit'] {
	width: 150px;
	font-size: 17px;
	padding: 10px;
}


#eingabenavi {
	margin-bottom: 50px;
}

.kachelswitch {
	color: #FFF;
	background-color: #065589;
	text-align: center;
	float: left;
	height: 25px;
	width: 100px;
	margin-right: 5px;
	padding-top: 5px;
	cursor: pointer;
}

.kachelswitch:hover {
	background-color: #0A88DC;
}

.active {
	background-color: #006;
	color: #FC0;
}

#seiteneinstellungen {
	position: absolute;
	top: 0px;
	right: 0px;
	background-color:#FFF;
}

#seiteneinstellungen a {
	padding: 10px 50px;
	color: #000;
	display: block;
}

#seiteneinstellungen a:visited {
	color: #000;
}

#seiteneinstellungen:hover {
	background-color: #CCC;
}

#startseitencontent {
	width: 100%;
	clear: both;
	padding: 20px 0;
}

@media only screen and (min-width: 451px) {
	.contentbox {
		width: 48%;
	}
}



@media only screen and (min-width: 650px) {

	#mobil_navi {
		display:none;
	}

	#logo {
		padding-top: 100px;
		magin-bottom: 20px;
	}
	
	#logo img {
		margin-bottom: 0;
	}
	
	#logo h1 {
		position: absolute;
		top: 100px;
		width: 50%;
		padding-left: 50%;
	}
	
	#seitensuche {
		position: absolute;
		top: 100px;
		right: 0;
		left: auto;
		width: 50%;
		text-align: right;
	}

	#hauptnavi {
		position: fixed;
		top: 0;
		display: block;
	}
	
	#hauptnavi ul {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
		float: none;
	}
	
	#hauptnavi li {
		height: 60px;
		width: 120px;
		border-bottom: none;
	}

	#footer-container {
		width:25%;
		margin: 0 2% 2% 0;
		float:left;
	}		
	
	#gridcontainer {
		width: 95%;
		max-width: 1100px;
		padding:0;
		clear: none;
		float: none;
	}
		
	.artbox {
		float: left;
		width: 230px;
		height: 400px;
		overflow: hidden;
		margin: 0 10px 10px 0;
	}

	.artbox .anbieter {
		width: calc(100% + 20px);
		padding: 5px 10px;
		margin-bottom: 0;
		height: auto;
		position: absolute;
		bottom: -10px;
	}

	
/* Navi */
/* ================================================================= */
		
	#hauptnavi {
		display: block;
		margin:0 auto;
		float: none;
		padding:0;
		text-align: center;
	}
		
	#mobil_navi {
		display: none;
	}
	
	#navicontainer {
		position: absolute;
	}
	
	#hauptnavi li {
		float: left;
		transition: all 0.5s;
		border: none;
	}
	
	.columns3 {
		-moz-column-count: 3;
		-moz-column-gap: 30px;
		-moz-column-rule:4px dotted #C7B299;
			
		-webkit-column-count: 3;
		-webkit-column-gap: 30px;
		-webkit-column-rule: 4px dotted #C7B299;
			
		column-count: 3;
		column-gap: 30px;
		column-rule: 4px dotted #C7B299;
			
		-o-column-count: 3;
		-o-column-gap: 30px;
		-o-column-rule: 4px dotted #C7B299;
			
		-ms-column-count: 3;
		-ms-column-gap: 30px;
		-ms-column-rule: 4px dotted #C7B299;
		
	}
		
	/* Content
	========================================================================== */
			
	#betriebeliste,
	#angeboteliste {
		display:-webkit-flex;
		flex-direction: row;
		margin-top:10px;
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		align-items: stretch;
		-ms-flex-align:stretch;		
	}
		
	#spalte1{
		margin: 0px 2% 0px 0px;
		flex: 3;
		-webkit-order:1;
		order:1;
	
	}
	
	#sidebar {
		float:right;
		
		flex: 1;
		box-align: end;
		-webkit-order:2;
		order:2;
	}
		
}

@media only screen and (min-width: 751px) {
	#hauptnavi li {
		height: 60px;
		width: 140px;
	}

	.contentbox {
		width: 31%;
	}
}

@media only screen and (min-width: 951px) {
	#hauptnavi li {
		height: 60px;
		width: 170px;
	}

	.contentbox {
		width: 23%;
	}
}

@media only screen and (min-width: 1200px) {
	.back {
		background-size: 100% auto;
	}

	#hauptnavi li {
		height: 60px;
		width: 200px;
	}
}
