html {
	background-color: #434A6E;
}

body {
	background-color: #fff;
	font-size:14pt;
	color:#222;
	font-family: 'Raleway', serif;
	font-weight: 400;
}

h1, h2, h3 {
	color:#394063;
	font-family: 'Montserrat';
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 140%;
}

h3 {
	font-size: 120%;
}

.admin-product-card h2, .admin-product-card h3 {
	margin-top:8px;
}

.header {
	padding-top: 10px;
}

.logo {
	padding: 20px;
	font-size:120%;
}

.logo img {
	margin-right:12px;
}

.pagecontent {
	padding-bottom:20px;
}

.contacts {
	padding: 20px;	
}

.postheader  {
	background-color: #434A6E;
}

footer {
	padding:30px 0px 20px 0px;
	background-color: #434A6E;
	color:#fff;
}
header {
	background-color:#394063;
}

footer  .copyright {
	padding:20px 0px;
}

img.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	max-width: 100%;
}

a {
	color: #EC6960;
}
a:hover {
	color: #197bfa;
	text-decoration: none;
}

.button {
	display: inline-block;
	border-radius: 4px;
	padding: 4px 23px;
	color: #fff;
	cursor: pointer;
	height: 36px;
	line-height: 30px;
	text-align: center;
	background-color: #EC6960;
	font-style: normal;
	text-transform: uppercase;
	border: 0;
	outline: none;
  }
.button:hover { color:#fff; text-decoration: none; background:#197bfa; }

.contentblock {
	background: #e9f4fb;
    border-radius: 10px;
    border: 1px solid #d4d4d4;
}


.main-menu {
	padding:10px;
}

.main-menu a {
	padding:0px 10px;
}

.intro {
	background-color: #8F543C;
    overflow: hidden;
}

.homeitems {
	padding:20px;
}

.container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.home-sections {
	background: antiquewhite;
}

.home-v {
	background: aliceblue;
}

h2.home {
	text-align: center;
}

.blocka {
	display: block;
}

.datafields label {
	display: block;
}

.datafields .text {
	width:100%;
	padding:8px;
	margin-bottom: 6px;
	border: 1px solid #ccc;
}

.datafields {
	margin-bottom: 12px;
}

.datafields textarea.text {
		height:300px
}

.breadcrump {
	padding-top:8px;
	text-align: right;
}

.right {
	float:right;
}

.topbutton {
	margin-top:25px;
}

.hint {
	font-size: 80%;
	padding: 0px;
}

table { 
	width: 100%!important;
}

table.general { 
	width: 100%!important;
}

table.general td {
	padding:4px 12px;
	border: 1px solid #ccc;
}

@media (max-width: 900px) {
	.main-menu { text-align: center; }
	.main-menu a { white-space: nowrap; }
}  

.admin-product-card {
	padding:4px 10px 10px 10px;
	border: 1px solid #ccc;
	box-shadow: 0px 2px 10px #ddd;
	margin-bottom:12px;
}

.admin-product-card img {
	max-width: 100%;
}

.product-card {
	overflow: hidden;
	margin: 0px 0px 12px;
	border-radius: 20px;
	border: 1px solid #EC6960;
}

.product-card img {
	position: relative;
	overflow: hidden;
}

.product-card-image  {
	position: relative;
	padding-top: 66.25%;
	overflow: hidden;
}

.product-card-image > .fulimage {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.product-card .headline {
	text-align: center;
	background-color: #EC6960;
	color: #fff;
	padding:8px;
	white-space: nowrap;
}

.product-card:hover {
	box-shadow: 0px 5px 10px #777;
}

.product-card:hover .headline { 
	background-color: #197bfa;
	color: #fff;
	text-decoration: underline;
}

.fulimage {
	max-width:100%;
}

.newsitem {
    margin-top: 12px;
}

.newsitem .footer {
	border:1px solid #eee;
	padding:4px 8px;
}

.error {
	color:#EC6960;
}

.image-cell {
	margin: 10px 0px;
	border: 1px solid #ccc;
}

.navigationblock {
    padding-top: 8px;
    padding-bottom: 8px;
	border: 1px solid #6d78b1;
    color: #6d78b1;
	display: flex;
}

.part-card {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #b1e4f5;	
}

.part-card h4 {
	margin-top: 0px;
	padding-top: 0px;
}

h4 {
	font-size: 110%;
	color:#6d78b1;
}

#accordion section, #accordion .pointer, #accordion h1, #accordion p {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

#accordion {
	margin-bottom:30px;
}

#accordion h1 {
	line-height:1.2;
	font-size:20px;
	background-color:rgb(244, 252, 255);
	margin:0;
	padding: 10px 10px 10px 30px;
}
  
#accordion h1 a {
	color:black;
}

#accordion section {
	overflow:hidden;
	border:1px #eee solid;
}

#accordion p {
	padding:0 10px;
}

#accordion section.ac_hidden p:not(.pointer) {
	color:#fff;
}
  
#accordion section.ac_hidden {
	height:44px;
}

#accordion .pointer {
	padding:0;
	margin:10px 0 0 6px;
	line-height:20px;
	width:10px;
	position:absolute;
}

#accordion section:not(.ac_hidden) h1 {
	background-color:rgb(224, 232, 235);
}
  
#accordion section:not(.ac_hidden) .pointer {
	display:block;
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	padding:0;
}

#accordion > section {
	border-top: 1px solid #6d78b1;
}
#accordion ul{
	margin-top: 8px;
}

hr {
	border-top: 1px solid #6d78b1;
}

.bigicon {
    text-align: center;
}

.bigicon .big {
	display: block;
	font-size:130%;
}

center.notfound {
	font-size: 120%;
	margin-top: 60px;
	margin-bottom: 60px;
	color:#777;
}

.filters {
	margin-bottom:12px;
	border: 1px solid #6d78b1;
	padding: 12px;
}

.youtubeimage {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	margin:20px 0px 20px 0px;
  }
  
  .youtubeimage > iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  .youtubeimage .play { 
	background:#444;
	border-radius: 50% / 10%;
	color: #FFFFFF;
	font-size: 2em; 
	padding: 0;
	text-align: center;
	transition: all 150ms ease-out;
	position: absolute;
	height: 14%;
	width: 20%;
	top: 40%;
	left: 40%;
	cursor: pointer;
	min-height: 2em;
  }
  
  .youtubeimage  .play:hover {
	background: #eb3223;
  }
  
  .youtubeimage  .play::before { 
	background: inherit;
	border-radius: 5% / 50%;
	bottom: 9%;
	content: "";
	left: -5%;
	position: absolute;
	right: -5%;
	top: 9%;
  }
  
  .youtubeimage  .play::after {
	border-style: solid;
	border-width: 0.7em 0 0.7em 1.3em;
	border-color: transparent transparent transparent rgba(255, 255, 255, 1);
	content: ' ';
	font-size: 0.75em;
	height: 0;
	margin: -0.7em 0 0 -0.5em;
	top: 50%;
	position: absolute;
	width: 0;
  }

table img {
    width: 100%;
	padding:8px;
}

.header-right-menu {
	padding-top:30px;
	text-align: right;
}