@charset "utf-8";

p {margin: 0;}

h1, h2, h3 {
	color: #003057;
}

footer {
	background-color: #003057;
    color: #d4eae4;
}	

footer a {
	color: #d4eae4;
}	

.topbar {
	background-color: #003057;
	padding: 10px 0 !important;
}

.topbar h1 {
	color: #d4eae4;
	font-weight: 500;
}	

.pageswitcher {
	border: none !important;
}	

button {
	background-color: #003057;
	border: 1px solid #003057;
	padding: 0.35rem 1.75rem;
}

button:hover {
	color: #003057;
	background-color: #d4eae4;
	border: 1px solid #003057;
}	

.logo {
	max-width: 300px;
	margin-left: -5px;
}

.progressbars {
	margin-top: 6px !important;
}	


/* Navigation */
.productview .pview-nav {
	border: 1px solid #ddd !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	font-size: 0.9em;
    margin-block-start: 0;
    padding: 0 10px 0 15px !important;
	max-width: 325px;
}

.productview .pview-nav	li:nth-child(1) {
	padding: 10px 0 0 25px;
}	

.productview .pview-nav	li:nth-child(1)::before {
    width: 24px;
    height: 24px;
    position: absolute;
    content: " ";
    background-image: url(https://www.stark-verlag.de/media/alphatest/img/icon_home_RGB.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    left: 15px;
    top: 13px;
}	

.productview .pview-nav	li:nth-child(n+2) {
	border-left: 5px solid #d4eae4;
    margin: 10px 0;
}	

.productview .pview-nav	> li a {
	color: #000 !important;
	margin-left: 5px;
	font-weight: 300 !important;
	line-height: 1.4rem;
	display: block;	
}

.productview .pview-nav	> li a:hover {
	color: #000 !important;
	font-weight: 400 !important;
	opacity: 1 !important;
}

.productview .pview-nav	> li.active a {
	font-weight: 600 !important;
}

@media only screen and (min-width: 600px) {
	.header {
		height: 4rem;
	}
	.headerbar {
		height: 70px;
	}
	.topbar {
		margin-top: 70px;
	}
	.module_timer .progress, .progress_timer .progress {
		width: 53px;
		height: 53px;
	}
}

@media only screen and (max-width: 600px) {
	ul {
		padding-left: 20px;
	}	
}	

.multicovers_startseite {
	display:flex;
	flex-wrap: wrap;
}

.multicovers_startseite p {
	margin-top: 0 !important;
	width: 280px;
}
.multicovers_startseite p:nth-child(n+1) {
	margin-left:20px;
}	

.pview-content strong, .pview-content b, .productview strong, .productview b {
	color: #003057;
}	




/* Testauswahl */

.pview-content .testtable button {
	font-weight: 400;
	padding: 0.3rem 0.9rem;
}
.pview-content .testtable table td {
	padding-bottom: 3px;
}


/* Akkordeon Startseiten */
.ui-accordion.ui-widget {
	font-family: unset !important;
}

.ui-accordion.ui-widget p {
	margin-bottom: 10px;
}	
	


/*fixes*/
#M0168_f0_standard_content .avg,
#M0168_f0_standard_content .stddev {
	display: none;
}

.contentbar.main_wrap .main_content img {
	max-width: 700px !important;
	height: unset !important;
}	


/* iPad fix */
#tpl_startpage .zoom-img.std {
	display: none;
}

