/* code and design by Marine Drouan - 2017-2021 www.marinedrouan.eu */

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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*end reset*/

/***********************
    GENERAL
************************/

::selection {color:#fff; background:#1400ff; opacity: 1;}
::-moz-selection {color:#fff; background:#ff0076;opacity: 1;}


body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
    cursor: url(../images/cursor.png), auto;	
	background: linear-gradient(bottom, rgb(185, 255, 253) 96%, rgb(214, 253, 234) 16%);
	background: -o-linear-gradient(bottom, rgb(185, 255, 253) 96%, rgb(214, 253, 234) 16%);
	background: -moz-linear-gradient(bottom, rgb(185, 255, 253) 96%, rgb(214, 253, 234) 16%);
	background: -webkit-linear-gradient(bottom, rgba(185, 255, 253, 0.86) 96%, rgb(214, 253, 234) 16%);
	background: -ms-linear-gradient(bottom, rgb(185, 255, 253) 96%, rgb(214, 253, 234) 16%);
	
	background: -webkit-gradient(
	linear,
	right bottom,
	right top,
	color-stop(0.96, rgb(185, 255, 253)),
	color-stop(0.16, rgb(214, 253, 234))
    );
    
     /* Firefox v3.6+ */
    background-image: -moz-linear-gradient(96% 16% -90deg,rgb(206, 255, 208) 96%,rgb218, 255, 254) 16%);
	letter-spacing: 4px;
	line-height: 3; 
}

a {
  cursor: url(../images/cursor-o.png), auto;	
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted;
	padding-bottom: 1px;
	-webkit-transition: padding-bottom 1s; /* Safari 3.1 to 6.0 */
    transition: padding-bottom 1s;
	
	-webkit-color: padding-bottom 1s; /* Safari 3.1 to 6.0 */
    color: padding-bottom 1s;
}

a:hover {	
  cursor: url(../images/cursor-o.png), auto;	
	border-bottom: 1px solid;	border-bottom: 1px solid;
	padding-bottom: 2px;
	color: blue;
}

button{
  cursor: url(../images/cursor-o.png), auto !important;
}

#main a{
	text-decoration: none;
	border-bottom: 0px solid;	
	-webkit-transition: padding-bottom 1s; /* Safari 3.1 to 6.0 */
    transition: padding-bottom 1s;
}

#main a:hover{
	border-bottom: 1px solid;
	padding-bottom: 2px;
}


.linkremovedeco img a{
	border-bottom: 0px solid;
	border-bottom: none;
	text-decoration-line: none;
	opacity: 0.8;	
}
.linkremovedeco img a:hover{
	border-bottom: 0px solid;
	border-bottom: none;
	text-decoration-line: none;	
	opacity: 1;
}

.left{
	text-align: center;
	width: 600px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

/* navig */

.toplogo{
	background: url('../images/title.png') no-repeat;
	position: fixed;
	top: 35px;
	left: 20%;
	right:20%;
	margin: 0 auto;
	width: 400px;
	height: 50px;
    z-index:9999;
}

.follow{
		position:absolute;
	margin: 0 auto;	
}


.arrow{
	margin-bottom: 15px;
	text-decoration: none !important;
	border-bottom: 0px  solid!important;	
}


/* scroll bar */

/* width */
::-webkit-scrollbar {
  width: 10px;
}
 
/* Track */
::-webkit-scrollbar-track {
  background: #00ffd8;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1400ff;
}
 
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #FFF;
}

/* header */

header {z-index: 150; visibility: visible;}
header a {
	text-decoration: none;
	color: black;
	  cursor: url(../images/cursor.png), auto;
}
header figure.logo img {z-index: 150; position: fixed; top: 60px; left: 50% ;right: 50%;  width: 391px;}

header nav {visibility: visible;}

header nav li {list-style: none; position: fixed; z-index: 150;}
header nav li a  {text-decoration: none; color: black; font-size: 18px; }
header nav li a:hover {border-bottom: 1px solid black;}
header nav li.nav-about {top: 30px; left: 30px;} 
header nav li.nav-listen {top: 50%; margin-top: -10px; margin-right: -30px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg);right: 30px; }  
header nav li.nav-releases {top: 30px; right: 30px;} 
header nav li.nav-gallery {bottom: 30px; right: 30px;} 
header nav li.nav-shop {bottom: 58px; left: 30px;} 
header nav li.nav-gigs {bottom: 30px; left: 30px;} 
header nav li.nav-contact {top: 50%; margin-top: -10px; margin-left: -30px; -webkit-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -o-transform:rotate(-90deg);left: 30px; } 
header nav li.nav-facebook {top: 50%; right: 30px; margin-right: -38px; margin-top: -65px; -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg);}


/* footer */

.footer a.back_to_top_button {font-size: 18px; text-align: center; text-decoration: none; color: black; border-bottom: 0px solid;}
.footer a.back_to_top_button:hover {border-bottom: 1px solid black;text-decoration: none;}
.footer {margin-bottom: 30px; text-align: center; text-decoration: none;}

.footer
 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 1px;
	 text-decoration: none !important;
	border-bottom: 0px !important;	
	 
}

.footer a {text-decoration: none; color: black;	border-bottom: 0px solid;	}



/* SoMe */

 .some{
	position: relative;
	 text-decoration: none !important;
	border-bottom: 0px !important;	
	 margin-bottom: 30px;
        }
        
        #icon{
	margin: 15px;
            opacity: 0.4;
            filter: alpha(opacity=40); /* For IE8 and earlier */
            -webkit-transition: opacity 0.4s; /* Safari */
            transition: opacity 0.4s;          
        }
        
        #icon:hover{
            opacity: 1;
            filter: alpha(opacity=100); /* For IE8 and earlier */
        }
	

/* container */

.container{
	padding: 50px;
	padding-top: 140px;
	margin: 0 auto;
	padding-left:20%;
	padding-right:20%;
	max-width: 800px;
}

/* main */



.part{
	text-align: center; 
    margin: 0 auto;
	margin-bottom: 150px;
}

h1{
	text-align: center; 
    margin: 0 auto;
	margin-bottom: 40px;
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
}

h2{
	text-align: center; margin: 0 auto;
	margin-bottom: 35px;
	font-size: 14px;
	letter-spacing: 4px;
	text-transform: uppercase;
    margin-top: 50px;
}

h3{
	text-align: center; margin: 0 auto;
	font-size: 13px;
	line-height: 2;
	letter-spacing: 1.5px;
    margin-bottom: 15px;
	font-variant: normal;
}

/* not centered */

h4{
	text-align: left; margin: 0 auto;
	font-size: 12px;
	line-height: 2;
	letter-spacing: 1.5px;
    margin-bottom: 10px;
	font-variant: normal;
}

/* small past gigs */

h5{
	text-align: center; margin: 0 auto;
	font-size: 11px;
	line-height: 1.5;
	letter-spacing: 1.5px;
    margin-bottom: 10px;
	font-variant: normal;
}

h5 a{
	padding-bottom: 0px;
}


/*button*/

button{
width-min:150px;
height: 40px;
padding: 1px;
padding-left: 10px;
padding-right: 10px;	
font-size: 1.9em;
font-weight: 300;
border: none;
margin-bottom: 20px;
color:white;
background-color:#1400ff;
}

.big{
width: 88%;
font-size: 3em;		
height:auto;
padding:10px;}

button:hover{
color:#1400ff;
background-color:white;
transition: background-color ease 1s;
transition: color ease 1s;	
}

/* records box */

.records{
	display: inline-block;	
	margin-bottom: 20px; 
	height: 100px;
}

.records:hover{	
}

.records img{
	width: 100px;
	height: auto;
    -webkit-transition: width 0.8s ease; /* Safari */
     transition: width 0.8s ease;  	
}

.records img:hover{
	width: 110px;
	height: auto;
	left: -10px;
	top: -10px;
	margin-bottom: 20px; 	
}


.records-text{
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
	width: 80%;}

/* main image */

.front-image{
	height: 400px;
	width: 400px;
	margin: 60px auto;
	background-position: center;
	position: relative;
	background: url('../images/cover-kritzkom.jpg') no-repeat;	
	zoom:1;
	-webkit-transition: rotate 3s ease; /* Safari 3.1 to 6.0 */
    transition: rotate 3s ease;
	-webkit-color: rotate  3s ease; /* Safari 3.1 to 6.0 */
    color: rotate zoom 3s ease;	
}

.front-image img{
	height: 400px;
	width: 400px;
}

.front-image .a{
	text-decoration: none;
}

.front-image:hover {
zoom:1.05;
  -ms-transform: rotate(-1deg); /* IE 9 */
  transform: rotate(-1deg); /* Standard syntax */
}

.mouseover-img {
    height: 600px;
	width: 600px;
	background: url('../images/tableoftone1.png') no-repeat;	
    background-size: cover;
	background-origin: 50%,50%;
	background-position: center; 
    margin: auto;
}

.mouseover-img:hover {
	background: url('../images/tableoftone2.png') no-repeat;   
}


.gig
 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 2px;
	opacity: 5;
	color: #666;
}

.gig_black

 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 2px;
	opacity: 5;
	color: #000000;
}



.title{
	text-align: center;
	font-size: 18px;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.subtitle{
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	line-height: 2;
	margin-bottom: 5px;
}

/* Labels tooltip */

.tooltip {
     position: absolute;
     text-align: center;
    margin-top: 50px;
    max-width: 300px;
	font-size:1em;
	line-height: 1.8em;
    z-index: 99999999;
    font-weight: 400;
	color: white;
    background-color: #1400ff;
	opacity: 0.8;
    padding: 10px;
}


/***********************
   listen
************************/

.listen{	
}

/***********************
   photos 
************************/



.part ul {
    list-style: none;
    display: inline;
	margin: 0 auto;
	
}

.part ul li {
    width: 300px;
    height: 300px;
    margin-top:20px;
	margin-left: 10px;
	display: inline-block;
}


.part img{
	background-image: url('../images/load.gif');
	background-repeat: no-repeat;
	background-origin: 50%,50%;
	background-position: center; 
    margin-bottom: 10px;
}


.part ul :hover {
    opacity:0.8;
    filter:alpha(opacity=80); 
     }


#photo1{
	position: relative;
    margin-left: auto;
	background: url('../images/3tapes.jpg') no-repeat;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
	background-origin: 50%,50%;
	background-position: center; 
}

#photo1:hover{
}

#photo2{
	position: relative;
    margin-left: auto;
	background: url('../images/kritzkom-acud-copyright-udo-siegfriedt-2017_.jpg') no-repeat;
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
	background-origin: 50%,50%;
	background-position: center; 
}

#photo2:hover{
}

#photo3{

	background: url('../images/marine-2014.jpg') no-repeat;
	width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
	background-origin: 50%,50%;
	background-position: center; 
}

#photo4{
	position: relative;
    margin-left: auto;	
	background: url('../images/Kritzkom-gaite-lyrique.jpg') no-repeat;
	width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
	background-origin: 50%,50%;
	background-position: center; 	

}

#photo5{
	position: relative;
    margin-left: auto;
	background: url('../images/united-we-stream-kritzkom-1-2020.png') no-repeat;
	width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
	background-origin: 50%,50%;
	background-position: center; 
}

#photo6{
	position: relative;
    margin-left: auto;
	background: url('../images/united-we-stream-kritzkom-2-2020.png') no-repeat;
	width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
	background-origin: 50%,50%;
	background-position: center; 
}


#big{
	background: url('../images/studio_kritzkom_2015_1.jpg') no-repeat;
}


#photo3:hover{

}



/* extra photos */

.extraphoto{
    display: inline;
}

a .extraphoto{
    text-decoration:none;
}

a:hover .extraphoto{
   opacity: 0.8;
     text-decoration:none;
}

/* videos */


.video{
	width: 100%;
	margin: 0 auto;
	text-align: center;	
}

.video-top{
	width: 80%;
	margin: 0 auto;
	text-align: center;	
}

.partvideo{
    width: 123%;
	overflow: visible;
	text-align: left;
    margin: 0 auto;
	margin-left: -9%;
	margin-right: -9%;	
    vertical-align: middle !important;
    margin-bottom: 150px;
}

.partvideo ul li {
    width: 48%;
    margin-top:10px;
	margin-left: 10px;
	display: inline-block;
	text-align: center;	
	margin: 0 auto;	
}

#video li {
	margin-left: -40px;
	text-align: center;	
	margin: 0 auto;	
}


/***********************
  releases
************************/

.releases{
    width: 700px;
    text-align: left;
    margin: 0 auto;
    vertical-align: middle !important;
    margin-bottom: 150px;

}



.releases h4 img{
    margin-right: 20px;
    vertical-align: middle !important;
}


/* reduce a part width to 500px;  */

.reduce{

	width: 600px;
}


/* mailing list  */

#mc_embed_signup{background:none; clear:left; text-align: center; font:inherit;
	margin-top: 30px;}

/*button mailing list*/
#mc_embed_signup .button {
    clear: both;
    background-color: #68F3FF!important;
    border: 0 none !important;
    transition: all 0.23s ease-in-out 0s;
    color: #b90fe2 !important;
  cursor: url(../images/cursor.png), auto;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    text-align: center;
}

#mc_embed_signup .button:hover {
    background-color: #b90fe2!important;
    border: 0 none !important;
    transition: all 0.23s ease-in-out 0s;
    color: #ffffff !important;
}

/* imput field */
#mce-EMAIL {
    font-size: 15px;
    font-weight: normal;
    height: 32px;
	padding-left: 5px;
	padding-right: 5px;	
	width: 400px;
	text-align: center;
	color: blue;
}

#mc_embed_signup input {
	
     border: 0px !important; 
     -webkit-border-radius: 0px!important; 
    -moz-border-radius: 0px!important;
     border-radius: 0px!important; 
	 height: 28px;
	min-width: 100px;
}

#mc_embed_signup form {
    text-align: center !important;
}

#mc_embed_signup #mce-success-response {
    color: #1400ff;
	
    display: none;
}
#mc_embed_signup div.response {
    margin: 0em 0;
    padding: 20px;
    letter-spacing: 2px;
    font-weight: 200;
    float: left;
    z-index: 1;
    width: 80%;
    line-height: 1.6em;
}

#mc_embed_signup #mce-success-response {
    color: #1400ff;
    display: none;
}

