/*
Kunde: Thomas Paul Zahntechnik
Beschreibung: CSS3 fuer thomas-paul-zahntechnik.de von Ralph Segert
Version: 1.01 2014
Programmierung: Ralph Segert 
Autor URI: http://appverstand.com
*/

* {
    margin: 0;
    padding: 0;
}



body {
    background-color: #b2b2b3;
    color: #000;
    font-family: 'Segoe UI Light', 'Segoe UI', Verdana, Arial, sans-serif;
    font-weight: normal;
}

textarea {
    resize: vertical;
}


img {
    vertical-align: middle;
}

}
a:focus {
    outline: none;
}

img, fieldset {
    border: 0;
}

a {
    border: 0;
    text-decoration: none;
}


.cc_container .cc_btn {
background-color: #e4e4e4 !important; /* Farbe des Buttons */
color: #000 !important; /* Textfarbe des Buttons */
}
 
.cc_container {
background: #000 !important; /* Hintergrundfarbe des gesamten Bereichs */
color: #fff !important; /* Schriftfarbe des gesamten Bereichs */
}
 
.cc_container a {
color: #c00 !important; /* Textlink-Farbe "Mehr Infos" */
}



/* Grundgeruest Layout und Formatierungen 
______________________________________________*/


#wrapper {
    margin: 0 auto;
    max-width: 800px;
    min-width: 320px;
    padding: 0 2% 0 2%;
    }

    
/* Linkformatierungen */


.block a {
	color: #b30202;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 2px dotted #999;
}

.block a:hover {
	color: #999;
	border-bottom: 2px solid #b30202;
}


/* Kopfbereich mit Navigation */


.logo {  
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    text-align: right;

}

.logo img {
    margin-top: 20px;
}

.logo p {
  margin-top: 10px;
  padding-top: 8px;
  font-size: 12px;
  color: #fff;
  border-top: red 1px solid;
}

#sprachwahl {
  position: absolute;
  top: 36px;
}

#sprachwahl img {
  margin-left: 10px;
}




/* Hauptnavi */


.hauptnavi {
    float: left;
    width: 100%;
    max-width: 800px;
    margin: 30px 0 30px 0;
    text-align: center;
}

.hauptnavi ul li {
    float: left;
    list-style: none;
}

.hauptnavi li {
    width: 13%;
    margin-right: 2%;
    font-size: 18px;
}

.hauptnavi li a {
    display: block;
    color: #fff;
    padding: 3px 1% 4px 1%;
    text-decoration: none;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5;
    transition: 0.5s;
    border-radius: 6px;
}


.hauptnavi li a:hover {
    color: #7b7b7b;
    background: #e7e6e6;

}

.hauptnavi .aktiv {
    color: #7b7b7b;
    background: #e7e6e6;
}



nav a#pull { /* fuer die responsive Hauptnavi */
	display: none;
}


#main { /* Inhaltsbox */
    float: left;
    width: 100%;
    max-width: 800px;
    background-color: #b2b2b3;
}


.motivblock { /* Layoutbox fuer die Hauptmotive */
    float: left;
    margin-bottom: 40px;
    width: 100%;
    max-width: 798px;
    height: 100%;
    border: 1px solid #858585; 
    box-shadow: 2px 3px 8px rgba(0,0,0,.61); 
    box-sizing: border-box;
    border-radius: 0px;
}

.motivblock img { 
     border-radius: 0px;
}

.hline {
	display: inline-block;
  float: left;
  margin-left: 12%;
  width: 78%;
  margin-top: 16%;
  margin-bottom: -290px;
  background: transparent;
  opacity: .99;
  box-sizing: border-box;
}

.hline-en {
  float: left;
  margin-left: 15%;
  width: 75%;
  margin-top: 18%;
  margin-bottom: -300px;
  background: transparent;
  opacity: .9;
  box-sizing: border-box;
}



.hline h1, .hline-en h1 {
  color: #fff;
  text-align: left;
  font-family: 'SegoeUI-SemiBold', Helevetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.2em;
  font-weight: normal;
  letter-spacing: 1;
  text-shadow: 0 1px 3px #000000;
}


.calltoaction {
  float: left;
  margin-left: 46%;
  width: 30%;
  min-width: 160px;
  margin-top: 30%;
  margin-bottom: -310px;
  border: 1px solid #fff;
  opacity: .7;
  border-radius: 4px;

}


.calltoaction p {
  font-size: 18px;
  letter-spacing: 1px;
  text-align: center;
}

.calltoaction a {
  display: block;
  padding: 5% 1% 5% 1%;
  color: #fff;
  background-color: #b30202;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4;
  transition: 0.4s;
  border-radius: 4px;
}

.calltoaction a:hover {
  color: #000;
  opacity: .8;
  background-color: #fff;
}




.block { /* Layoutbox fuer 2 Spalten */
    float: left;
    margin-bottom: 40px;
    margin-top: 10px;
    width: 100%;
    max-width: 798px;
    border: 1px solid #858585; 
    -moz-box-shadow: 2px 3px 8px rgba(0,0,0,.61);
    -webkit-box-shadow: 2px 3px 8px rgba(0,0,0,.61); 
    box-shadow: 2px 3px 8px rgba(0,0,0,.61); 
    background-image: -moz-linear-gradient(94deg, #e2e1e1 -25%, #f6f6f6 125%); 
    background-image: -o-linear-gradient(94deg, #e2e1e1 -25%, #f6f6f6 125%); 
    background-image: -webkit-linear-gradient(94deg, #e2e1e1 -25%, #f6f6f6 125%); 
    background-image: linear-gradient(356deg, #e2e1e1 -25%, #f6f6f6 125%); 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}


.block .teaser {
  float: right;
  width: 68%;
  padding: 8% 5% 5% 0;
}

.block .bild  {
  float: left;
  text-align: center;
  width: 20%;
  padding: 8% 2% 8% 4%;
}

/*
.block:nth-of-type(2n) .teaser {
  float: left;
  padding: 8% 0 5% 5%;
}

.block:nth-of-type(2n) .bild {
  float: right;
  padding: 8% 6% 8% 0;
}

*/

.block h1 {
    color: #666;
    font-size: 24px;
    padding-bottom: 12px;
    font-family: 'Segoe UI Light', 'Segoe UI', Helvetica, Arial, sans-serif;
    font-weight: light;
}

.block h2 {
    color: #444;
    font-size: 20px;
    padding: 15px 0 15px 0;
     font-family: 'Segoe UI Light', 'Segoe UI', Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.block h3 {
    color: #444;
    font-size: 18px;
    padding: 15px 0 12px 0;
}

.block h4 {
    color: #444;
    font-size: 16px;
    padding: 15px 0 12px 0;
}


.block p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    text-align: left;
    padding-bottom: 12px;

}  

.block ul {
	list-style: square;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    padding-bottom: 12px;
    margin-left: 20px;
} 

.block li {
    padding-bottom: 8px;
} 


#main img {
    max-width: 100%;
    height:auto;
}

.block img {
  border: 1px #333 solid;
}
 


.info { /* Layoutbox fuer 3 Spalten: footer */
    float: left;
    margin-bottom: 40px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 798px;
    min-width: 320px;
    border: 1px solid #eee; 
    -moz-box-shadow: 2px 3px 8px rgba(0,0,0,.61);
    -webkit-box-shadow: 2px 3px 8px rgba(0,0,0,.61); 
    box-shadow: 2px 3px 8px rgba(0,0,0,.61); 
    background-color: #484848; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}


.spalte {
  float: left;
  width: 31%;
  padding: 8% 1% 5% 9%;
  color: #fff;
  font-size: 15px;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

.spalte h2 {
    font-size: 18px;
    padding-bottom: 35px;
}

.spalte a {
  color: #fff;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  -ms-transition: 0.2;
  transition: 0.2s;
  letter-spacing: 1px;
}


.spalte ul {
  padding-left: 20px;
}


.spalte li {
  list-style-type: square;
  padding-bottom: 19px;
}

.spalte:nth-of-type(3) {
  padding-left: 6%;
}

.spalte:nth-of-type(3) h2 {
  padding-bottom: 29px;
}

.spalte:nth-of-type(3) p {
  line-height: 29px;
}

.spalte:first-of-type p {
  padding-bottom: 20px;
}

.spalte a:hover {
  color: #ccc;
  letter-spacing: 2px;
}

.spalte:first-of-type img {
  padding-right: 10px;
}


.copy { /* Layoutbox fuer Footer mit Copy-Angaben */
  float: left;
  margin-bottom: 120px;
  width: 100%;
  max-width: 798px;
  font-size: .9em;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1.8em;
  color: #fff;
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}

.copy a { 
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4s;
  transition: 0.4s;
  color: #000;
}

.copy a:hover { 
  color: #fff;
}

p[title*="Zur"] {
	text-align: center;
}


button {
	width: 40%;
	margin: 40px 30% 25px 30%;
	padding: 8px 5% 8px 10%; 
  border: 1px solid #fff;
  color: #fff;
  	font-size: .9em;
  background-color: #b30202;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4;
  transition: 0.4s;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  color: #b30202;
  background-color: #fff;
}

.button2 {
	padding: 10px 0 10px 0; 
	margin: 10px 0 15px 0;
	width: 98%;
	font-size: 1em;
	letter-spacing: 1px;
	text-align: center
  border: 1px solid #fff;
  color: #fff;
  background-color: #b30202;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  -ms-transition: 0.4;
  transition: 0.4s;
  border-radius: 4px;
  cursor: pointer;
}

.button2:hover {
  color: #b30202;
  background-color: #fff;
}

form p {
	margin-top: 10px;
}

label {
	margin: 10px 0 0 0;
	font-weight: bold;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 40px; height: 0; overflow: hidden;
    margin-bottom: 15px;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*Styles for screen 720px and lower*/
@media only screen and (max-width : 720px) {



/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

#wrapper {
    min-width: 320px;
    padding: 0;
    }
    
    
    #sprachwahl {
  position: absolute;
  top: 2px;
  width: 16px;
  }
  
      #sprachwahl img {
      margin-top: 16px;

  }
    
  header{
  	padding: 0 2% 0 2%;
  	 -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
  }
  
.logo {  
	height: 89px;
}


.logo p {
  font-size: .6em;
  border-top: 0;
}
	
	nav ul {
		display: none;
		height: auto;
	}
	nav a#pull {
		display: block;
		width: 100%;
		height: 44px;
		position: relative;
		text-align: left;
		font-size: 1.2em;
		padding-left: 4%;
		padding-top: 7px;
		color: #fff;
		background-color: #484848;
		  	 -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
	}
	
	nav a#pull:after {
		content:"";
		background: url('https://thomas-paul-zahntechnik.de/images/nav-icon.png') no-repeat;
		width: 30px;
		height: 44px;
		display: inline-block;
		position: absolute;
		right: 4%;
		top: 12px;
	}
	
	.hauptnavi {
    margin: 0;
    text-align: left
}

	
	.hauptnavi ul li {
    float: none;
    list-style: none;
	}

	.hauptnavi li {
   	 width: 100%;
    	margin-right: 0;
    	font-size: 18px;
	}

	.hauptnavi li a {
   	 display: block;
    	color: #fff;
    	padding: 10px 1% 10px 4%;
    	text-decoration: none;
    	-o-transition: 0.5s;
    	-webkit-transition: 0.5s;
    	-ms-transition: 0.5;
    	transition: 0.5s;
    	border-bottom: 1px solid #eee;
    	border-radius: 0;
	}
	
	.hauptnavi .aktiv {

	}
	
	
	.motivblock { /* Layoutbox fuer die Hauptmotive */
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    border: 0; 
    -moz-box-shadow:  0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0); 
    box-shadow: 0 0 0 rgba(0,0,0,0); 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    border-radius: 0;
}

.motivblock img { 
     border-radius: 0;
}

	
 .hline, .hline-en {
display: none;
}

.calltoaction {
   width: 50%;
  margin: 16% 25% -300px 25%;
}


  .calltoaction a {
  padding: 4% 3% 5% 3%;
}

	
.block { /* Layoutbox fuer 2 Spalten */
    margin: 0;
    border: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}





.block .teaser {
  float: right;
  width: 75%;
  padding: 5% 4% 3% 2%;
      -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

.block .bild  {
  float: left;
  text-align: center;
  width: 25%;
  padding: 6% 2% 5% 3%;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}


.block:nth-of-type(2n) .teaser {
  float: right;
  width: 75%;
  padding: 5% 4% 3% 2%;
      -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}

.block:nth-of-type(2n) .bild  {
  float: left;
  text-align: center;
  width: 25%;
  padding: 6% 2% 5% 3%;
   -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}



.block h1 {
    color: #000;
    font-size: 1.4em;
    font-weight: normal;
    padding-bottom: 12px;
}

.block h2 {
    color: #000;
    font-size: 1.2em;
    font-weight: normal;
    padding: 10px 0 10px 0;
}

.block h3 {
    color: #000;
    font-size: 1.1em;
    font-weight: normal;
    padding: 10px 0 10px 0;
}

.block h4 {
    color: #000;
    font-size: 1em;
    font-weight: normal;
    padding: 10px 0 10px 0;
}

.block p {
    font-size: 1em;
    line-height: 1.4em;
    text-align: left;
    padding-bottom: 12px;
    hyphens: none; 
} 

.block ul {
	list-style: square;
    font-size: 1em;
    line-height: 1.3em;
    color: #000;
    padding-bottom: 12px;
    margin-left: 0px;
} 

.block li {
    padding-bottom: 8px;
} 
 

#main .block .bild img {
    max-width: 100%;
    height:auto;
}


.info { /* Layoutbox fuer 3 Spalten: footer */

    width: 100%;
    max-width: 800px;
    border: 0; 
    box-shadow: 0 0 0 rgba(0,0,0,0); 
    background-color: #484848; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
}


.copy { /* Layoutbox fuer Footer mit Copy-Angaben */
	padding-top:10px;
  font-size: .8em;
  letter-spacing:0;
  line-height: 1.6em;

}


button {
	width: 40%;
	margin: 15px 30% 20px 30%;
	padding: 8px 5% 8px 5%; 
}



  .spalte p, .spalte a {
    font-size: .8em;
    letter-spacing: 0;
  }
  
    .spalte h2 {
    font-size: 1em;
    padding-bottom: 1.3em;

  }

  .spalte:nth-of-type(3) h2 {
  padding-bottom: 1em;
}
    
  .spalte:first-of-type {
  width: 20%;
}

  .spalte:nth-of-type(3) {
  width: 40%;
  padding-right: 0;
}

  .spalte:nth-of-type(3) p {
	line-height: 2.2em;
}

.spalte:first-of-type img {
  padding-right: 5px;
}



}


/*Ohne Bild-Headline*/
@media only screen and (max-width : 400px) {
	
	.hline {
display: none;
}

.calltoaction {
   width: 50%;
  margin: 16% 25% -300px 25%;
}


  .calltoaction a {
  padding: 4% 3% 5% 3%;
}

}







/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; padding:0 0 10px 3%}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {margin-top: 10px; border:1px solid #fff; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}

#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}

#mc_embed_signup .mc-field-group {clear:left; position:relative; width:96%; padding-bottom:3%; min-height:50px;}
#mc_embed_signup .size1of2 {clear:none; float:left; display:inline-block; width:46%; margin-right:4%;}
* html #mc_embed_signup .size1of2 {margin-right:2%; /* Fix for IE6 double margins. */}
#mc_embed_signup .mc-field-group label {display:block; margin-bottom:3px;}
#mc_embed_signup .mc-field-group input {display:block; width:100%; padding:8px 0; text-indent:2%;}
#mc_embed_signup .mc-field-group select {display:inline-block; width:99%; padding:5px 0; margin-bottom:2px;}

#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us{padding:5px 0;}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input{display:inline; width:60px; margin:0 2px; letter-spacing:1px; text-align:center; padding:5px 0 2px 0;}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input{width:40px;}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{width:30px;}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label{display:none;}

#mc_embed_signup .indicates-required {text-align:right; font-size:14px; margin-right:8%;}
#mc_embed_signup .asterisk {color:#c60; font-size:200%;}
#mc_embed_signup .mc-field-group .asterisk {position:absolute; top:25px; right:10px;}        
#mc_embed_signup .clear {clear:both;}

#mc_embed_signup .mc-field-group.input-group ul {margin:0; padding:5px 0; list-style:none;}
#mc_embed_signup .mc-field-group.input-group ul li {display:block; padding:3px 0; margin:0;}
#mc_embed_signup .mc-field-group.input-group label {display:inline;}
#mc_embed_signup .mc-field-group.input-group input {display:inline; width:auto; border:none;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

#mc-embedded-subscribe {clear:both; width:auto; display:block; margin:1em 0 1em 5%;}
#mc_embed_signup #num-subscribers {font-size:1.1em;}
#mc_embed_signup #num-subscribers span {padding:.5em; border:1px solid #ccc; margin-right:.5em; font-weight:bold;}