@charset "utf8-8";

html{
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	/*background:rgba(0,0,0,0.9);*/
	
}
body, button, input, select, textarea { font-family: 'Open Sans', sans-serif; color: #222; }

body {
	height:100%;
	width:100%;
	font: 18px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-align:center;
	overflow-y: scroll;
    	/*background:rgba(0,0,0,0.2);*/
}
.work{
    background-image: url(../images/background/back_01_01_work.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
}
.print{
    background-image:url(../images/background/back_02_01_prin.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.wall{
    background-image:url(../images/background/back_03_01_wall.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.art{
    background-image:url(../images/background/back_04_01_arte.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.shop{
    background-image:url(../images/background/back_05_01_shop.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.cont{
    background-image:url(../images/background/back_06_01_cont.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.mob{
	display:block;
}
.cap{
    font-size:18px;
}
.klein{
    font-size:16px;
}
.contact{
	width:100%;
}
.no_abst{
    margin-top:0;
    padding-top:0;
}
.clr{
	clear:both;
	float:left;
	margin-bottom:0;
}
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 unterstützt keine maximale Breite, verwenden Sie daher eine Standardbreite von 100% */
.ie6 img {
	width:100%;
}
.fett{
	font-weight:bold;
}
.weiss{
	color:#FFF !important;
}
/* input check in Galerie */
.container {
  display: block;
  float:right;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-art {
  display: inline-block;
  /*float:right;*/
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-art input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    visibility: hidden;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left:210px;
    height: 25px;
  width: 25px;
    border-radius:3px;
  background-color: #eee;
}
.checkmark-shop {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius:3px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark,.container-art:hover input ~ .checkmark  {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark,.container-art input:checked ~ .checkmark {
  background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after,.checkmark-shop:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-art input:checked ~ .checkmark:after,.container input:checked ~ .checkmark-shop:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-art .checkmark:after,.container .checkmark-shop:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.zeilehoch{
    float:left;
    margin-right:10%;
    position:relative;
    /*margin-top:-22px;*/
}
.zeilehoch img{
    position:absolute;
    left:186px;
    bottom:-20px;
    width:70px;
    height:auto;
    opacity:.6;
}
.zeilehoch a:hover img{
    opacity:1.0;
}
/* Ende input check in Galerie */
.formsend{
    width:90%;
    margin-bottom:140px;
}
.formsend textarea{
    border-radius:4px;
    border:none;
    font-size:16px;
    width:100%;
    height:200px;
    padding:2px 10px;
}
.formsend input[type="text"]{
    border-radius:4px;
    border:none;
    width: 80%;
    font-size:16px;
    padding:2px 10px;
    margin-bottom:16px;
    
}

.formsend input[type="submit"]{
background:none !important;
 width:0; 
  height: 0; 
    padding:0;
    margin:0 0 0 44px;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
border-right: 25px solid transparent;    
    border-radius:0 6px 0 0px;  
  border-left: 30px solid white;
    text-indent:30px;
}

.goshop{
    position:relative;
    background: none;
    color:white;
    border:none;
    font-style: italic;
    
}
.shop-li a{
    display:none;
}
.shop-btn{
    background:none;
    color:#CCC;
    border:none;
}
.shop-btn-fixed{
    position:fixed;
    display:none;
    left:70%;
    top:20%;
    background:none;
    color:#FFF;
    border:none;
    font-size:18px;
}
.shop-btn-fixed:hover{
    text-decoration:underline;
}
.shop-btn:hover{
    color:white;
}
.shop-btn-fixed img{
    margin-top:0px;
    width:70px;
    height:65px;
    padding-right: 8px;
}

.lftflt{
    float:left;
    margin-right:12px;
}
.noflt{
    clear:both;
    float:none;
}
.rtflt{
    float:right;
}
.pos-rel{
    position: relative;
}
.pt-20{
    padding-top:20px;
}
.mt-30{
    margin-top:30px;
}
.mt-20{
    margin-top:20px;
}
.go{
    position:absolute;
    display:block;
    top:32px;
    left:0px;
    font-size:20px;
}
.hoeren{
    position:absolute;
    display:block;
    top:32px;
    left:100px;
    font-size:20px;
    
}
.sign{
    position:absolute;
    display:block;
    top:100px;
    left:120px;
    width:270px;
    height:auto;
    font-size:20px;

}
.maximg img{
    max-height:60px;
    box-shadow: 3px 3px 3px #555;
    float:left;
    
}
.maximg figure{
    margin-bottom:12px;
    width:80%;
    disply:block;
 }
.maximg figcaption{
    padding-left:20px;
}
.gridContainer {
	padding-top:0;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	width: 96%;
	padding-left: 0;
	padding-right: 0;
	text-align:left;
/*	background:#363535;*/
}
#LayoutDiv1 {
	/*clear: both;
	float: left;
	margin-left: 0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	width: 100%;
	display: block;*/
	/*height:60px;*/
}
header.sticky {
    position: fixed;
	margin-top:0px;
    height: 66px;
	width: 100%;
    background:rgba(0,0,0,.6);
	z-index:100;
    }
header.sticky-index{
    display:block;
    position: fixed;
    margin-top: 0;
    min-height:66px;
    width:100%;
    background:rgba(0,0,0,.6);
	z-index:100;
        
}

#logo{
	width:100%;
	text-align:center;
	padding-bottom:20px;
    display:none !important;
	}
#logo h1{
	font-size:50px;
	letter-spacing:2px;
	}
#logo h1 .tamk{
	font-weight:400 !important;
	letter-spacing:2px !important;
}
#logo-oben{
    float:left;
    padding-right:16px;
}
#logo-oben h1{
    font-size:26px;
    float:left;
    margin-top: -2px;
    letter-spacing:2px !important;
}
#logo-oben h1 .tamk-o{
    font-weight:400 !important;
    letter-spacing:2px !important;
}
#logo-oben a h1 {
    color:#ffffff !important;
}
#index-menu{
    display:block;
}
#menue {
	clear: both;
	float: left;
	margin-left: 0;
	margin-right:0;
	width: 100%;
	display: none;
}
#footer {
	position:fixed;
	bottom:20px;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;

}
#mobmenue {
	/*clear: both;
	float: left;
	margin-left: 0;
	width: 100%;*/
	display: block;
	position:fixed;
	top:0;
	z-index:150;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
    background:url(../images/back_logo.png) repeat-x;
	min-height:42px;
	
}
.rubmenu{
    display: none;
}
.menumob-top{
    display: block;
    position:relative;
    z-index:200;
    margin:20px 0 0 0;
    padding:0;
}
.menu-top{
    margin:20px 0 0 0;
    padding:0;
    width:100%;
    }
.menu-top li{
    display:inline-block;
    float: left;
    margin-right: 12px;
    font-size:20px;
    
}
.menumob-top li{
    display:inline-block;
    float: left;
    margin-right: 12px;
    font-size:20px;
    
}
.menu-top li:last-child{
    margin-right: 0 !important;
    margin-left:5%;
}
.menu-top-right{
    float:right;
    width:80%;
}
.menu-top li a img{
    width:30px;
    padding-right:8px;
    opacity: 1.0;
}
.menu-top li a.active{
    color:#FFF;
}
.menu-top li a img.info{
    height:27px;
    width:auto;
}
.text{
    margin-top:180px;
    width:96%;
    font-size: 26px;
}
.text h2{
    font-size:40px;
    font-weight:400 !important;
    letter-spacing: 2px;
    margin-bottom:8px;
}
.text h2 img{
    width:50px;
    padding-right:20px;
}
#pics{
        position:relative;
}
.pic-info{
	margin-top:10px;
	margin-bottom:50px;
	display:block;
	float:left;
	width:100%;
}
.slide{
	display:block;
	margin-top:40px;
	width:100%;
	float:none;
	
}
.mxheight{
	max-width:90%;
}
.slide img{
	-webkit-box-shadow: 15px 10px 27px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 15px 10px 27px 0px rgba(0,0,0,0.5);
	box-shadow: 15px 10px 27px 0px rgba(0,0,0,0.5);
	}
figure {
    display: table;
	margin-bottom:50px;
}
figure img{
    display:block;
    float:none;
    border:4px #FFF solid;
}
img, figcaption {
    display: block;
	float:left;
    /*vertical-align: top;*/
}

figcaption {
	padding-top:0;
    padding-left: 0;
	white-space:nowrap;
	font-size:16px;
}
.artfig{
    margin-bottom:120px;
}
.artfig img{
    width:90%;
    float:none;
    display:block !important;
}
.artfig figcaption{
    width:90%;
    padding-left:0;
}
@media only screen and (min-width: 420px) {
#logo h1{
	font-size:70px;
	letter-spacing:4px;
	}
#logo h1 .tamk{
	font-weight:400 !important;
	letter-spacing:3px !important;
}
.zeilehoch{
    float:right;
    margin-top:-22px;
    margin-bottom:20px;
}
    

}


/* Layout für Tablet-PCs: 481 bis 768 px. Erbt Stile vom: Layout für Mobilgeräte. */

@media only screen and (min-width: 642px) {
.gridContainer {
	margin-top:0;
	width: 94.4%;
	padding-left: 1.8%;
	padding-right: 1.8%;
	
}
#mobmenue{
	width:100%;
}
    
#LayoutDiv1 {
/*	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	height:0px;*/
}
#logo h1{
	font-size:90px;
	letter-spacing:6px;
	}
#logo h1 .tamk{
	font-weight:400 !important;
	letter-spacing:4px !important;
}
.text{
    margin-top:180px;
    width:90%;
    font-size: 30px;
}
.text h2{
    font-size:52px;
    font-weight:400 !important;
    letter-spacing: 3px;
    margin-bottom:8px;
}
.text h2 img{
    width:70px;
    padding-right:40px;
}
    .sign{
	top: 64px;
	left: 304px;
	width: 320px;

}
    .formsend{
        width:80%;
        max-width:560px;
    }    
.formsend textarea{
    border-radius:4px;
    border:none;
    font-size:16px;
    width:96%;
    height:200px;
    padding:2px 10px;
}
.formsend input[type="text"]{
    border-radius:4px;
    border:none;
    width: 230px;
    font-size:16px;
    padding:2px 10px;
    margin-right:20px;
    
}

    
figure img{
    float:none;

}
.shop-btn-fixed{

    left:80%;
}    
.mxheight{
	max-width:80%;
}    

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

}
/*@media only screen and (min-width: 642px) {
	#menue, #menue_re{
		display:none;
	}
	#logo{
		display:block;
	}

}*/

/* Desktoplayout: 769 bis maximal 1232 px.  Erbt Stile von: den Layouts für Mobilgeräte und Tablet-PCs. */

@media only screen and (min-width: 860px) {
.overl{
	top:0;
	position:fixed;
	display:block;
	height:241px;
	background:rgb(0,0,0);
	opacity:0.0;
	z-index:7;
	width:100%;
}
.gridContainer {
	width: 94%;
	max-width: 1202px;
	padding-top:0 !important;
	padding-left: 0.0%;
	padding-right: 0.0%;
	/*margin: auto;*/
	margin-top:0 !important;
}
#LayoutDiv1 {
	top:50%;
	position:absolute;
    margin-top:-240px;
	width: 600px;
	left:50%;
    margin-left: -300px;
	display: block;
	z-index:8;
	
}
#menue{
	display: block;
}
header.sticky-index{
    display:none;
}    
#index-menu{
    display:none;
}
    
#logo{
    display:block !important;
}     
.rubmenu{
    display: block;
}    
.nav{
	/*position:relative;*/
	/*float:left;*/
	width:100%
}
.nav ul{
	width:100%;
	text-align:center;
	margin:0;
	padding:0;
}
.nav ul li{
	/*position:relative;*/
	display:inline-block;
	
}
.nav ul li a {
	font-size:20px;
	color:#fff;
	display:block;
	padding:0 22px;
	text-decoration:none;
	text-align:center;
}
.nav ul li a:hover{
	font-weight:700;
}
.nav ul li a.active{
	font-weight:bold;
}
.nav ul li a img{
	max-width:70px;
	height:auto;
}
.hov{
	opacity:.4;
	}
.act a img{
	opacity:1.0 !important;
}
.text{
    margin-top:180px;
    width:70%;
    font-size: 30px;
}
.text h2{
    font-size:52px;
    font-weight:400 !important;
    letter-spacing: 3px;
    margin-bottom:8px;
}
.text h2 img{
    width:70px;
    padding-right:40px;
}
.sign{
    top:70px;
    left:340px;
    width:400px;

}
.vermerken{
    margin-top:-160px;
    text-align:right;
    margin-bottom:100px;
    max-width:80%;
}
	
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#mobmenue {
	display: none;
}
}

@media only screen and (min-width: 1020px) {
figure img{
    float:left;

}  
 figcaption{
 padding-left:30px;       
    }    
.mxheight{
	max-width:70%;
}
.sign{
	top: 68px;
	left: 183px;
	width: 500px;

}    
}
@media only screen and (min-width: 1930px) {
    .shop-btn-fixed{
        left:60%;
    }
}
