/**
*

* to change width of images for slides, adapt
* #floatviewport, .floatee 
*
**/

::selection {
		color: #FFF;
		background: #3B4859;
	}
  
  
	::-moz-selection {
		color: #FFF;
		background: #3B4859;
	}


body, input, textarea { font-family: "Lato", "Trebuchet MS", Helvetica, sans-serif;  font-size: 105%; color:#404157;}
table {	table-layout:fixed; }


input[type="text"], input[type="email"], textarea, select {
    border: 1px solid #9CBDCF;
    -moz-border-radius: 4px;
         border-radius: 4px;
    background: #FFFFFF;
    background:              -webkit-gradient(linear, left top, left bottom, color-stop(0,#EFF2F6), color-stop(0.4,#FFFFFF)); 
    background-image: -webkit-linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    background-image:    -moz-linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    background-image:      -o-linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    background-image:         linear-gradient(#EFF2F6 0%, #FFFFFF 40%);
    color: #262626;
    font-size: 1.0em;
    margin-left: 0;
    margin-bottom: 5px;
    outline: none;
    padding: 6px;
}

input[type="text"], input[type="email"] {
    line-height: 20px;
    height: 20px;
}

input[type="text"]:focus, input[type="email"]:focus, textarea:focus {
    -moz-box-shadow: 0 0 4px rgba(95, 169, 212, 0.8);
         box-shadow: 0 0 4px rgba(95, 169, 212, 0.8);
    background: #FFFFFF;
    background-image: none;
    border-color: #5FA9D4;
    color: #262626;
    font-style: normal;
}


h1,h2, h3 { font-family: 'pt_sans_narrowbold', sans-serif; font-weight: normal; }
/*
strong, b { font-family: 'pt_sansbold', sans-serif; font-weight: normal; }
em { font-family: 'pt_sansitalic', sans-serif; font-style: normal; }
*/
h1,h2 { margin: 6px 0px 10px 0px; }
h3 { margin: 3px 0px 5px 0px; }
p { margin: 2px 0px; }



hr {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc); 
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc); 
}

a {
	color: #000;
  text-shadow: 1px 1px 0 #DDD;
}

a:hover {
	color: #222;
  text-shadow: 1px 1px 0 #BBB;
}


/*******************/
/* globales Layout */
/*******************/
  body {
    margin:0; padding:0; 
		overflow-y:scroll;
  }
  
	
  
  /** OBERES MENÜ **/
	#fixedtop {
		position: fixed;
		z-index: 20;
		top: 0px;
		left: 0px;
		width: 100%;
		background: #F2F2F2;
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
		padding-bottom: 25px;
		height: 50px;
		
	}
	
  #titlestrip {
    position: relative; 
		z-index: 21;
    margin-bottom: 0px; 
		/*+++
    background: #222; 
		+++*/
    background: #F2F2F2; 
    height: 100px; 
    box-shadow: 0 -1px 10px rgba(0, 0, 0, .5);
	}
	
	
	#titlestrip, #fixedtop {
		-webkit-user-select: none; /* Chrome/Safari */        
		-moz-user-select: none; /* Firefox */
		-ms-user-select: none; /* IE10+ */
		-o-user-select: none;
		user-select: none;
  }  
  
  .logodiv {
		display: inline-block;
		margin-left: 40px;
		margin-bottom: 10px;
		border-radius: 0px 0px 10px 10px; 
		box-shadow: 0px 0px 15px rgba(0,0,0,0.5); 
		background: url(../img/logo.png) no-repeat;
		background-position: 50% 50%; 
		background-size: contain;  
		width: 280px;
		height: 144px;
		background-color: #E9E9E9; 
  }
	
	.logodiv.logotop {
		width: 240px;
		height: 123px;
		margin-left: 60px;
	}
	

	.logodiv.smartphone {
		padding: 6px 8px 4px 8px;
	}
	

  
  /** SMARTMENU **/
	#smenu input {
    display: none; 
  }
  
  #smenu label { 
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0px;
    width: 90px;
    height: 43px;
    overflow: hidden;
    padding: 2.5% 3.5% 2.5% 3.5%;  
    text-align: right;

    -webkit-animation-timing-function: ease-in-out
    animation-timing-function: ease-in-out
    
    -webkit-animation: shrink 0.8s 1;
    animation: shrink 0.8s 1;
  }
  
  
  #menuon .iconlinks {
    float: left; margin-top: 7px; margin-left: 60px;
  }
  #menuon .iconlinks a {
    display: inline-block;
    width: 35px;
    height: 38px;
  }
  #menuon .iconlinks a:first-child { margin-bottom: 0px; margin-right: 10px;}
  
  
  
  #stopmenu {
    float: none; 
    margin-top: 20px; 
    margin-left: 30px; 
    margin-right: 0px;
  }
  
  #menuon .nav {
    list-style-type: none;
    height: 100%;
    overflow: hidden;
  }


  #menuon .nav li a:first-child {
    border-top: 1px solid #FFF;
  }
  
  #menuon .nav li a {
    float: none;
    display: block;
    padding: 7px 3px 16px 3px;
    height: 32px; 
    margin: 0px;
    
    border-bottom: 1px solid #FFF;
    font-size: 2.2em;
    letter-spacing: 2px;
  }


  #menuon .nav li a:hover, .nav li a.active {
    border-bottom: 1px solid #FFF;
  }

  
  
  #menuon .iconlinks, #stopmenu { display: none; }
  #menuon i { }
	
	.navicon-button-label {
		display: inline-block; 
		vertical-align: middle;
		font-size: 2.2em; 
		margin-right: 20px; 
		font-weight: bold;
		user-select: none;
    cursor: pointer;
	}
  
  .navicon-button {
    display: inline-block;
    position: relative;
    padding: 1.2rem 1.0rem;
    transition: 0.25s;
    cursor: pointer;
    user-select: none;
    opacity: .8;
    cursor: pointer;
  }
  .navicon-button .navicon:before, .navicon-button .navicon:after {
    transition: 0.25s;
  }
  .navicon-button:hover {
    transition: 0.5s;
    opacity: 1;
  }
  .navicon-button:hover .navicon:before, .navicon-button:hover .navicon:after {
    transition: 0.25s;
  }
  .navicon-button:hover .navicon:before {
    top: .825rem;
  }
  .navicon-button:hover .navicon:after {
    top: -.825rem;
  }

	

  .navicon {
    position: relative;
    width: 2.6em;
    height: 0.3rem;
    background: #404157;
    transition: 0.5s;
    border-radius: 2.5rem;
  }
  .navicon:before, .navicon:after {
    display: block;
    content: "";
    height: .3125rem;
    width: 2.5rem;
    background: #404157;
    position: absolute;
    z-index: -1;
    transition: 0.5s 0.25s;
    border-radius: 1rem;
  }
  .navicon:before {
    top: .69rem;
  }
  .navicon:after {
    top: -.69rem;
  }


  
  
  
  
  #smenu input:checked + label { 
    display: block;
    background: rgba(0,0,0, 0.8); 
		color: #F2F2F2;

    height: 400px;
    width: 100%;

    animation: expand 0.6s 1;
    -webkit-animation: expand 0.6s 1;
		
		overflow: auto;
  }
  #smenu input:checked + label #menuon .iconlinks, #smenu input:checked + label #stopmenu { 
    display: block;
  }

	
  /* × and + */
  #smenu input:checked + label  .navicon {
    background: transparent;
  }
  #smenu input:checked + label  .navicon:before {
    transform: rotate(-45deg);
  }
  #smenu input:checked + label .navicon:after {
    transform: rotate(45deg);
  }
  
  #smenu input:checked + label  .navicon:before,
  #smenu input:checked + label  .navicon:after {
    top: 0 !important;
		background: #FFF;
    transition: 0.5s;
  }



  
  
  
  
  #smenu input:checked + label { 
    display: block;
    background: rgba(0,0,0, 0.8); 
		color: #F2F2F2;

    height: 370px;
    width: 100%;

    animation: enlarge 0.8s 1;
    -webkit-animation: enlarge 0.8s 1;
  }
  #smenu input:checked + label #menuon .iconlinks, #smenu input:checked + label #stopmenu { 
    display: block;
  }

  
     
  @keyframes enlarge {
    0%   { 
      height: 43px;   
      width: 80px;   
      background: transparent;
    }
    50% { 
      height: 43px;
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    100% { 
      height: 400px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
  }
  @keyframes shrink {
    0%   { 
      height: 400px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    50% {
      height: 43px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    100% { 
      height: 43px;   
      width: 80px;   
      background: transparent;
    }
  }
  
 @-webkit-keyframes enlarge {
    0%   { 
      height: 43px;   
      width: 80px;   
      background: transparent;
    }
    50% { 
      height: 43px;
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    100% { 
      height: 400px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
  }
  @-webkit-keyframes shrink {
    0%   { 
      height: 400px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    50% {
      height: 43px;   
      width: 100%;   
      background: rgba(0,0,0, 0.8); 
    }
    100% { 
      height: 43px;   
      width: 43px;   
      background: transparent;
    }
  }
  /** SMARTMENU - END **/

  



	

	
  #contentblock {
		position: relative;
    width: 70%;
    margin: 0px auto;
    padding: 1% 2%;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8); 
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5); 
    height: 50%;
    overflow: auto;
		margin-bottom: 70px;
  }
	
	
	
	
	
	
  
  #footer {
		position: fixed;
		bottom: 0px;
    background: rgb(17, 55, 78);
    color: rgb(255, 248, 68);
    text-align: center;
    padding: 7px 0px 5px 0px;
		width: 100%;
		box-shadow: 0px 0px 15px rgba(0,0,0,0.7); 
  }
  
  #fcontent{
    width: 90%;
    margin: 0px auto;
  }
  
  #fcontent a {
    display: inline-block;
    font-size: 1.0em;
    margin-right: 40px;
    color: rgb(255, 248, 68);
    text-shadow: 1px 1px 0 #333;
  }

  #fcontent a:hover {
    color: rgb(225, 218, 38);
    text-shadow: 1px 1px 0 #555;
  }
  
  
  #up {
    bottom: 33px;
    font-size: 30px;
    position: fixed;
    right: 50%;
  }
  #up a {
    text-decoration: none;
    color: #777;
    text-shadow: 1px 1px 0 #DDD;
  }

  
  #rightcontent { width: 305px; }

#rightcontenttop, #fbbox { padding: 5px 8px; }
#rightcontenttop { 
  margin-top: 40px;
	margin-bottom: 15px;
	border: 1px solid #999;
	overflow: hidden;
	font-size: 13px;
}

#fbbox { 
	height: 240px; 
	font-size: 14px;
	background: #DDD;
	color: #295a9a;
}

/**************************/
/* globales Layout - ENDE */
/**************************/






/** NAVIGATION TOP MENU **/
#topmenu, #topmenutop {
  display: inline-block; 
	vertical-align: top;
  margin-top: 15px; 
  margin-left: 40px;
}
#topmenutop {
	margin-top: 0px;
}

ul.nav, ul.nav li {margin:0;padding:0}

.nav {
	list-style-type: none;
	height: 70px;
	overflow: hidden;
}

.nav li {
	display: inline;
}


.nav li a {
	float: left;
	position: relative; /* necessary for :before */
	display: block;
	padding: 10px 3px 16px 3px;
  margin: 0px;
	margin-right: 15px;
  
	/*
	margin-right: 10px;
  width: 140px;
	*/
	
	height: 32px; 
	
	
	/*+++
	color: #F2F2F2;
  text-shadow: 1px 1px 0 #333;
	+++*/
	color: #404157;
  text-shadow: 1px 1px 0 #DDD;
	
	
	/*text-transform: uppercase;*/
	font-family: 'pt_sans_narrowbold', sans-serif; font-weight: normal; 
  
	font-size: 1.8em;
  letter-spacing: 1.5px;
  text-align: center;
	text-decoration: none;
}


.nav li a:hover, .nav li a.active {
	/*+++
	color: #D2D2D2;
  text-shadow: 0px 0px 25px rgba(255,255,255,.6);
	+++*/
	color: #606177;
  border-bottom: none;
  text-shadow: 0px 0px 25px rgba(0,0,0,.3);
}
.nav li a.active {
	/*+++
	color: #DDD;
	+++*/
	color: #333;
}

.nav li a:before, .nav li a.active:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: -1px;
    background: #A2091A;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.nav li a:hover:before, .nav li a.active:before { left:0; right:0; }


/** NAVIGATION TOP MENU - ENDE **/





/** ICON-LINKS **/
.iconlinks {
	display: inline-block; 
	float: right;
	vertical-align: top;
  margin-top: 27px; 
	margin-right: 40px;
}
.iconlinks a {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
}
.iconlinks a:first-child {
  margin-bottom: 20px;
}

.linkedinlink             { background-image: url('../img/icon_linkedin.png');} 
.linkedinlink:hover { background-image: url('../img/icon_linkedin_hov.png');} 




#mainimg {
	position: relative; 
	height: 200px;
	width: 100%; 
	overflow: hidden; 
	margin-bottom: 40px; 
	background-position: 0% 50%; 
  background-size: cover;  
	background-repeat: no-repeat;
	text-align: center; 
}




/* einzelne Seiten */

#home p { margin-bottom: 15px; }
#home p.quote { text-align: center;  color: #000; text-shadow: 1px 1px 0 #DDD; margin-bottom: 0px;}
#home .quoteauthor { text-align: center;  font-size: 10px; margin-bottom: 40px;}

#bio { position: relative; }
#bio .profilepic { position: absolute; right: 20px; top: 65px; text-align: right;}
#bio ul { margin-bottom: 40px; }
#bio li {list-style-type: none; margin:0; padding:0; margin-bottom: 10px; }


.cvyear, .cvtext {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
}

.cvyear {width: 90px; text-align: right; margin-right: 10px; }


#contentblock img {
	border: 1px solid #AAA;
	border-radius: 7px;
	padding: 2px;
}



#productscontainer {
	position: relative;
	text-align: center;
}

#products {
	display: inline-block;
	margin: 0 auto;
}

.productblock {
	box-sizing: border-box;
	display: inline-block;
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	width: 30%;
	margin-right: 3.5%;
	margin-bottom: 4%;
	vertical-align: top;
	border-radius: 4px;
}

.productblock:nth-child(3n) { margin-right: 0px; }

.producttitle { margin: 0; padding: 8px 0px; background: #EEE;}

.productdesc { padding: 4px 12px 24px 12px; height: 160px; display: table-cell; vertical-align: middle; }

.productdesccont { text-align: justify; }



/** NAVIGATION TABS **/
ul.tabsnav {
	list-style: none;
	border-bottom: 1px solid #CCC;
	margin: 0px;
	padding-left: 0px;
}

ul.tabsnav li {
    position: relative;
    height: 29px;
    display: inline-block;
}

ul.tabsnav li a {
  display: block;
	position: relative;
	border: 1px solid #CCC;
  border-color: #CCC #CCC rgba(0, 0, 0, 0);
  border-radius: 8px 8px 0 0;
  margin-right: 3px;
	height: 18px;
	
  padding: 5px 8px 5px 8px;
	text-decoration: none;
	font-size: 14px;
}
ul.tabsnav li.activetab a {
	background-color: #FFF; 
	cursor: default;
}

ul.tabsnav li a:focus {
	outline: none;
}

ul.tabsnav li a:hover {
	background-color: #CCC;
}

ul.tabsnav li.activetab a:hover {
	background-color: #FFF; 
	color: #111;
}
/** NAVIGATION TABS - ENDE **/

.tabcontent {
	padding-top: 45px;
	padding-bottom: 8px;
	border-bottom: 1px solid #CCC;
}



/** Table für CSV Daten **/
.comptable  {
	margin-left: 5px;
  position: relative;
}

.comptable thead tr {
  position: fixed;
  background: #FFF;
}
.comptable th {
  text-align: left;
  width: 150px;
  text-decoration: underline;
  cursor: pointer;
}



.comptable tr.highlight {
  background: #E5E5E5;
}
.comptable td {
	padding: 5px 6px;
  width: 140px;
	border-bottom: 1px solid #AAA;
}
.comptable tbody tr:first-child td:first-child {
  padding-top: 25px;
}
/** Table für CSV Daten ENDE **/



/** Bildergalerie **/
#floatviewport {
	width: 650px;
	height: 690px;
	overflow: hidden;
}

#floatcontainer {

	width: 4800px;
}

.floatee {
	width: 650px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
}

.floatee .imgtext {
	padding-top: 20px;
}

.floatee .images {
	width: 3000px;
	overflow: hidden;
}

.floatee .images img {
	float: left;
	margin-right: 10px;
	/*padding-right: 50px;*/
}

#flinks a {
	display: inline-block;
	width: 120px;
}

/** Bildergalerie - ENDE **/







