@font-face{
font-family: 'Verdana';
src: url('../fonts/Verdana.ttf');
font-weight: normal;
font-style: normal;
font-display: swap;
}

html {
  scroll-behavior: smooth;
}

* {
	font-family: "Verdana";
	text-align: justify;
}

header {background-image: url(../image/title.jpg);
		background-position: top right;
		height: 344px;
        }

#header::before {
    content: '';
    width: 53.47vw;
	position: absolute;
	height: 344px;
    bottom: 0;
    top: 0;
    left: 0;
    background: url(../image/dec-stars.png) 0 0 no-repeat;
    background-size: 100% auto;
}

header::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 300px;
    background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#007db9e8',GradientType=0);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header h1 {
	font-weight: bold;
	color: #777;
	padding-top: 40px;
	}

nav {padding-top:20px;
	}

div.logo img {
	width: 116px;
}

nav ul {
	list-style: none;
	padding: 10px 0 20px 0;
}


nav a {
	text-transform:uppercase;
	font-weight:bold;
	font-size:18px;
	color:#151b31;
}

nav a:hover {
	color:#17469e;
}

nav li {
	float: right;
	padding:0 10px 0 10px;
}

#title_img {
		background-image: url(../image/title.jpg);
		height: 344px;
        background-repeat: no-repeat;
        background-size: cover;
	}

#menu_product {
	background: #213a8f;
	min-height:5px;
	}
	
#menu_product .row div {
	padding:0 0 0 0;
	} 
	
#menu_product a {
	color: #fff;
	padding: 10px 5px 10px 5px;
	text-align: center;
	display: block;
	height: 100%;
	width: 100%;
	font-weight: bold;
	}	

#menu_product a:hover {
	background:#151b31;
	}

#product {
	background-color: #f9f8f8;
	padding-bottom: 60px;
	}

#product .row div div{
	background-color: #fff;
	margin-bottom: 20px;
	}

#product .row div div:hover {
	-webkit-box-shadow: 2px 2px 3px 0px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 2px 2px 3px 0px rgba(34, 60, 80, 0.2);
	box-shadow: 2px 2px 3px 0px rgba(34, 60, 80, 0.2);
	}

#product a {
	display:block;
	text-align: center;
	color: #151b31;
	font-size: 20px;
	font-weight:bold;
	padding-bottom: 10px;
	}
	
#product a:hover {color: #FD802E;}
	
#product img {
	width: 100%;
	padding-bottom: 10px;
	}

#pictogramm p {
	text-indent: 0px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
	}
	
#pictogramm img {
	display: block;
    margin-left: auto;
    margin-right: auto
}


a {text-decoration: none !important;}

a:hover {text-decoration: none !important;}

p{	
	font-size: 16px;
	text-indent: 40px;
	text-align: justify;
	line-height: 200%;
	padding: 0 10px 0 10px;
	}

h2{
	padding: 30px 0 30px 30px;
	font-size: 34px !important;
	text-align: center;
	color: #151b31;
	font-weight: bold !important;
}

h3 {
	padding-bottom: 20px;
	text-indent: 40px;
	font-size: 16px !important;
	color: #0056b3 !important;
	font-weight: bold;
}

.akcent {
	color: #17469e;
	font-weight: bold;
}

footer {
	padding-top: 20px;
	font-size: 14px;
	color: #fff;
    min-height: 250px;
    background: url(../image/dec-1.jpg) center center no-repeat;
    background-size: cover;
}

footer a {color: #fff;}

footer a:hover {color: #f8b813;}

footer p {text-indent: 0px;}

#menu_product, #text, #pictogramm {margin-bottom:60px;}

#product {padding-bottom:60px;}