@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');

body, html{
	width:100%;
	border:0;
	margin:0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	min-height: 100%;
	min-width: 280px;
}
html{
	overflow-y: scroll;
}

h1, h2 {
    margin: 0px;
    font-size: 20px;
    line-height: 24px;
}
a{
	color:inherit;
	text-decoration:none;
	font-weight:inherit;
}
a:hover{
	color:#000000;
}
a.aktiv{
	font-weight:600;
}
a[href="?pid="]{
	pointer-events: none;
	opacity: 0.3;
}
p{
	margin:0px;
}

.imgs{
	margin-top:32px;
	clear:both;
}


.text_section{
	position:relative;
	min-height: 100px;
	box-sizing: border-box;
	line-height: 0px;
}
main .cn1{
	position: absolute;
	top: 0;
	left: 0;
	width: 218px;
	min-height: 100%;
	display: table-cell;
	vertical-align: bottom;
	box-sizing: border-box;
	line-height: 20px;
}
main .cn1 p br{
	line-height:inherit;
}
main .cn2{
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100% - 250px);
	min-height: 100%;
	box-sizing: border-box;
	line-height: 20px;
}
.seite p, .seite h2{
	float:left
}
.seite p{
	width: calc(100% - 250px);
	max-width: 500px;
	margin-bottom:32px;
	float: left;
	/* clear: both; */
}
.seite h2{
	width: 250px;
	clear: both;
}
main .cn1 h2 {margin-bottom: 4px;}
main .cn1 p {
	height: auto;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
main .cn2 p{
	margin-top: 0px;
	margin-bottom: 0px;
}

main .cn2 p br{
	line-height:inherit;
}



.textcolumns1 {
	column-width: 256px;
	column-gap: 32px;
	height: 100px;
	column-count: auto;
	column-fill: auto;
	overflow: auto;
}


header, main {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    box-sizing: border-box;
    height: auto;
}
header{
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 40px;
	border: 0px #7b7b7b solid;
	border-bottom-width:1px;
	background-color: #ffffff;
	z-index: 999999;
}
main {
    margin-top: 48px;
}
.top, .imgs {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.top{
	border:0;
	border-bottom: 1px #000000 solid;
	margin-bottom: 16px;
}


.imgs{
  visibility: hidden;	
}
.imgs a:hover p{
	opacity: 1;
}
.seite .imgs a:hover img{
	opacity: 0.1;
}
.imgs a{
	/* background-color:#f1f1f1; */
}
.imgs a img{
	transition: opacity 0.3s;
}
.imgs a p{
	opacity: 0;
	/* background-color:#ffffff; */
	transition: opacity 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	width: auto;
	max-width:calc(100% - 32px);
	transform: translateX(-50%) translateY(-50%);
	box-sizing:border-box;
	padding:8px;
	margin:0;
	border:0;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: inherit;
	font-weight: 600;
}




.text_section:after {
    content: " ";
    position: absolute;
    bottom: -16px;
    display: block;
    height: 1px;
    width: calc(100% + 32px);
    background-color: #000000;
    margin-left:-16px;
}

nav li {
    list-style-type: none;
    padding: 0;
    border: 0;
    margin: 0;
    display: block;
}

ul {
    padding: 0;
    margin: 0;
    border: 0;
}
.menu{
	float:right;
}

.sitename {
    position: relative;
    float: left;
    margin-right: 16px;
}

main nav.hauptmenu li {
	display:inline-block;
	margin-right:16px;

}
main nav.hauptmenu{
	width: calc(100% + 16px);
	margin-left:-16px;
	padding-left:16px;
	padding-bottom: 4px;
	border-bottom: solid 1px #7b7b7b;
	margin-bottom:16px;
	padding-top: 14px;
	margin-top: -24px;
}

header nav.hauptmenu {
	width: 60px;
}
header nav.hauptmenu {
    width: auto;
    position: relative;
    top: 0px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    /* background-color: #ffffff; */
}

header nav.hauptmenu li {
    padding: 4px;
}

header nav.hauptmenu:before {
    content: "Projekte";
    display: block;
    padding: 4px;
}
main nav.hauptmenu ul{
	line-height:24px;
}
header nav.hauptmenu:hover ul {
    visibility: visible;
    opacity: 1;
}
header nav.hauptmenu:hover {
	padding:16px;
	margin-top:-16px;
	margin-right: -16px;
	opacity: 1;
	padding-bottom: 0px;
}

header nav.hauptmenu ul{
	visibility:hidden;
	opacity: 0;
	transition: opacity 0.3s;
	position: fixed;
	display:block;
	/* top: 40px; */
	/* left: 0px; */
	width: 100%;
	height: auto;
	z-index: 99999999;
	padding: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-top: 0px;
	box-sizing: border-box;
	background-color: #ffffff;
	border:#000000 solid 0px;
	border-bottom-width:1px;
	margin-top: -4px;
	margin-left: -12px;
}
header nav.hauptmenu ul li{
	padding: 8px;
	padding-top: 8px;
	padding-bottom: 0px;
}
header nav.hauptmenu ul li a{
	display:inline-block;
	width:100%;
}
.beitrag nav.hauptmenu{
	display: none;
}
nav.smallmenu {
    margin-top: 4px;
    float: right;
}

nav.smallmenu li {
    display: inline-block;
    margin-left: 16px;
}
nav.ctrmenu {
    position: fixed;
    top: 0px;
    left: 260px;
    width: 200px;
    height: 38px;
}

nav.ctrmenu li {
    display: inline-block;
    height: 100%;
}


nav.ctrmenu li img {
    width: auto;
    height: 100%;
    cursor: pointer;
    filter: contrast(60%);
}
nav.ctrmenu li img:hover{
	filter: contrast(100%);
}
nav.ctrmenu ul {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
    height: 100%;
    margin-top: 1px;
}

nav.ctrmenu li:first-child {
    margin-right: 16px;
}
@media (max-width: 640px) {
	main .cn2, main .cn1, main .cn1 p {
		position: relative;
		width: 100%;
		height:auto;
		min-height: auto;
		display:block;
		bottom: auto;
	}
	main .cn2 p{
		margin-top:4px;
	}
	
	nav.smallmenu li{
		margin-left:8px;
	}
	.beitrag .smallmenu, .beitrag .hauptmenu{
		visibility:hidden;
	}
	nav.ctrmenu {
		left:auto;
		right:-50px;
	}
	.seite p, .seite h2{
		float:none;
		width:100%;
	} 
	.seite h2{
		margin-bottom:8px;
	}
}
@media (max-width: 680px) {
	.beitrag .smallmenu, .beitrag .hauptmenu, .beitrag .projektmenu{
		visibility:hidden;
	}
}
@media (hover: none) {
	.imgs a p{
		opacity: 1;
		font-size: 16px;
		line-height: 20px;
		background-color:#ffffff;
		word-wrap:break-word;
		bottom: 16px;
		left: 16px;
		top: auto;
		transform: translateX(0px) translateY(0px);
	}
	.imgs a:hover img{
		opacity:1;
	}
}
@media (max-width: 380px) {
	.sitename{
		width:0px;
		height:0px;
		color:transparent;
	}
	.sitename::before{
		content:"PT";
		display:block;
		position:absolute;
		color:#000000;
		 margin: 0px;
    	font-size: 20px;
    	line-height: 24px;
    	font-weight:600;
	}
}

@media (max-width: 380px) {
	header{
		position:relative;
		margin-bottom:-40px;
	}
	
}
.seite .text_section {
	display: none;
}

.seite .imgs {
    margin-top: 0px;
}


.imgs a img[popout]{
	pointer-events: all;
	border-color: rgba(255, 255, 255, 0);
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
}
.imgs a {
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); 
}
.imgs a img {
    width: 100%;
    height: 100%;
}

br {
    line-height: 24px;
}

.projektmenu {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 4px;
}

a.seoimglink {
    pointer-events: none;
}

.cartform, .cart {
    /* max-width: 650px; */
    /* float: left; */
    /* margin-bottom: 8rem; */
}
/* FORM */
:root{
	--ci-color-1: #4CAF50;
	--ci-color-2: #000000;
}
.formlabel {
    width: 90px;
    display: block;
    position: relative;
    clear: left;
    float: left;
    padding: 5px 0px 5px 0px;
    box-sizing: border-box;
    color: var(--ci-color-2);
    height: 40px;
    margin-bottom: 10px;
    line-height: 1em;
}
.form_pulldown:focus, .form_input:focus, .form_textarea:focus {
	outline: 0;
	border: solid 2px var(--ci-color-2);
}
.form_pulldown, .form_input, .form_textarea {
    width: calc(100% - 90px);
    position: relative;
    float: left;
    clear: right;
    border: 0;
    background-color: #e9ecef;
    padding: 5px;
    padding-left: 12px;
    padding-right: 12px;
    font-family: inherit;
    font-size: 16px;
    box-sizing: border-box;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 2px;
}
.form_textarea{
	height: 128px;
	padding-top: 10px;
}
.form_checkbox {
    clear: both;
    position: relative;
    float: left;
    border: 2px solid var(--ci-color-2);
    display: block;
    width: 20px;
    height: 20px;
    margin-left: 139px;
}

.form_checkboxlabel {
    position: relative;
    float: right;
    width: calc(100% - 170px);
    margin-bottom: 10px;
    /* color: var(--ci-color-2); */


    font-size: 14px;
}

.fss-mailform_savebt{
	display:inline-block;
	cursor:pointer;
	float: left;
	clear:both;
	font-size: 18px;
	letter-spacing: 0.05em;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: var(--ci-color-2);
	color: #ffffff;
	text-decoration:none;
	/* border-radius:6px; */
	text-transform:uppercase;
	font-weight: 700;
	border: 0;
	margin-top: 10px;
	outline: 0;
	border-radius: 2px;
	margin-left: 90px;
}
.fss-mailform_savebt:hover{
	background-color: var(--ci-color-1);
}

.fss-form_responsebox {
	float: left;
	clear:both;
	margin-top:10px;
	padding: 10px;
	font-weight: 600;
	/* border: solid 1px; */
	margin-left: 90px;
	width: calc(100% - 90px);
	box-sizing: border-box;
	background: #607d8b;
	color: white;
	box-sizing: border-box;
}
.fss-mailform:after {
    content: ' ';
    display: block;
    margin-bottom: 0px;
    line-height: 0px;
    position: relative;
    clear: both;
    width: 100%;
}

.fss-mailform {
    max-width: 650px;
    margin-top: 12px;
}

.form_pulldown {
    webkit-appearance: none;
    -moz-appearance:none;
    appearance:none;
}

.form_input {
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
    height: 40px;
    box-sizing: border-box;
}
label{
	float:left;
	clear:both;
	margin-top:10px;
	margin-bottom:-10px
}
label:first-child {
	margin-top:90px;
}



.calenderbox, .buythumnailbox {
    /* float: left; */
    width: 100%;
    /* max-width: 100%; */
    /* min-width: 50%; */
}

.calenderbox img, .buythumnailbox img {
    width: 100%;
    max-height: calc(100vh - 128px);
    object-fit: contain;
    object-position: left;
}

.cartdesc {
    /* margin-top: 4rem; */
}

.shopentry {
    /* width: 50%; */
}

.shopentry .shopthumbnailbox img {
    width: 100%;
}

.shopgrid {
    width: 100%;
    display: grid;
  /* Auto-fit as many items on a row as possible without going under 180px */
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  /* A little spacing between articles */
    grid-gap: 16px;
}

span.sentsuccess {
    display: block;
    margin: -10px;
    padding: 10px;
    box-sizing: border-box;
    background-color: #4caf50;
}

.shopinfobox {
    text-align: center;
}

.buybox {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    grid-gap: 16px;
    /* margin-top: 32px; */
}