/* orionwire */ 

/*
	2023-05-16 Anpassungen Slider(texte) für Mobiles
*/

@import url("webfonts.css");
@import url("menu.css");

/* main - Logos, Menu etc. */

#infoheader {
	height: 60px;
	overflow: hidden;
}
#infoheader .maintextleft {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #777;
	vertical-align: bottom;
	padding-top: 10px;
	display: inline-block;
}

#infoheader .mainphoneright img {
	float: right;
	height: 40px;
	margin-top: 3px;
	vertical-align: bottom;
}
#infoheader hr {
	margin: 0.5rem 0;
}

#logomenuheader {
	vertical-align: top;
	overflow: visible;
	position: sticky;
	position: -webkit-sticky;
	top: 0px; 
	z-index: 10000;
	background-color: #fff;
	background-color: rgba(255,255,255,0.95);
	box-shadow: 0 2px 14px rgba(100,100,100,0.1),0 2px 2px rgba(100,100,100,0.1);
	box-shadow: 0 4px 4px rgba(100,100,100,0.1);
}
#logomenuheader .container {
}

#logomenuheader img {
	width: 250px;
	transition: width 0.33s;
	padding-top: 10px;
}

/***********************
 *  Typo-Allgemein     *
 ***********************/

body {
	font-family: 'Roboto',Helvetica Neue,Arial,Sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	color: #000; /* #767676; */
	text-rendering: optimizeLegibility;
}

#content {
	clear: left;
	margin-top: 2em;
}
#content img.standard_image {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

p {
	margin-bottom: 0.75rem;
}

h1, h2, h3, h4, h5 {
	font-family: "Roboto", Arial, sans-serif;
	font-weight: 700;
	line-height: 1.0;
	color: #0A4B8E; /* #00328c */
	margin-bottom: 0.75rem;
}
h1 {
	font-size: 50px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 12px;
}
.pbigsize {
	font-size: 20px;
}
.fat {
	font-weight: bold;
}
.black {
	color: #000;
}

/* Kontakt- und andere Formulare */

#Inputfield_kontaktdaten legend {
	font-size: 32px;
	color: #0A4B8E;
	font-weight: bold;
}

/*** Links ***/

a { 
	color: #0A4B8E;
	text-decoration: none;
}
	
.container {
    max-width: 1140px;
}

#breadcrumb {
	font-size: 12px;
	margin-top: 16px;
}

/* Bilder */

.align_right {
	float: right;
	margin: 0 0 0.5em 1em;
	max-width: 50%;
}
.align_left {
	float: left;
	margin: 0 1em 0.5em 0;
	position: relative;
	top: 0.5em;
	max-width: 50%;
}

/***********************
 *        Footer       *
 ***********************/

#footer{
	font-size:small;
	color:#ffffff;
	padding:15px;
	background-color:#566875;
/*
	background:radial-gradient(circle,rgba(56,68,75,1)0%,rgba(35,43,48,1)100%); 
*/
	overflow: hidden;
}

#footer a{
	text-decoration: underline;
	color:#ffffff;
}

#footer-table{
display:table;
max-width: 1140px;
/* 
width:965px;
*/
margin-left:auto;
margin-right:auto;
}

#footer-row{
display:table-row;
}

#footer-cell1{
display:table-cell;
width:33%;
}

#footer-cell2{
display:table-cell;
padding-right:15px;
padding-left:15px;
width:33%;
}

#footer-cell3{
display:table-cell;
width:33%;
}

#footer h3 {
	color: #fff;
	font-size: small;
}

#footer hr{
border-top:solid 1px #fff;
}

#footer ul{
list-style:none;
margin:0;
padding:0;
margin-top:5px;
}

/***********************
 * Startseite-Slider   *
 ***********************/

.carousel-caption {
	background-color: rgba(0,0,0,0.35);
	color: #fff;
}
.slider-head h2 {
	color: #fff;
}
#carouselOrionSlider,
#carouselOrionSlider .carousel-item 
{
	max-height: 500px;
	min-height: 200px;
	width: 100%;
}
#carouselOrionSlider .carousel-item img {
	max-height: 500px;
	object-fit: cover;
	min-height: 200px;
	width: 100%;
}

.container.spezialist {
	text-align: center;
	margin-top: 40px;
}
.container.spezialist img {
	margin: 0 auto;
	border-radius: 100%;
}
.container.spezialist .card {
	border: none;
}

/**********************
 * Produktübersichten *
 **********************/

#topimage {
}

#topimage.widepic {
}
#topimage.widepic img {
	width: 100%;
	height: 500px;
	overflow: hidden;
	object-fit: cover;
	object-position: 50% 50%;
}
#prodlist {
	margin-top: 2em;
	vertical-align: top;
}
#prodlist .product {
	display: inline-block;
	vertical-align: top;
}
#prodlist .product h3 {
	text-align: center;
}
#prodlist .product p {
	color: rgb(118, 118, 118);
}

/*******************
 * Produktseiten   *
 *******************/

h1.producttitle {
	color: #00328c;
	text-align: center;
}
h2.productsummary {
	padding: 0 20%;
	font-size: 22px;
	color: rgb(118, 118, 118);
	font-weight: 300;
	text-align: center;
}
.titleproduktzusatz {
	font-family: 'Roboto Condensed';
	font-style: italic;
	font-weight: 300;
	color: #aaa;
	font-size: 28px;
	position: relative;
	top: -20px;
	left: 0px;
}
#productmainimage img {
	width: 100%;
}

/* sticky in-page navigation */
#navbar-product {
	overflow: visible;
	position: sticky;
	position: -webkit-sticky;
	top: 93px; /* 40px für Google Translate Menubar, 0px sonst */
	z-index: 1000;
/*	
*/
}

.prodinfoblock {
	margin-top: 1.25em;
}

#moreinfoblock {
	background-color: #eef4f7;
	padding: 5px 10px;
}

#moreinfoblock ul {
	list-style: none;
	padding-left: 0;
}
#moreinfoblock ul li:before {
	font-size: 85%;
	color: #ffaa55;
	content: "▶︎ ";
	padding-left: -1em;
}

#slider .flex-viewport {
	max-height: 700px;
}

#slider .flex-viewport li img {
	width:100%;
	object-fit: cover;
	object-position: center center;
}

#prodcarousel .flex-viewport {
	max-height: 140px;
}

#prodcarousel .flex-viewport li img {
	width:210px;
	object-fit: cover;
	object-position: 50% 50%;
}

@media screen and (max-width:1020px) {
	#footer-table {
		width:100%;
	}
}

	/**************************
	 * Smartphone-Anpassungen *
	 **************************/
@media screen and (max-width:550px) {
	h1 {
		font-size: 32px;
	}
	h2	{
		font-size: 22px;
	}
	h3	{
		font-size: 18px;
	}
	#Inputfield_kontaktdaten legend {
		font-size: 22px;
	}
	.pbigsize {
		font-size: 16px;
	}

	.footer-links li {
		display: inline-block;
		padding: 3px 5px;
		border: #fff 1px solid;
		border-radius: 5px;
		margin: 4px;
		background-color: #495964
	}
	#footer-cell1,#footer-cell2,#footer-cell3 {
		display:block;
		padding-right:0;
		padding-left:0;
		width:100%;
	}
	#footer-cell1,
	#footer-cell2 {
		padding-bottom:15px;
	}
	/***********************
	 *        Slider       *
	 ***********************/
	.carousel-caption {
		bottom: 0.5rem;
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;	}
	.carousel-caption h2 {
		font-size: 24px;
	}
	.carousel-caption p {
		font-size: 13px;
	}
}
