@charset "utf-8";
/* CSS Document */
@viewport {zoom: 1.0;width: device-width;}
@-ms-viewport {zoom: 1.0;width: device-width;}
@-webkit-viewport {zoom: 1.0;width: device-width;}
@-moz-viewport {zoom: 1.0;width: device-width;}
@-o-viewport{zoom: 1.0;width: device-width;}

* {
	margin:0;					
	padding:0;					
	box-sizing:border-box;	
}

html {
	font-size:100%;
}

body {
	font-family: Arial, sans-serif;
	font-size:1rem;
	color:black;
	background-image:url(bilder/hpbimg/hexhintergrund.png); 
	background-position:center top 3px;
	background-attachment:fixed;		
	background-repeat:no-repeat;		
}

#aussen {								
	max-width:900px;					
	min-width:400px;					
	margin:10px auto;					
	box-shadow:0px 0px 10px #AAAAAA;	
	border-radius:10px;				
	background:white;
}

.seo {
	display:none;
}

h1.seo {
	display:block;
	font-size:1rem;
}
/* ==================================================== HEADER =========================================================== */
/* ====================================================        =========================================================== */

header {							
	width:100%;						
	text-align:right;					
	background-color:#DDDDDD;		
	font-size:0.75rem;				
	border-radius: 10px 10px 0px 0px;
	position:relative;
}

header #logolink {
	padding:5px 0px 2px 7px;
	display:block;
 	width:220px;
	text-align:left;
}

header form input{
	display:inline-block;
	position:absolute;
	right:140px;
	top:11px;
	width:130px;
}

header p {
	margin-right:5px;
	margin-top:-33px;
	padding-bottom:15px;
}

header p a img {
	margin:2px 5px -2px 5px; 
}




/* =================================================== ENDE HEADER ========================================================= */


/* ================================================== SLIDER ===================================================== */
/* ==================================================        ===================================================== */
.slider {
  overflow:hidden;				
}

.slider ul {				
  width:1000%;				
  position:relative;		
  list-style:none;			
  left:0;					
  margin:0;					
  padding:0;				
  line-height:0;			
  -moz-animation:slide-animation 40s infinite;	
  -webkit-animation:slide-animation 40s infinite;
}

.slider ul:hover {					
  -moz-animation-play-state:paused;	
  -webkit-animation-play-state:paused;
}

.slider li {						
  width:10%;						
  list-style:none;					
  float:left;						
  margin:0;							
  padding:0;						
}

.slider ul li img {					
  width:100%;						
}

.slider h2 {						
  position:relative;				
  height:50px;						
  width:50%;						
  display:block;					
  font-size: 1.4rem;				
  text-align:center;		
  margin:-50px 0 0 auto;	
  padding:25px 20px 0px 20px;
  overflow:hidden;			
  background-color:rgba(51,102,51,0.6);
  color:#EEEEEE;					
  font-weight:bold;					
}

@media only screen and (max-device-width:768px) {
	.slider h2 {
		width:65%;
	}
}

@-webkit-keyframes slide-animation {
   0% {left:0%; opacity:1;}
  14% {left:0%; opacity:1;}
  15% {opacity:0.5;}
  20% {left:-100%; opacity:1;}
  34% {left:-100%; opacity:1;}
  35% {opacity:0.5;}
  40% {left:-200%; opacity:1;}
  54% {left:-200%; opacity:1;}
  55% {opacity:0.5;}	
  60% {left:-300%; opacity:1;}
  74% {left:-300%; opacity:1;}
  75% {opacity:0.5;}
  80% {left:-400%; opacity:1;}
  94% {left:-400%; opacity:1;}
  95% {opacity:0.5;}
  100% {left:0%;}
}

@-moz-keyframes slide-animation {
   0% {left:0%; opacity:1;}
  14% {left:0%; opacity:1;}
  15% {opacity:0.5;}
  20% {left:-100%; opacity:1;}
  34% {left:-100%; opacity:1;}
  35% {opacity:0.5;}
  40% {left:-200%; opacity:1;}
  54% {left:-200%; opacity:1;}
  55% {opacity:0.5;}	
  60% {left:-300%; opacity:1;}
  74% {left:-300%; opacity:1;}
  75% {opacity:0.5;}
  80% {left:-400%; opacity:1;}
  94% {left:-400%; opacity:1;}
  95% {opacity:0.5;}
  100% {left:0%;}
}

/* ============================================= SLIDER ENDE ================================================--*/



/* =================================================== NAVIGATION ========================================================= */
/* ===================================================            ========================================================= */

div#resp-nav {
	width:100%;						
}

nav ul.navi {						
	display:flex;					
	justify-content:space-between;	
	background-color:#777777;		
	text-indent:0;					
}

nav ul.navi li {					
	list-style:none;				
	padding:8px 0px;				
}									
									

nav ul.navi li a {					
	text-decoration:none;			
	color:#EEEEEE;					
	background-color:#777777;		
	padding:10px;					
}

nav ul.navi li a:hover{				
	background-color:rgba(51,102,51,0.5);
}

nav ul.navi li a:focus{				
	background-color:#666666;		
}

#shopbutton a {						
	background-color:#336633;		
	box-shadow:0px 0px 9px black;	
}

#shopbutton a:hover {				
	background-color:rgba(51,102,51,0.50);
}

#shopbutton a:focus {			
	box-shadow:none;			
}

.navi .aktuell{					
	background-color:#336633;	
}

#resp-nav >a {
	display:none;				
}

#resp-nav ~a {
	display:none;				
}

/* =================================================== ENDE NAVIATION ====================================================== */




/* =================================================== HAUPTTEIL============================================================ */
/* ===================================================          ============================================================ */

main {
	position:relative;			
}

#content {
	padding:20px 30px;			
}

main h1 {
	margin:0 auto 10px auto;
	text-align:center;
	font-size:2rem;
	font-weight:normal;	
}

main h2 {
	margin:0 auto 25px auto;
	text-align:center;
	font-size:2rem;
	font-weight:normal;
}

main h2 img {
	margin-top:20px;
	max-width:60%;
	min-width:300px;
}

main h3 {
	margin-top:15px;
	font-size:1.5rem;
	font-weight:normal;
}

main h4 {
	margin-top:20px;
	text-align:center;
	font-size:1.3rem;
}

main h5 {
	font-size:0.9rem;
	margin-bottom:2px;
}

main article p {
	text-align:justify;
	line-height:1.4;
}

main article div.cols{
	-webkit-column-count:2;	/* Chrome, Safari, Opera */
	-moz-column-count:2;		/* Mozilla */
	column-count:2;
    -webkit-column-gap:2rem; 	/* Chrome, Safari, Opera */
    -moz-column-gap:2rem; 		/* Firefox */
    column-gap:2rem;
	margin-top:20px;
	text-align:justify;
	line-height:1.4;
}

#portrait {
	float:left;
	margin-right:20px;
}

.textbild {
	width:100%;
}

main ul {
	list-style-position:inside;
	text-indent:40px;
	list-style-image:url(bilder/hpbimg/hexagon.png);
	line-height:1.5;
}

main ol {
	list-style-position:inside;
}

main a {
	color:black;
}

main a:hover {
	text-decoration:none;
}

main .adresskasten {
	text-align:center;					
	padding:20px 0px;					
}

main .kasten {
	border:1px solid #999999;			
	width:260px;
	padding:10px;
	margin:10px auto;
	box-shadow:2px 2px 5px #999999;
}

main .w {
	color:white;						
	display:inline-block;
}

main .paintingstandards {
	font-weight:bold;
}

div.totop {
	text-align:right;
	margin:20px;
}

div.zumshop {
	text-align:center;
	font-size:1.3rem;
}

article.shopref {
	text-align:center;
	margin-top:20px;
}


/* ======================================= Main Galerien ================================= */
/* =======================================               ================================= */
iframe {
	border:none;
}

.galerie {
	max-width:500px;
	margin:0 auto;
}

.fensterrahmen {
	position:relative;
	overflow:hidden;	
	min-width:300px; 	
	max-width:100%;
	padding-bottom:75%; 
}
	
.fensterrahmen iframe {
	position:absolute;
	top:0px;
	left:0px;
	width:102%; 			
	height:102%;
	margin:-8px;
}

.thumbnails {
	display:flex;
	align-items:center;
	flex-flow: row wrap;
	justify-content:space-between;
	margin-top:7px;
	margin-bottom:40px;
}

.thumbnails img{
	width:97px;
	transition: all 0.15s ease;
}

.thumbnails img:hover {
	z-index:500;
	-webkit-transform:scale(1.5);
	transform:scale(1.5);
	box-shadow:3px 3px 5px #333333;
}

.thumbnails#hextiles{
	margin-top:-20px;
}

/* ======================================= Main Formulare ================================= */
/* =======================================                ================================= */
main form {
	width:60%;		
	min-width:300px;
	margin:0 auto;	
}

main legend {
	padding:2px 5px;
	background:#ffffff;	
	border-radius:5px;
	box-shadow:2px 2px 5px #999999;
}

main fieldset {
	padding:20px;		
	margin:10px;		
	background:url(bilder/hpbimg/tf_logo_icon.png);
	background-size:20%;
	background-position:top 20px right 20px;
	background-repeat:no-repeat;
	box-shadow:2px 2px 5px #999999;
	border-radius:10px;
}

main fieldset p {
	margin-top:5px;
}

main fieldset div {
	width:75%;
}

main input {
	font-family: Arial, sans-serif; 
	margin-bottom:10px;				
	padding:5px;					
	width:50%;						
	background:rgba(51,102,51,0.2); 
}

main input:focus{
	background:none;				
}

main input[type="submit"] {
	float:right;					
	background:#DDDDDD;
	margin-top:25px;				
}

main textarea {
	font-family:Arial, sans-serif;
	font-size:0.9rem;			
	resize:none;				
	width:100%;					
	height:150px;				
	padding:5px;				
	margin-bottom:10px;			
	margin-top:10px;
	background:rgba(51,102,51,0.2);
}

main textarea:focus{
	background:none;			
}

#formdanke fieldset {
	border: 2px solid #33AA33;
}

#formdanke fieldset label{
	margin-top:100px;
}
#formfehler fieldset {
	border: 2px solid red;
}

/* ======================================= Ende Formulare ================================= */

/* =================================================== ENDE HAUPTTEIL ==================================================== */




/* ===================================================  FOOTER  ========================================================== */
/* ===================================================          ========================================================== */

footer {							
	background-color:#DDDDDD;		
	font-size:0.75rem;				
	text-align:center;				
	padding-bottom:10px;			
	border-radius:0px 0px 10px 10px;
}

footer ul {							
	list-style:none;				
	text-align:center;				
	padding:10px 2px;				
}

footer ul li {					
	display:inline-block;		
	padding:0px 3px 0px 3px;	
}


footer a{						
	text-decoration:none;		
	color:black;				
}

footer a img {
	border:0;
}

footer a:hover{
	text-decoration:underline;
}

footer #sprache {				
	text-align:right;			
	margin-left:5px;			
	margin-right:5px; 			
}

footer #sprache a img {
	margin:2px 5px -2px 5px; 	
}

hr {							
	margin:5px 0;				
	border:0;					
	height:1px;					
	background-image:linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); /* seitlich ausblenden */
}


/* ======================================= SOCIAL BUTTONS ========================================== */

.follow_us {
	width:100%;			
	background:white;	
	text-align:center;	
}

.follow_us ul {			
	list-style:none;	
	padding:4px 10px;	
	width:100%;			
}

.follow_us ul li {		
	padding:0;			
	display:inline-block;
	line-height:35px;	
}


.follow_us a.facebook {background-position: 0px -35px;}
.follow_us a.facebook:hover {background-position: 0px 0px;}
.follow_us a.twitter {background-position: -40px -35px;}
.follow_us a.twitter:hover {background-position: -40px -0px;}
.follow_us a.pinterest {background-position: -80px -35px;}
.follow_us a.pinterest:hover {background-position: -80px 0px;}
.follow_us a.googleplus {background-position: -120px -35px;}
.follow_us a.googleplus:hover {background-position: -120px 0px;}	
.follow_us a.tumblr {background-position: -160px -35px;}
.follow_us a.tumblr:hover {background-position: -160px 0px;}

/* ====================================== ENDE SOCIAL BUTTONS =======================================- */



/* =================================================== ENDE FOOTER ==================================================== */
@media only screen
	and (max-width:500px) {
	header form input{
		width:45px;
	}
}

@media only screen
	and (max-width:447px) {
	.thumbnails img{
		width:95px;
	}
}

@media only screen
	and (max-width:768px) {
	
	body {
		background-image:none;
		font-size:1rem;
	}
		
	#aussen {				
		min-width:100vw;
		max-width:100vw;
	}
	
	main h2 {
		font-size:2rem;	
	}
		
	main h3 {
		font-size:1.5rem;
		font-weight:normal;
	}
		
	main h4 {
		font-size:1.3rem;
	}
		
	main h5 {
		font-size:1.1rem;
		margin:10px 0px;
	}
	main article div.cols{
		-webkit-column-count:1;	/* Chrome, Safari, Opera */
		-moz-column-count:1;		/* Mozilla */
		column-count:1;
    	-webkit-column-gap:2rem; 	/* Chrome, Safari, Opera */
    	-moz-column-gap:2rem; 		/* Firefox */
    	column-gap:2rem;
	}
	
	main article p {
		text-align:left;
	}
/* ============ Navigation ===========*/
	nav ul.navi {						
		z-index:1000;
		display:flex;
		flex-direction:column;			
		background-color:rgba(119,119,119,0.8);
		width:220px;			
		position:absolute;		
		top:50px;				
	}
	
	nav ul.navi li {			
		padding: 10px 0px;		
		}						

	nav ul.navi li a {			
		display:block;
		margin: -10px -10px -10px 0px;		
		background-color:rgba(119,119,119,0);
		width:100%;							
	}

	.aktuell {								
		background-color: rgba(51,102,51,0.5);
	}
				
	#resp-nav ul.navi {
		left:-230px;
		transition: all 0.5s ease-out;
	}
		
	#resp-nav ~a {
		display:inline-block;			
		margin:5px;
		width:200px;
		text-decoration:none;
		color:black;
	}
	
	#resp-nav:target {
		display:inline-block;	
		animation:navirein 0.5s;
		animation-timing-function:ease-out;	
		background:rgba(255,255,255,0);	
	}
		
	#resp-nav:target ul.navi {
		left:0;
	}
	
	#resp-nav:target >a {
		display:inline-block;
		margin:5px;
		width:220px;
		text-decoration:none;
		color:black;
	}		

	#resp-nav:target ~a {
		display:none;		
	}

	#resp-nav a img, #resp-nav ~a img {
		width:46px;
	}
		
	@keyframes navirein {
		0%{left:-210px;}
		100%{left:0px;}
	}

	@-webkit-keyframes navirein {
		0%{left:-210px;}
		100%{left:0px;}
	}
		
/* ============ Formular ===========*/

main input {
	width:100%;
}	

main fieldset {
	background:none;
}

main fieldset div {
	width:100%;
}

/* ============ Liste ===========*/
main ul {
	text-indent:0px;
}

/* =========== Sonstiges =========*/
#portrait{
		display:block;
		margin:0 auto;
		margin-bottom:20px;
		float:none;
		
}

div.totop {
	margin-right:0px;
}
/* ============ Footer ===========*/	
footer {					
	font-size:1rem;			
}
}