﻿

@import url(https://fonts.googleapis.com/css?family=Oswald|Open+Sans|Nunito);


/* reset */
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	}

/* render html5 elements as block 
   rendert html5 elemente als block  */
header, footer, section, aside, nav, article, main { display: block;}

html{ 

	font-size:100%;
	-webkit-text-size-adjust: none;
	height: 100%;
    background-color: #fff;
    
	
	}
body {
	

font-size: 1.1em;
color:#6b6a6a;
font-family: 'Open Sans', sans-serif;


border:0px solid red;
/*background-image: url(../images/mobile-header-smj.jpg);*/

background-size: auto;
/*background-image: url(../images/bg-top.jpg);*/
background-repeat: no-repeat;

background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-y;
	background-position: top;

   
}


div, p  {
   
    -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto; 
  
}



td {
   font-family: 'Open Sans', sans-serif;
    font-size: 1em;

}

#mainContent {


}

 .img1 {
        border: 1px solid #f3f3f3;
        -webkit-box-shadow: 5px 95px 63px -61px rgba(133,133,133,1);
-moz-box-shadow: 5px 95px 63px -61px rgba(133,133,133,1);
box-shadow: 5px 95px 63px -61px rgba(133,133,133,1);
margin-bottom: 40px;
width: 100%;

    }

.imgScale {
    width: 100%;
    max-width: 500px;
}

.imgFull {
    width: 100%;
}

.prodPic {
    width: auto;
}

.myFlex.prodPic {
    width: 100%;

}

.mainPic {
  margin-top: 0px; padding: 12px; 
}


/* ### referenzen */
/*mobile*/
section#referenzen .picMobile {
    background-image:url(../images/device-mobile.jpg);
    width: 114px;
    height: 227px;
    background-repeat: no-repeat;
}

section#referenzen .picMobile img {
    margin-top: 26px;
    margin-left: 6px;
    width: 95px;
    height: 170px;
     overflow:hidden;
}

/*tablet*/
section#referenzen .picTablet {
    background-image:url(../images/device-tablet.jpg);
    width: 404px;
    height: 290px;
    background-repeat: no-repeat;
    overflow: hidden;
}

section#referenzen .picTablet img {
    margin-top: 32px;
    margin-left:28px;
    width: 325px;
    height: 225px !important;
    overflow:hidden;
   
}

/*desktop*/
section#referenzen .picDesktop {
    background-image:url(../images/device-desktop.jpg);
    width: 600px;
    height: 377px;
    background-repeat: no-repeat;
}

    section#referenzen .picDesktop img {
        margin-top: 30px;
        margin-left: 78px;
        width: 425px;
        height: 245px !important;
        overflow: hidden;
    } 




section#prodList .ctFlex
{
    margin-top: 0px;
    border-bottom: 1px solid #b4d76f;
    margin-bottom: 0px;
    padding:0px;
    /*background:  linear-gradient(white 0%, #f3f3f3 100%);*/
}

section#prodList .myFlex {
    margin-top:0px;
    padding:4px;
}

section#prodList .prodName {
        
        font-weight: normal;
    }

section#prodList {
    margin-bottom: 24px;
}

.teaserBg {
background-image: -webkit-linear-gradient(top left, white 0%, #c4e2e2 100%); 
background-image: -moz-linear-gradient(right bottom, white 0%, #c4e2e2 100%); 
background-image: -o-linear-gradient(white 0%, #c4e2e2 100%); 
background-image: linear-gradient(white 0%, #c4e2e2 100%);

}

teaser .myFlex {
    padding: 12px;
    margin-bottom: 12px;
}
img.grayscale {
    display: block;
}

    img.grayscale:hover {
        display: none;
    }


#mainFrame
{
	
	position:relative; /* braucht es für die Footer Position*/
	height:auto !important; /* normale Browser */
    height:100% !important; /* IE6: setzt dies wie min-height um*/
    min-height:100%; /* normale Browser */
    display: block;
    
	
}





a { color: #000;
text-decoration:underline;}
a:visited {color:#535152;}
a:hover {color: #ff6677;}
a:active { color:#000;}

h1, h2 {
font-size:1.6em;
font-weight: bold;
line-height: 1em;
font-family: 'Oswald', sans-serif;
font-weight: 400;
padding-bottom: 0px;
padding-top: 7px;
color: #015d98;
}


h1
{
	margin-bottom: 12px;
}
h2 {
   font-family: 'Oswald', sans-serif;
    font-size: 1.4em;
    padding-top: 22px;
    color: #015d98;
 
}

h3 {
font-size:1.2em;
margin-top: 0.5em;
margin-bottom: 0.5em;
color: #000;
font-family: 'Oswald', sans-serif;
font-weight: 400;
line-height: 1.1em;
}

header {
background-color: black;
padding-top: 12px;
}
header p {
	/*padding:20px;*/
}

header img.logo {
    
    
    max-width: 200px;
    margin-top: -14px;
    margin-left: 10px;
    
}


header h1 {
    font-size: 2em;
    padding: 24px;
}

header .logo {
padding: 24px 0px 24px 0px;
border: 0px solid red;
}
header .ctFlex {
    -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	  -moz-box-flex: 1;         /* OLD - Firefox 19- */
	       /* For old syntax, otherwise collapses. */
	  -webkit-flex: 1;          /* Chrome */
	  -ms-flex: 1;              /* IE 10 */
	  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */	 
    
     align-items: stretch;
    display: flex;

}

header .flex10 {
    max-width: 130px;
}
header .flex90 {
    

}



/* ----------container zentriert das layout-------------- */

#main {
}
.inner {
max-width:950px;
margin:0 auto;
height: auto;
padding: 8px;
background-color: white;
opacity: 1;
 border: 0px solid green;

}

   .inner h1 {
        margin-top: 20px;
    }


header .inner {
padding: 0px;
padding-left: 0px;
padding-right: 0px;
margin-bottom:0px;
background-color: black;
 /*background:#44d803 !important;  HEADER COLOR BALKEN*/
 
}

header .posTel {
    padding-top: 0px;
    text-align: right;
    padding-right: 12px;
}

/* ----------header for logo-------------- */

/* HEADER DEFINITION IM MAINFRAME-BEREICH */
#mainFrame>header {  
	background:transparent; /*  HEADER COLOR BALKEN*/
	border-bottom:0px solid #90A4AE;
	color:#37474F;
	margin-bottom: 0px;
}

#main .inner {
     margin-top:0px; border-bottom: 24px solid #ffd800; border-radius: 35px 120px 40px 105px / 60px 35px 5px 40px;
     border: 15px solid black;
     padding: 24px;
     min-height: 550px;
     
}

.titleHeader {
    font-family: 'Rajdhani', Calibri;
    font-size: 1.3em;
    color: white;
    font-weight: 400;
    margin-top: -12px;
    
}

.menubutton {
    position:absolute;
    right:20px;
    top:20px;
    z-index: 400;
    font-size:2.2em;
 }
.menubutton a{
    color: #000;
    }
.menubutton a:hover{
    color: #09cf37;
    text-shadow: 0px 0px 15px #f3f3f3;
    }  



/* -------------- navigavtion------------- */

#mainnav {
    margin-top: 0px;
   width:100%;

}
nav {
font-size: 1em;
}

nav ul, nav li { 
list-style-type: none; 
margin:0;
border-bottom: 1px solid #fff;
background-color: #005d99;

}


nav a {
display: block;
color: #fff;
border-bottom:0px solid #ffffff;
padding: 5px 10px 0px 34px;
font-family: 'Rajdhani',Calibri, sans-serif;
text-shadow: 1px 1px 3px #9bd6ec;
position:relative;
text-decoration: none;

}

nav a:visited {color:#fff;}

nav a:hover {
color: #fff;

}
nav a:hover:after {
color: #fff;
position:absolute;
right: 10px;
font-family: 'FontAwesome';
content: "\f105";
}



.navSub  {
    background-color: #ffd800; min-width:300px; height: 95%; padding: 12px; margin-left: 12px; color: #000 !important;
}

.navSub h2
{
	color: #015d98;
	font-size: 1.8em;
	font-weight:bold;
	text-transform: uppercase;
	font-family: 'Oswald';
}
    .navSub a {
        color: #000000;
    }

    .navSub a:hover {
      color: #015d98;
    }

a.siteNav{
    font-size: 0.8em;
   
}

#bubbleArea {
    padding-top: 20px;
}

/* ----------------- content--------------------- */
.pad1 {
    padding: 12px;
}

.pad2 {
    padding: 24px;

}

img{border:none;}

.imgRound {
    border: 1px solid silver;
    border-radius: 12px;
    padding: 2px;
}

.imgMediaParent
{
	width:100%;
    border: 8px solid #b4d76f;
    margin-bottom: 12px;
}

.imgMediaParentQuer
{
	width:100%;
    border: 8px solid #b4d76f;
    margin-bottom: 12px;
}


.imgMedia
{ 
	height:100%;
	width: 100%;
	
	margin-left: 0px;
	margin-top: 0px;
    
}
ul{
	
    margin-left: 26px;
}

li {
    list-style:disc;
}

p {
padding:  0px;
line-height:1.5em;
-moz-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
-o-hyphens: auto;
hyphens: auto; 
}
ul{
	list-style-type:none;
	line-height:1.5em;
}

article{
padding:20px;		
}
article:hover{
	background:#ECEFF1;		
}

article a, article a:hover{
	color:#999;		
}


.ctFlex, .myFlex
{
	display: block ;
	width:100%;
	float: none;
	padding: 0px;
		
}


.ctFlex {
  
	padding:0px;
	margin:0px;
	margin-bottom: 0px;
	width: 100%;
   
	
 }



.myFlex {
margin-top: 4px;
}




.colFrame
{
	clear: both;
	content:' ' ;
	display: block;
	padding: 4px;
	
}
.col1 {
   
    float: left;
}

.col2 {
}

.col2:after {
clear: both;
content:' ' ;
display: block;
}



/* -----------footer--------------------------- */

footer
{

    width:100%;
    bottom:0px; /* Positioniert dies ganz unten */
}

footer.footer {
background-color: #042e60;
font-size: 0.8em;

}
.footer-segment {
	padding: 20px;
}

footer .inner {
background-color: transparent;
height: auto;
color: #ffffff;

}

footer div
{padding-bottom: 0.2em;}

footer .myFlex

{
	padding-top: 2em;
	font-size: 1.4em;
	
}

    footer .inner a {
        color: #ffffff;
		text-decoration-style: dotted;
    }



.bg {
}


.bg1 {
    background-color: #7ac0da;
}

.box1.content, .box2.content, .bg1.content {
        padding: 20px;
    }

.z1 {
    
    border-bottom: 1px dashed #000000;
    margin-bottom: 12px;
    padding: 4px;
    
   
}

.t1 {
    background-color: #9bd6ec;
    padding:2px;
    font-weight: bold;
    font-size: 1.2em;
}





td input {
    border: 1px solid silver;
    border-radius: 8px;
}

a.btnSubmit, .btnSubmit a, .btnSubmit {
    background:#015d98; 
    
    padding:15px;
    display: inline-block;
    margin: 12px 0px 12px 0px;
   border-top-left-radius: 20px 40px;
    color: black;
    text-decoration: none;
    font-size: 1.2em;
    width:auto;
    font-family: 'Oswald', Calibri;
    
   border: none;
   
}

    a.btnSubmit:hover, .btnSubmit a:hover, .btnSubmit {
      color: white;
      border-radius: 25px;
    }

a.btn, a.btn1, .btn, .btn1 {
    
    border:1px solid #7eb9d0; 
    border-radius: 8px;
    text-transform: uppercase;
     padding: 6px; text-decoration:none; display:inline-block; color: #FFFFFF;
 background-color: #a7cfdf; 
 font-family: 'Roboto Condensed', sans-serif;
 text-shadow: 1px 1px 3px #333;

}

/* <a href="Haarentfernung.aspx"><span class="btn2"> */




.btn2 {
    border:1px solid #00585e; 
    border-radius: 8px;
     padding: 6px; 
      display:block; 
      color: #FFFFFF;
      width:auto;
     min-width: 50%;
   max-width: 480px;
     margin-top: 12px;
     background:linear-gradient(180deg, #00585e 5%, #46888c 70%);

 font-family: 'Roboto Condensed', sans-serif;
 text-shadow: 1px 1px 3px #333;
 font-size: 1.1em;
 font-weight:normal;
 text-decoration: none;
}

.btn2 a {
    color: white;
    text-decoration: none;
}


 a.btn:hover, a.btn1:hover {
        text-decoration: underline;
    }




.formBox {
   
    
}

.optArea {
    margin: 12px 0px 12px 0px;
    padding: 6px;
    border-bottom: 1px solid silver;
    background-color: #fef4d5;
}

input, textarea, select, checkbox, .tbx {
	font-family: 'Open Sans',Calibri, sans-serif;
	padding: 5px;
	border-radius: 2px;
	border: 1px solid #ffd800;
	margin-bottom: 6px;
	background-color:#fcf2ba;
	font-size:1em;
	font-weight:normal;
	width: auto;
}

input:focus, .tbx:focus
{
	border: 4px solid #ffd800;
	
}

input[type="checkbox"], input[type="radio"]
{
	width:auto;
   margin-right: 8px;
   margin-left: 8px;
 
}

input[type=submit] {
    padding:15px; 
    background:#015d98; 
    border:0 none;
    cursor:pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px; 
    width:auto;
    color: white;
   font-family: 'Oswald',Calibri, sans-serif;
  font-size: 1.4em;
}

    input[type=submit]:hover {
        border-radius: 25px;
    }
input[type=submit].btnSubmit {
    background:#015d98; 
    color: white;
}

    input[type=text] {
        width: 98%;
        padding:3px;
        
       
    }


    .tbx.small {
        width: 30%;
        max-width: 150px;
    }

     .tbx.medium {
        width: 49%;
        max-width: 350px;
    }

      .tbx.full {
        width: 99%;
       
    }


a.fntS {
    font-size: 0.8em;
}

a.fntxS {
    font-size: 0.65em;
}


.space {
    height: 12px;
}
/*     kompetenzen block spalten */
    

    section.kompetenzen .blockUp {
        margin-top: 100px;
    } 

    section.kompetenzen .col2.logoUp {
        margin-top: -100px;
        text-align: right;
       
    }

    section.kompetenzen .col1 h1 {
       font-size: 1.2em;
    }

section.kompetenzen a.tipp {
    color: red;
    
}

/* tipps bereich*/
    section.tipps {
        padding: 40px;
    }

    section.tipps .col2.logoUp {
         margin-top: -100px;
        text-align: right;
    }

article.tipp {
    padding:11px 0px 0px 0px;
}

    article.tipp .z1 {
        padding: 12px;
    }

    article.tipp a  {
        border: 0px;
        color: black;
        background-color: #9bd6ec;
    }

     article.tipp .noLinkColor a {
        
        background-color: transparent;
    }

.ctr {
text-align:center;
}
/* -----------media queries ipad --------------------------- */
@media screen and (min-width: 640px) {

    html {
        height: 100%;
    }

    body
    {
       


    }
.menubutton { 
	display: none;
 }

    .inner {
        margin-top: 0px; 
        height: 100%;
        border:0px;
    }

    h1, h2 {
font-size:2.6em;

padding-bottom: 8px;
padding-top: 18px;

}

h2
{
	
	font-size: 1.6em;
	
}
.ctFlex {
  display: -webkit-box;           /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;              /* OLD - Firefox 19- (doesn't work very well) */
  display: -ms-flexbox;           /* TWEENER - IE 10 */
  display: -webkit-flex;          /* NEW - Chrome */
  display: flex;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  
  -webkit-align-items: stretch;
  align-items: stretch;

	padding:0px;
	margin:0px;
	margin-bottom: 0px;
	width: 100%;
	
 }

    header .inner {
    background: none;
       
        
        
    }

    header .myFlex {
       
        width: auto;
    }

     header .flex10 {
        min-width: 150px;
    }

    header .flex90 {
    
    background: none;
}


teaser .ctFlex {

margin-right: 0px;
width:100%;
}

    #mainnav {

    background-color: transparent;
    
    }


    .imgMediaParent
{
	background-color: #b3d5e3;
	padding: 0px;
	margin: 0px 20px 0px 20px;
	border: 20px solid #b4d76f;
	width:100%;
	height:100%;
    max-height:300px;
    max-width: 300px;
	border-radius: 50%;
	overflow: hidden;
}

.imgMediaParentQuer
{
	background-color: #b3d5e3;
	padding: 0px;
	margin: 0px 20px 0px 20px;
	border: 20px solid #b4d76f;
	width:100%;
	height:300px;
  
    max-width: 300px;
   
	border-radius: 50%;
	overflow: hidden;
}

nav:after{
clear: left;
content:' ' ;
display: block;
}
nav{ 
background:transparent;
}


nav li{
float:left;
}
    


nav a {
display: block;
color: #000;
border-bottom:0px solid #90A4AE;
padding: 5px 10px 0px 24px;
font-family: 'Rajdhani',Calibri, sans-serif;
text-shadow: 1px 1px 3px #90A4AE;
position:relative;
background-color: white;
font-size: 0.8em;
}

nav a:visited {color:#000;}

nav a:hover {
color: #000;

}
nav a:hover:after {
color: #f05223;
position:absolute;
right: 10px;
font-family: 'FontAwesome';
content: "\f105";
}


.imgScale {
width:auto;
}

    .img1 {
        border: 1px solid #CCC;
		border-radius: 12px;
        -webkit-box-shadow: 5px 95px 63px -61px rgba(133,133,133,1);
-moz-box-shadow: 5px 95px 63px -61px rgba(133,133,133,1);
box-shadow: 5px 95px 63px -61px rgba(133,133,133,1);
margin-bottom: 40px;
width: auto;
max-width:500px;
    }




    .imgRight {
        float: right;
    }

    .ctFlex.prod {
    
    }

    .myFlex.prodPic {
        width: auto;
    }

    
}









/* -----------media queries desktop --------------------------- */
@media screen and (min-width: 960px) {

   
   html {
        
        background-color: #ffffff;
        background-image: url(../images/bg-main2.jpg);
       background-position:top center;
        background-size:cover;
      
      background-repeat: no-repeat;
    }

      .inner { /*desktop inner*/
        
        width:950px;  
        max-width:950px;
        margin:0 auto;
        height: auto;
        padding: 20px 40px 20px 40px;
        border: 0px solid red;
        margin-top: 150px; 
    
       
}

        .inner h1 {
            margin-top: 0px;
        }


    h1 {
        font-size: 2.6em;
    }
    header {
        
    }

header>.inner {
	position:relative;
    margin-top: 0px;
    
}


header img.logo {
    
  
   max-width: 300px;
    top: 0px;
   
}


teaser .flex20 {
padding-left: 80px;
}

    teaser .flex80 {
    padding-right: 50px;
    padding-left: 30px;
    }

nav{ 
position:absolute;

}

nav a {

padding: 5px 24px 0px 14px;

}

#mainnav {
    margin-top: 0px;
    margin-left: 80px;
    width: auto;
    border:1px solid red;
  
display: block;
}

    

 
 

nav, nav ul, nav li {
        background-color: transparent;
        border: 0px;
    }

    nav li {
        width:auto;
    }
    nav a {
        text-decoration: underline;
        font-size: 0.9em;
    }


#mainFrame
{
	display: block;
	width: 100%;
	height: 100% !important;
	border: 0px solid red;
      

}


    #main .inner {
       border:0px;

    }





 
/* -----------footer--------------------------- */
footer .myFlex

{
	padding-top: 0.5em;
	font-size: 1em;
	
}

  
/* page elements
----------------------------------------------------------*/


   

.flex0
{
	width: 1%;
    width: 0px;
    flex: 1%;
}


.flex5
{
    min-width: 20px;
	width: 5%;
    width: 10px;
     flex: 5%;
}

.flex10
{
    min-width: 50px;
	width: 10%;
     flex: 10%;
}

.flex20
{
    min-width: 100px;
	width: 20%;
     flex: 20%;
}

.flex30
{
    min-width: 150px;
	width: 30%;
     flex: 30%;
}

.flex40
{
    min-width: 400px;
	width: 40%;
     flex: 40%;
}

.flex50
{
    min-width: 500px;
	width: 50%;
     flex: 50%;
}

.flex60
{
    min-width:500px;
	width: 60%;
     flex: 60%;
}

.flex70
{
     min-width:500px;
	width: 70%;
     flex: 70%;
}

.flex80
{
     min-width:500px;
	width: 80%;
     flex: 80%;
}

.flex90
{
     min-width:500px;
	width: 90%;
     flex: 90%;
}

.flex100
{
	width: 100%;
     flex: 100%;
}

a.btn{
    
    font-size: 1.2em;
   
}

a.fntS {
    font-size: 0.8em;
}


    #list {
        margin-top: 18px;
    }

#list div {
        padding-top: 10px;
    }
 a.Level1List {
    font-weight: normal;
    padding: 6px;
    }
    a.Level1Active {
      
    }

   a.Level1Active:visited {
     
       
    }

    a.Level2List {
        margin-left: 24px;
        font-size: 1.2em;
    }

    .Level2List:hover {
        color: #ff32ab;
    }

}

/* ============================================================================================================================
== NUMBER
** ============================================================================================================================ */

.example-number {
  position:relative;
  width:auto;
  height:auto;
  margin:0px 0 160px 24px;
  text-align:center;
  font:1.3em Nunito, sans-serif;
  color:#fff;
  background:#C91F2C;
  padding: 20px;

}

/* creates the larger triangle */
.example-number:before {
  content:"";
  position:absolute;
  bottom:-140px;
  right:0;
  border-width:0 0 140px 140px;
  border-style:solid;
  border-color:transparent #C91F2C;
}

/* creates the larger triangle */
.example-number:after {
  content:"";
  position:absolute;
  bottom:-140px;
  right:85px;
  border-width:0 0 140px 55px;
  border-style:solid;
  border-color:transparent #fff;
}

.bubble-call {
    font-family: Nunito; color:#C91F2C; font-size:1.4em; text-align: center; 
}
.bubble-number {
    font-size: 0.9em;
}


/* styles für kleine bubble wenn pic und teaser text*/
.example-number.small, .bubble-call.small {
        font-size: 1em;
        padding:8px;       
}


.example-number.small {
  margin:0px 0 60px 24px;
}
/* creates the larger triangle */
.example-number.small:before {
  bottom:-60px;
  border-width:0 0 60px 30px;
}

/* creates the larger triangle */
.example-number.small:after {
  bottom:-60px;
  border-width:0 0 60px 30px;
}

