/* chivo-regular - latin */
h1 {
	font-size: 2.7em;
	margin-top:0px;
	margin-bottom:10px;
	line-height:normal;
	font-weight:normal;
}


@font-face {
  font-display: swap; 
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/chivo-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-italic - latin */
@font-face {
  font-display: swap; 
  font-family: 'Chivo';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/chivo-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/chivo-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* chivo-800 - latin */
@font-face {
  font-display: swap;
  font-family: 'Chivo';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/chivo-v20-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


html {
	overflow-y:scroll;
}
body {
	font-family: 'Chivo', Verdana, Geneva, sans-serif;
	font-size:1em;
	margin:0 0 10px 0;
	padding:0;
	background-color:#ffffff;
}
table {
	font-size:100%;
}
textarea, select, input {
	font-family: 'Chivo', Verdana, Geneva, sans-serif;
	font-size:1em;
}
p {
	margin:0px;
	margin-bottom:10px;
	margin-top:3px;
	padding:0px;
}
h3.details {
	font-weight:600;
	font-size:1.25em;
	color:#968cff;
	padding-top: 25px;
    border-bottom: 1px solid #968cff;
}
hr {
	color:#CCC;
}
a:link, a:visited   {
	color: #F00;
	text-decoration:underline;
	font-weight:normal;
}
a:hover, a:focus, a:active  {
	color: #db3512; /*9EBEE4*/
	text-decoration:underline;
	font-weight:normal;
}
a img {
	border:0px;
}
.clear {
	clear:both;
}

#inhalt ul {
	list-style-type: square;
	margin: 20px 0px 0px 22px;
	padding: 0px;
}
#inhalt li {
	margin: 0px;
	margin-top:5px;
	padding: 0px;
}

#skip {
	position:absolute;
	left:-1000px;
}
.skip {
	margin: 0px;
	padding: 0px;
	text-indent: -10000px;
	list-style-type: none;
}
a img {
	border:0px;
}
br.clear {
	clear:both;
}
#start1 {
	border-top:20px solid #FFF;
	width:100%;
	height: auto;
}
#starttext {
	background-color:#d2e6b9;
	padding:50px 25px 30px 25px;;
	color:white;
	font-size:2em;
	font-weight:600;
	transition:1s;
}
#search {
	position:absolute;
	width:85%;
	top:0px;
	left:7%;
	text-align:center;
	padding:40.2% 0 0 0;
	transition:1s;
}
#search input {
	font-size:120%;
	padding:10px 20px;
	border:1px solid #666;
	font-weight:bold;
	width:40%;
	transition:1s;
}
#search input.submit {
	color:#FFF;
	background-color:#db3512;
	background-image:url(media/design/lupe.png);
	background-position:right;
	background-repeat:no-repeat;
	padding-right:50px;
	width:30%;
	transition:1s;
}

#top {
	position:relative;
	margin:0 auto 0 auto;
	width:100%;
	padding:10px 20px 0 20px;
	width:96%;
	width:auto;
	max-width:1200px;
	min-width:320px;
}
#line1 {
	position:relative;
	top:10px;
}
#line2 {
	position:relative;
	top:10px;
}
#logo {
	float:right;
	width:364px;
	height:auto;
	padding:0%;
	transition:1s;
}
#logo img { 
	width:auto;
	height:auto;
	max-width:100%;
}

#info {
	float:left;
	height:auto;
	width:70%;
	transition:1s;
}
#info h1 {
	color:#000;
	font-size:4.25em;
	margin:0;
	padding:0;
	line-height:auto;
	font-weight:600;
}
#suche {
	float:right;
	width:190px;
	padding-top:25px;
}
#suche input.suche {
	width:150px;
	padding:3px;
	vertical-align:top;
	height:24px;
	border:1px solid #000;
}
#suche input.submit {
	display:inline-block;
	vertical-align:top;
}
#lupensymbol {
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
}
#enavi {
	float:left;
	height:auto;
	width:40%;
	font-size:1.1em;
}
#enavi ul {
	padding:0%;
	margin:0;
}
#enavi li {
	padding:0;
	margin:0;
	width:auto;
	list-style-type:none;
}
#enavi li a {
	text-decoration:none;
	margin:0;
	height:35px;
	padding:2px 0;
	font-weight:normal; 
}

#enavi li a::before {
	content: ">> ";
}
#enavi li a:link, #enavi li a:visited {
	color:#000;
	border-bottom:2px solid #d2e6b9;
}
#enavi li a:hover, #enavi li a:focus, #enavi li a:active, #enavi li a.active {
	color:#968cff;
	border-bottom:2px solid #d2e6b9;
}


#navi {
	position:relative;
	margin:0 auto 0 auto;
	width:100%;
	max-width:1220px;
	font-size: 140%;
	min-width:320px;
	padding:60px 0 10px 0;
	font-size:1.5em;
}
#navi ul {
	padding:0%;
	margin:0;
}
#navi li {
	padding:0;
	margin:0;
	width:34%;
	float:left;
	list-style-type:none;
	transition:1s;
}
#navi li.p2  {
	width:39%;
}

#navi li.p3  {
	width:27%;
}
#navi li a {
	display:block;
	text-decoration:none;
	margin:0;
	font-weight:600;
}
#navi li.p2 a {
	text-align:center;
}

#navi li.p3 a {
	text-align:right;
}
#navi li a:link, #navi li a:visited {
	color:#000;
}
#navi li a:hover, #navi li a:focus, #navi li a:active, #navi li a.active {
	color:#db3512;
}
#inhalt {
	position:relative;
	margin:0 auto 0 auto;
	width:auto;
	padding:10px 20px 25px 20px;
	max-width:1200px;
	min-width:320px;
	font-size:1.25em;
	line-height:1.8em;
	transition:1s;
}

#inhalt #abc {
	clear:both;
	width:100%;
	height:30px;
}

#inhalt ul.abc {
	width:100%;
	margin:0;
	padding:0;
	clear:both;
}
#inhalt ul.abc li {
	float:left;
	width:3.346%;
	padding:0 0 0 0.52%;
	margin:0;
	list-style-type:none;
}
#inhalt ul.abc li:first-child {
	padding:0 0 0 0;
}
#inhalt ul.abc li a {
	display:block;
	background-color:#db3512;
	padding:5px 0;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
}

#inhalt ul.abc li a:link, #inhalt ul.abc li a:visited {
	color:#FFF;
}
#inhalt ul.abc li a:hover, #inhalt ul.abc li a:focus, #inhalt ul.abc li a:active {
	color:#FFF;
	background-color:#968cff;
}
#inhalt ul.abc li.active a {
	color:#FFF;
	background-color:#968cff;
}

#inhalt #branchenbalken {
	clear:both;
	width:100%;
	/*
	height:40px;
	padding:0 0 30px 0;
	*/
}
#inhalt #branchenbalken div {
	clear:both;
	padding:15px 10px;
	border:1px solid #FFF;
	background-color:#db3512;
}
#inhalt #branchenbalken div select, #inhalt #branchenbalken div input {
	font-size:90%;
	padding:3px 10px;
}
#inhalt #branchenbalken div label {
	color:#FFF;
}
#inhalt #branchenbalken label {
	padding:0 10px 0 10px;
	font-weight:600;
}

#inhalt #branchenbalken div h1 {
	color:#FFF;
	font-size:120%;
	font-weight:bold;
}


#inhalt table.firmen {
	padding:30px 0;
	width:100%;
}

#inhalt table.firmen th {
	background-color:#db3512;
	color:#FFF;
	text-align:left;
	font-weight:600;
}
#inhalt table.firmen td, #inhalt table.firmen th {
	padding: 15px 5px 15px 20px;
}

#inhalt table.firmen tr:d(even) {
	background-color:#fff;
}
#inhalt table.firmen tr:nth-child(odd) {
	background-color:#d2e6b9;
}

#inhalt table.firmen tr:hover, #inhalt table.firmen tr:focus, #inhalt table.firmen tr:active {
	background-color:#ffe6e6;
}


#inhalt #spacer {
	/*
	width:96%;
	padding:20px 2%;
	*/
}

#inhalt #firmenlogo {
	float:right;
	width:auto;
	max-width:300px;
}

select#branche {
	background-color:#ffe6e6;
	max-width: 100%;
	overflow: hidden;
}

.button {
	border-radius:40px;
	background-color:#968cff;
	padding:15px;
	margin:40px 0 20px 0;
	transition:0.7s;
	text-align:center;
	border:1px solid #968cff;
	display:block;
}
a.button  {
	color:#fff !important;
	text-decoration:none;
}
.button:hover {
	background-color:#db3512;
}

@media screen and (max-width: 760px)  {
	#inhalt #firmenlogo {
		max-width:50%;
	}
}

#inhalt img {
	max-width:100%;
	height:auto !important;
}


#footerdiv {
	position:relative;
	width:100%;
	border-top:1px solid #666;
}
#footer {
	position:relative;
	margin:0 auto 0 auto;
	width:auto;
	padding:12px 0 5px 0;
	max-width:1240px;
	color:#666;
}
#claimer {
	float:right;
	text-align:right;
	width:50%;
}
#claimer a:link, #claimer a:visited {
	text-decoration:none;
	color:#666;
}
#claimer a:hover, #claimer a:active, #claimer a:focus {
	text-decoration:none;
	color:#db3512;	
}

#fnavi {
	float:left;
	width:50%;
}
#fnavi ul {
	width:100%;
	margin:0;
	padding:0;
}
#fnavi ul li {
	width:auto;
	margin:0;
	padding:0 20px;
	display: inline;
	list-style:none;
	border-left:1px solid #ccc;
}
#fnavi ul li:first-child {
	padding:0 20px 0 0;
	border-left:none;
}
#fnavi ul li a:link, #fnavi ul li a:visited {
	text-decoration:none;
	color:#666;
}
#fnavi ul li a:hover, #fnavi ul li a:active, #fnavi ul li a:focus {
	text-decoration:none;
	color:#900;	
}


@media screen and (max-width: 1270px)  {
	#footer {
		width:auto;
		padding:12px 2% 0 2%;
		max-width:1200px;
		color:#666;
	}
}
@media screen and (max-width: 750px)  {
	#claimer {
		float:none;
		text-align:center;
		padding-top:15px;
		width:100%;
	}
	#fnavi {
		float:none;
		width:100%;
	}
	#fnavi ul {
		text-align: center;
	}
}




/* Kalender */
table.calendar {
	width:100%;
	border:1px solid grey;
	background-color:#FFF;
	line-height:normal;
	color:#000;
}
table.calendar td, table.calendar th {
	width:14%;
	text-align:center;
	border-bottom:1px solid grey;
	border-right:1px solid grey;
	vertical-align:text-top;
}
table.calendar th {
	padding:8px 2px;
	background-color:#CCC;
	font-weight:normal;
}
.cal_prev {
	background-color:#efefef;
}
.cal_next {
	background-color:#efefef;
}
.cal_today {
	background-color:#9EBEE4;
}
.cal_sa {
	background-color:#efefef;
}
.cal_su {
	background-color:#DBDBDB;
}
.cal_empty {
	background-color:#FFF;
}
.cal_event {
	font-size:80%;
	min-height:40px;
}
table.calendar td:hover {
	background-color:#9EBEE4;
}
/* Ende KALENDER */

/* Galerie */
.iscmsGallery img {
	margin-left:-2px;
}
.iscmsGallery img {
	padding-right:0px;
	padding-bottom:0px;
}
.iscmsGallery .pic {
	width:210px;
	height:144px;
	text-align:left;
	padding-right:13px;
	padding-bottom:13px;
	float:left;
}
.iscmsGallery .pic img {
	width:200px;
	height:134px;
	border:5px solid #FFF;
	box-shadow:0px 3px 5px #690;
}
.iscmsGallery .pic a:hover img, .iscmsGallery .pic a:active img, .iscmsGallery .pic a:focus amg{
	border:5px solid #690;
}
/* Ende Galerie */

.download-IMG {
	float: left;
	padding:0px 20px 0px 0px;
}


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

	#search {
		padding:39.5% 0px 0 21px;
	}
	#search input {
		width:50%;
		padding: 20px 20px;
	}
	#search input.submit {
		width:20%;
	}


}
@media screen and (max-width: 940px)  {
	#inhalt {
		font-size:1.1em;
		line-height:1.6em;
        padding-top: 3px;
	}
	#starttext {
		font-size:1.8em;
	}

	#navi { font-size:1.3em; }
	#top { 
	}
	#info { 
		padding-top:5px;
	}
	#info h1 {
		font-size:3em;
	}
	#logo {
		width:40%;
	}
	#suche {
		padding-top:15px;
	}
	#suche input.suche {
	}
	#suche input.submit {
	}
	
}
@media screen and (max-width: 790px)  {
	#starttext {
		font-size:1.6em;
	}
	
	h1 {
	}
	
	table.firmen th:nth-child(2), table.firmen td:nth-child(2) {
		display:none;
	}
	
	#navi {
	}
	
	#info h1 { font-size: 3.5em; }
	#suche { max-width:30%; }	
	#suche input { max-width: calc(100% - 40px); }
	#navi { font-size:1.15em; }
	#inhalt #branchenbalken, #inhalt #branchenbalken div {
	}
	
	#inhalt #abc {
		height:90px;
		padding:0 0;
	}
	
	#inhalt ul.abc li {
		float:left;
		width:3.346%;
		width:6.692%;
		padding:0 0 15px 1.04%;
		margin:0;
		list-style-type:none;
	}
	#inhalt ul.abc li:first-child, #inhalt ul.abc li:nth-child(14) {
		padding:0 0 0 0;
	}
	
	#search {}
	#search input { font-size: 1.1em; }
	
	#inhalt table.firmen {
		word-break: break-word;
	}
}
@media screen and (max-width: 650px)  {
	#enavi { 
		width:48%;
		font-size:0.85em;
	}
	#logo { width:50%; }
	#info { width:100%; }
	#info h1 { font-size: 2.5em; }
	#suche { 
		width:190px; 
		max-width:190px; 
		padding-top:5px;
	}
	input#lupensymbol {
		width: 24px;
		height: 24px;
	}
	#suche input.suche {
	    height: 18px;
	}
	#suche input { max-width: calc(100% - 34px); }
	#line2 { top:20px }
	
	#starttext {
		font-size:1.5em;
	}
	#search {
		padding:39.4% 0 0 0;
	}
	#search input {
		max-width:75%;
		padding:5px 10px;
		font-size: 1.0em;
	}
	#search input.submit {
		background-image:none;
		padding-right:10px;
	}
	.div50 {
		width:100%;
		float:none;
	}
}
@media screen and (max-width: 500px)  {
	#enavi li a::before {
		content: "";
	}
}
@media all and (-ms-high-contrast:none) {
	/* Nur für IE-Browser*/
	body { transition: unset !important; }
}
