/*!
Theme Name: klement
Theme URI: http://www.petra-klement.at/
Author: Harald Zettler
Author URI: https://www.zettler.at/
Description: Petra Klement Website
Version: 1.0.0
Text Domain: klement

/* =Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: none;
}
del {
	text-decoration: line-through;
}

table {
	border-spacing: 0;
}
a img {
	border: none;
}
img {
	vertical-align: middle;
}

a {
	color: #b61a32;
}
a:hover {
	color: #562b2c;
}

/* =Basic
-------------------------------------------------------------- */


/* roboto-condensed-300 - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/roboto-condensed-v25-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/roboto-condensed-v25-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/roboto-condensed-v25-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/roboto-condensed-v25-latin-300.woff') format('woff'), /* Modern Browsers */
	url('fonts/roboto-condensed-v25-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/roboto-condensed-v25-latin-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* roboto-slab-100 - latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 100;
	src: url('fonts/roboto-slab-v24-latin-100.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/roboto-slab-v24-latin-100.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/roboto-slab-v24-latin-100.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/roboto-slab-v24-latin-100.woff') format('woff'), /* Modern Browsers */
	url('fonts/roboto-slab-v24-latin-100.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/roboto-slab-v24-latin-100.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-300 - latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 300;
	src: url('fonts/roboto-slab-v24-latin-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/roboto-slab-v24-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/roboto-slab-v24-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/roboto-slab-v24-latin-300.woff') format('woff'), /* Modern Browsers */
	url('fonts/roboto-slab-v24-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/roboto-slab-v24-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-600 - latin */
@font-face {
	font-family: 'Roboto Slab';
	font-style: normal;
	font-weight: 600;
	src: url('fonts/roboto-slab-v24-latin-600.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('fonts/roboto-slab-v24-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/roboto-slab-v24-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
	url('fonts/roboto-slab-v24-latin-600.woff') format('woff'), /* Modern Browsers */
	url('fonts/roboto-slab-v24-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
	url('fonts/roboto-slab-v24-latin-600.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}


body {
	background:#fff;
	color:#562b2c;
	font-size:1em;
	line-height:1.7em;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	font-family: 'Roboto Slab', serif;
}

strong, b {

}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.2;
	color:#562b2c;
}

h1 {
	color: #b61a32;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.25rem;
	font-weight: normal;
	padding-bottom:0.25rem;
	margin-bottom: 0.75rem;
}

h2 {
	font-size: 1.625rem;
	margin: 1rem 0 0.75rem 0;
}
h3 {
	font-size: 1.375rem;
	margin: 1rem 0 0.75rem 0;
}
h4 {
	font-size: 1.25rem;
	margin: 1rem 0 0.75rem 0;
}

h5 {
	font-size: 1.125rem;
	margin: 1rem 0 0.75rem 0;
}

hr {
	width:100%;
	border-top: 1px solid #333;
	border-bottom: none;
	clear: both;
	height: 0;
	margin: .75rem 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.videoplayer {
	text-align:center;
}

.videoplayer video {
	max-width: 100%;
	height: auto;
}

.alignleft {
	float:left;
	margin: 0 1em 1em 0;
}
.alignright {
	float:right;
	margin: 0 0 1em 1em;
}
.aligncenter, .center {
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.font1 {font-family: 'Roboto Slab', serif;}
.font2 {font-family: 'Roboto Condensed', sans-serif;}

.color1 { color:#b61a32; color:rgba(182, 26, 50, 1);}
.color2 { color:#562b2c; color:rgba(86, 43, 44, 1);}
.color3 { color:#d45967;}
.color4 { color:#8cbc6b;}


/* =Struktur
-------------------------------------------------------------- */

.header-center,
.content-center,
.footer-center{
	min-width:18rem;
	width: 90%;
	margin:0 5%;
}
/* =960px */
@media screen and (min-width: 66.66rem) {

	.content-center,
	.footer-center {
		width: 60rem;
		margin:0 auto;
	}
}
@media screen and (min-width: 77.77rem) {

	.header-center {
		width: 70rem;
		margin:0 auto;
	}
}

/* =Header
-------------------------------------------------------------- */

.site-header {
	background:#b61a32;
	min-width: 20rem;
}

.header-logo h1,
.header-logo a {

}
.header-logo a:hover {

}

.logobalken-logo a,
.logobalken-logo h1 {
	display: block;
	text-decoration:none;
	overflow: hidden;
	text-indent: -9999px;
	width:100%;
	height:0;
	padding:0 0 30% 0;
	background: url("images/petra-klement-logo.svg") no-repeat center center;
	background-size:cover;
	margin:0;
}

.logo-size {
	margin:0 auto;
	transition: all .4s;
}
.logobalken {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logobalken > div{
}
.logobalken-logo {
	text-align: center;
}
.logo-palmers-size {
	transition: all .4s;
}

.logo-palmers {
	width: 100%;
	height:0;
	position: relative;
	padding-bottom:50%;
	transition: all .4s;
}
.logo-palmers-inner {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: url("images/palmers-logo.svg") no-repeat center center;
	background-size:cover;
}
.logobalken-adresse {
	text-align: right;
	padding:.5rem 0;
}

.logobalken-adresse,
.logobalken-adresse address{
	font-size:1rem;
	line-height: 1.3;
	font-style: normal;
	color:rgba(255,255,255,.8);
	opacity: 1;
	transition: all .4s;
}
.scroll-down .logobalken-adresse address{
	opacity: 0;
	font-size:.1rem;
	line-height: 1;
}
.logobalken-adresse a{
	color:rgba(255,255,255,.8);
	text-decoration:none;
}
.logobalken-adresse a:hover{
	color:rgba(255,255,255,1);
	text-decoration:underline;
}
.logobalken-adresse a.link-zeiten {
	text-decoration:underline;
	font-weight: bold;
}

@media screen and (max-width: 49.999rem) {

	.logobalken {
		flex-wrap: wrap;
		justify-content: center;
	}
	.logobalken-logo {
		flex: 0 0 100%;
	}
	.logobalken-adresse,
	.logobalken-palmers{
		flex: 0 0 40%;
	}
	.logo-size {
		width: 20rem;
		padding: 1rem 3rem 1rem 0;
	}
	.scroll-down .logo-size {
		width: 10rem;
		padding: .5rem 3rem .5rem 0;
	}
	.logo-palmers {
		background:rgba(0,153,102,1);
	}
	.logo-palmers-size {
		width: 10rem;
	}
	.scroll-down .logo-palmers-size {
		width: 0;
		margin-left:2rem;
		opacity: 0;
	}
	.scroll-down .logobalken-adresse {
		display:none;
	}
	.scroll-down .logobalken-palmers {
		display:none;
	}
}
@media screen and (max-width: 35rem) {

	.logo-size {
		width: 15rem;
	}
}
@media screen and (min-width: 50rem) {

	.logobalken > div{
		flex: 0 0 25%;
	}
	.logobalken > logobalken-logo{
		flex: 0 0 40%;
	}
	.logobalken-logo {
		order:2;
	}
	.logo-size {
		width: 20rem;
		padding: 1.5rem 1rem;
	}
	.scroll-down .logo-size {
		width: 13rem;
		padding: .5rem .5rem;
	}
	.logo-palmers-size {
		width: 11rem;
	}
	.scroll-down .logo-palmers-size {
		width: 7rem;
		margin-left:2rem;
	}
	.logo-palmers {
		background:rgba(0,153,102,1);
	}
	.scroll-down .logo-palmers {
		background:rgba(255,255,255,0);
	}
	.logobalken-adresse{
		order:1
	}
	.logobalken-palmers{
		order:3;
	}
}

/* =Navigation
-------------------------------------------------------------- */

.site-header {
	width:100%;
	position: fixed;
	z-index: 8;
}

.header-space {
	height: 13.125rem;
}
@media screen and (min-width: 35.001rem) {
	.header-space {
		height: 14.625rem;
	}
}
@media screen and (min-width: 50rem) {
	.header-space {
		height: 13rem;
	}
}


.main-navigation input {
	display: none;
}

.main-navigation li a{
	text-decoration: none;
	color:#000;
	font-weight: 300;

}
.main-navigation nav > li > a{
	text-transform: uppercase;
}
.main-navigation li a:hover {
	color: #b61a32;
}

.main-navigation li.current_page_item a {
	font-weight: 700;
	color:#b61a32;
}


@media screen and (max-width: 49.999rem) {

	.main-navigation label {
		position: absolute;
		top: 3.625rem;
		right: 1.5rem;
		height: 1.5rem;
		width: 2rem;
		z-index: 10;
		transition: all 0.4s;
	}
	.scroll-down .main-navigation label {
		top: 1.125rem;
	}
	.main-navigation input + label span {
		position: absolute;
		width: 100%;
		height: 0.1875rem;
		top: 50%;
		left: 0;
		display: block;
		background: #fff;
		transition: .4s;
	}
	.main-navigation input + label span:first-child {
		top: 0;
	}
	.main-navigation input + label span:last-child {
		top: 100%;
	}

	.main-navigation body label:hover {
		cursor: pointer;
	}

	.main-navigation input:checked + label {
		top:1rem;
	}

	.main-navigation input:checked + label span {
		opacity: 0;
		top: 50%;
	}
	.main-navigation input:checked + label span:first-child {
		opacity: 1;
		transform: rotate(45deg);
	}
	.main-navigation input:checked + label span:last-child {
		opacity: 1;
		transform: rotate(-45deg);
	}

	.main-navigation .after-checkbox {
		background: rgba(86, 43, 44, .9);
		position: absolute;
		top:0;
		right:-100%;
		z-index: 8;
		border-bottom-left-radius: 1rem;
		padding-top:2rem;
		transition: all 0.4s;
	}

	.main-navigation input:checked ~ .after-checkbox {
		right:0;
	}

	.main-navigation ul  {
		padding: 1em 0;
	}
	.main-navigation ul li {
		padding: 0.25em 1.5em;
		text-align: right;
	}
	.main-navigation .navigation2 ul  {
		padding: 0 0 1.5rem 0;
	}
	.main-navigation .navigation2 ul li {
		padding: 0 1.5em;
	}
	.main-navigation ul li a{
		color:#fff;
	}
	.main-navigation .navigation1  {
		text-transform: uppercase;
		font-size:1.125rem;
	}
	.main-navigation .navigation2  {
		font-size:1rem;
	}

	/* =Sondernav */

	.after-checkbox #menu-item-38,
	.after-checkbox #menu-item-39,
	.after-checkbox #menu-item-40{
		position: relative;
		padding-bottom:1.25rem;
	}
	.after-checkbox #menu-item-38:before,
	.after-checkbox #menu-item-39:before,
	.after-checkbox #menu-item-40:before{
		position: absolute;
		display:block;
		content: 'Damen /';
		bottom:.25rem;
		right:4.75rem;
		font-size:.75rem;
		font-weight:normal;
		color:#d45967;
	}
	.after-checkbox #menu-item-38:after,
	.after-checkbox #menu-item-39:after,
	.after-checkbox #menu-item-40:after{
		position: absolute;
		display:block;
		content: 'Herren';
		bottom:.25rem;
		right:1.5rem;
		font-size:.75rem;
		font-weight:normal;
		color:#8cbc6b;
	}


}
@media screen and (max-width: 35rem) {

	.main-navigation label {
		top: 2.625rem;
	}

	.scroll-down .main-navigation label {
		top: 1.125rem;
	}
}

@media screen and (min-width: 50rem) {

	.header-navigation {
		background: #562b2c;
	}
	.main-navigation .navigation2{
		display:none;
	}
	.main-navigation ul{
		display:flex;
		justify-content: space-between;
		align-items: center;
	}
	.main-navigation ul li{
		padding-right:1rem;
	}
	.main-navigation ul li a{
		display:inline-block;
		padding: 1rem .25rem 1.125rem;
		line-height: 1;
		font-size: .875rem;
		color:#fff;
		text-transform: uppercase;
		transition: padding 0.4s;
	}
	.main-navigation ul li a:hover { color:#d45967;}

	.scroll-down .main-navigation ul li a{
		padding: .45rem .25rem .5rem;
	}

}
@media screen and (min-width: 64rem) {

	.main-navigation ul li a{
		font-size: 1rem;
	}
}

/* =Homepage
-------------------------------------------------------------- */

.homeblocks {
	text-decoration: none;
	background:rgba(86, 43, 44, .1);
	text-align: center;
}

.homeblocks a,
.homeblocks a h3,
.homeblocks a div{
	text-decoration: none;
}
.homeblocks a:hover h3,
.homeblocks a:hover div {
	background:rgba(86, 43, 44, .2);
}

.homeblocks h3 {
	font-size:.75rem;
	color: #b61a32;
	text-transform: uppercase;
	margin: 0;
	padding:.75rem 0 0 0;
	font-weight: normal;
}

.homeblock-text {
	padding: .25rem 0 1.5rem;
	font-weight:600;
	font-size: 1.125rem;
	line-height:1.2;
}
.homeblocks a .homeblock-text,
.homeblocks .homeblock-text {
	text-decoration: none;
	color: #562b2c;

}
@media screen and (min-width: 37.5rem) {

	.homeblocks ul{
		display:flex;
		flex-wrap: wrap;
	}
	.homeblocks ul li{
		flex: 0 0 50%;
	}
}
@media screen and (min-width: 48rem) {

	.homeblocks ul li{
		flex: 0 0 33.333333%;
	}
}
@media screen and (min-width: 112.5rem) {

	.homeblocks-center{
		width:112.5rem;
		margin:0 auto;
	}
}


/* =Blöcke
-------------------------------------------------------------- */

.col{
	margin-bottom:1rem;
}

@media screen and (min-width: 40em) {

	.col{
		margin-bottom:0;
	}

	.flexrow {
		display:flex;
		justify-content: space-between;
		margin-bottom:1.5rem;
	}

	.fullrow11 .col{
		width:48.4%;
	}


	.row111 .col{ width:30.2%;}
	.row11 .col{ width:47.56%; }
	.row21 .col:first-child{ width:65.1%; }
	.row21 .col:last-child{ width:30.2%; }
	.row12 .col:first-child{ width:30.2%; }
	.row12 .col:last-child{ width:65.1%; }

	.col-oben {
		align-self: flex-start;
	}
	.col-unten {
		align-self: flex-end;
	}

}

@media screen and (min-width: 50em) {

	.flexpage {
		display:flex;
		justify-content: space-between;
		margin-bottom:1.5rem;
	}

	.flexpage .col-left{ width:22%; }
	.flexpage .col-right{ width:70%; }


}


/* =Content
-------------------------------------------------------------- */

.page-headerimage {
	background:rgba(86, 43, 44, .1);
	text-align: center;
}

h1.page-title {
	padding:2rem 0 1rem 0;
}
h2.page-title {
	text-align:center;
}

.page-content p {
	padding-bottom:1rem;
}
.vorspann {
	text-align:center;
	font-size:1.25rem;
}


/* =Footer
-------------------------------------------------------------- */

.site-footer {
	text-align: center;
	padding:2.5rem 0 2rem 0;
}
.footer-navigation ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer-navigation ul li a{
	display:block;
	padding:.25rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
	color:#562b2c;
}
.footer-navigation ul li a:hover{
	color:#b61a32;
}