article {
	border: none;
	display: flex;
}

section
{
	border: none;
	/*border-bottom: 1px solid #848484;*/
	padding: 15px;
	flex: 1;
}

.spalte{
	border: none;
	background: transparent;
	font-family: Verdana;
	font: normal 16px Verdana, sans-serif;
}

.introteaser{
	border: none;
	background: transparent;
	font-family: Verdana;
	font: normal 16px Verdana, sans-serif;
	margin-left: auto;
}

.grid{
	border: none;
	background: transparent;
	font-family: Verdana;
	font: normal 16px Verdana, sans-serif;
}

.more{
	border: none;
	background: transparent;
	font-family: Verdana;
	font: normal 12px Verdana, sans-serif;
	padding: 10px;
}

.warning{
	border: none;
	background: transparent;
	font-family: Verdana;
	font: normal 18px Verdana, sans-serif;
	padding: 1em;
	margin-left: auto;
	margin-right: auto;
	color: #DC143C;
}

/*
.mycursor {
cursor: url("http://www.fitauf4pfoten.de/img/navigation/nav_paw_004.gif"), pointer;	
}
*/

aside
{
	border: none;
	padding: 15px;
	flex: 1;
}

body {
	
	/* position: relative; */
	max-width: 1600px;
	margin: 0 auto 32px;
	padding: 0;
	background-color: #ffffff;
	opacity: 1.0;
	/*
	background-image: url("../img/background/terrier_y2.png");
	background-size: 25%;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: fixed;
	*/
	/* color: #4f4d4d; */
	font: normal 16px Verdana /*Arial*/, sans-serif;  /* Mindestschriftgröße wird dem Browser, bzw. dem Nutzer überlassen! */
	border: none;
	border-radius: 20px 0px 90px 0px;
    /*cursor: url(http://www.fitauf4pfoten.de/img/navigation/nav_paw_004,gif);*/
}

/* Gestalte das div mit id="wrapper" */
div#wrapper {
  background-color: #ffffff;
  color: 4f4d4d;
}

/** Navigation **/

/*
nav#navigation
{
	
}
*/


#navigation ul {
    list-style-type: none;
    width: max;
	position: relative;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size:18px;
	/* 
	border: none;
	border-radius: 20px 0px 90px 0px;
	*/
}

#navigation ul li.first-child	
{ 
border-top: 1px #DBDBDB solid; 
}


#navigation ul li a {
	display: inline-flex;
	float: center;
	justify-content: center;
	align-items: left;
    border-bottom: 1px solid #4e7a92;
    font-size: 18px;
    line-height: 18px;
    padding-right: 1em;
    text-decoration: none;
	/* width: relative;*/
	/*height: relative;*/
	border: none;
	border-radius: 0px 0px 0px 0px;
	/*position: relative;*/
}

#navigation ul li a:before{
	content:" ";
	display:inline-block;
	width: 10px;
	height: 18px;
	border-left:5px solid #88a3a3;
	position: relative;
}	
		
nav a[aria-current=page]{
 background: #aaa;
}

ul#footer-nav li { 
	list-style-type: none;  
	displaY: inline;
	padding: 0 8px; 
	border-right: 2px  solid #ACACAC; 
}

footer {
	display: grid;
    grid-template-columns: repeat(2, 1fr);	
	padding: 16px;
}

ul#footer-nav  li:last-child { 
	border: none; 
}	

ul#footer-nav img {
	width: 24px;
}

ul#footer-nav a:hover,
ul#footer-nav a:focus, 
ul#footer-nav a:active {
	background: #ffffff;
}

/*
li{
	display: inline;
	padding: 1em;
	margin-left: 35px;
}
*/

footer p {
	text-align: right;
}

p {
	text-align: left; 
	line-height: 20px; 
	padding: 1em;
	padding-bottom: 2em;
}

a 	{ 
	color: /*#203c4c*/#0ea199; 
	outline: none; 
	text-decoration: none; /*none;*/
	font-size: 12px;
	font-weight: bold;
}


/*Definitionen bei Mouseover*/
a:hover{ 
	color: #838b8b; 
	text-decoration: none; 
	background-color: #b0e0e6;	
}
			
a:focus { 
	color: #838b8b; 
	text-decoration: shadow; 
	background-color: #b0e0e6;	
}

a:active {
	color: #838b8b; 
	text-decoration: none; 
	background-color: #B9B7B7;	
}

a.more	{ 
	float: right; 
	font-weight: bold; 
}

a.more:after{
	content:" \2192 ";
	font-size: 28px;
	font-weight:bold;
}

/*Def. content*/

main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	background: tranparent /*#ffffff*/;
}

/*Listen*/
/*
ul{
	list-style-type: circle;
    color: grey;
    margin: 0 0 8px 8px;
	font-size: 14px;
	font-weight: bold;
}

li{
	padding: 1em;	
}
*/

ul{
	list-style-type: square;
	font-size: 14px;
	margin-top: 1em;
	margin-left: 2em;
}

ul li{
	color: grey;
	padding: 0.25em;
}

/*Def. Schriften*/

h1{
	font-family: Verdana /*Arial*/, 'Helvetica Neue', Helvetica, sans-serif; 
	padding-left: 16px; 
	/*font-size: 20px;*/
	color: #ffffff /*3b3636*/; 
	/*text-transform: uppercase; */
	text-align: left;
	/*order-left:5px solid #88a3a3;*/
	/* text-shadow: 2px 2px 0 #88a3a3, 2px 2px 0 #4ff4f2; */
	/* font-size: 2px; */
}

h2 {
	font-family: Verdana /*Arial*/, 'Helvetica Neue', Helvetica, sans-serif; 
	padding-left: 2em;
	padding-bottom: none;
	color: #3b3636; 
	text-transform: uppercase;
	text-align: left;
	border-left:5px solid #52f2fc /*#88a3a3*/;
	/* text-shadow: 2px 2px 0 #88a3a3, 2px 2px 0 #4ff4f2; */
}
	
h2 span {
	font-size: 10px; 
	color: #616161; 
	text-transform: none;
}

h3	{ 
	font-size: 20px; 
	font-weight: normal; 
	padding-left: 16px;
	margin: 0px; 
	border-left:5px solid #52f2fc /*#88a3a3*/;
	color: #3b3636; 
}

h6 {
	font-family: Verdana /*Arial*/, 'Helvetica Neue', Helvetica, sans-serif; 
	font-family: 4px;
	padding-left: none /*16px*/; 
	color: #ffffff /*3b3636*/; 
	text-transform: uppercase;
	text-align: left;
	border-left: none /*5px solid #88a3a3*/;
	/* text-shadow: 2px 2px 0 #88a3a3, 2px 2px 0 #4ff4f2; */
}
	
h6 span {
	font-size: 3px; 
	color: #ffffff /*616161*/; 
	text-transform: none;
}

h7{
	font-family: Verdana /*Arial*/, 'Helvetica Neue', Helvetica, sans-serif; 
	padding-left: 16px; 
	color: #3b3636; 
	text-transform: uppercase;
	text-align: left;
	border-left:5px solid #52f2fc /*#88a3a3*/;
	/* text-shadow: 2px 2px 0 #88a3a3, 2px 2px 0 #4ff4f2; */
}

h7 span {
	font-size: 10px; 
	color: #616161; 
	text-transform: none;
}	

header {
	position: relative;		
	max-height: relative;
	max-width: relative;
	margin: 32px  0  0 48px;
	background: /* #727272 */ url("../img/header/logo.png") no-repeat top right; 
	background-size:  auto /*relative*/;
	/*background-image: none;*/
	border: none /* 5px solid #1C6EA4 */ ;
	border-radius: 0px 0px 0px 0px;	
	padding: 0 0 8px;
	}

header a h1 {			/*Die Angaben für h1 müssen mit einem genauen Selektor überschrieben werden. */
	color: #ffffff; 
	border-left: 0;
	padding: 0;
  	display: table; /* Überschriften und Absätze sind sonst immer 100% breit, durch display:table und display: inline-block; für das Elternelement a.headstyle wird das Banner nur so breit wie nötig. */
}

header a p {			/*Die Angaben für h1 müssen mit einem genauen Selektor überschrieben werden. */
	color: #ffffff; 
	border-left: 0;
	padding: 0;
  	display: table; /* Überschriften und Absätze sind sonst immer 100% breit, durch display:table und display: inline-block; für das Elternelement a.headstyle wird das Banner nur so breit wie nötig. */
}
 


.headstyle {
	display: inline-block;
	min-width: 150px;
	max-width: 400px;
	max-height: relative;
	min-height: 25px;
	position: relative;	
	margin: 32px /*0*/ 0px 32px -40px;
	padding: 16px 16px;
	background: #5efaff /*52f2fc*/ /*#88a3a3*//*transparent*/;
	box-shadow: 5px 5px 25px #4d5b63;
	border: none;
	border-radius: 20px 0px 90px 0px;
	font-size: 16px;	
}

.headstyle::before{
	display: block;
	min-width: 150px;
	max-width: 400px;
	height: relative;
	position: relative;
	bottom: -24px;
	left: 0em;
	content: "";
	background: #5efaff /*52f2fc*/ /*url("../img/header/header_TPhys_1280_honey.png") no-repeat right*/;
	border-bottom: 24px solid transparent;
	border-right: 24px solid #005074;
	border: none;
	border-radius: 0px 0px 0px 0px;
	font-size: 16px;	
}

/*Bilder*/

img
{
	background: none;
	border: none;
	border-radius: 25px 25px 25px 25px;
	max-width: 125px;
	padding: 1em;
}

.image {
	background: none;
	border: none;
	border-radius: 25px 25px 25px 25px;
	max-height: 75px;
	width: relative;
	padding: 1em;
}

.backimage {
	background: none;
	border: none;
	border-radius: 25px 25px 25px 25px;
	max-height: 225px;
	width: relative;
}

.textimage {
	background: none;
	border: none;
	border-radius: 25px 25px 25px 25px;
	max-height: relative;
	/*
	max-width: relative;
	*/
	float: left;
	margin-left: 10px;
	padding: 1em;
}

.textimageright {
	background: none;
	border: none;
	border-radius: 25px 25px 25px 25px;
	max-height: relative;
	/*
	max-width: relative;
	*/
	float: right;
	margin-left: 10px;
	padding: 1em;
}

.siteimage{
background: none;
border: none;
border-radius: 25px 25px 25px 25px;
max-width: 600px;
max-height: relative;
min-width: 120px;
/*
min-height: relative;
*/
position: relative;
margin-left: 45px;
}

.sectionimage{
background: none;
border: none;
border-radius: 25px 25px 25px 25px;
max-width: 400px;
max-height: relative;
min-width: 120px;
/*
min-height: relative;
*/
position: left;
margin-left: 45px;
margin-top: 100px;
}

.navimage {
	background: none;
	border: none;
	border-radius: 50%;
	max-height: 12px;
	max-width: 12px;
}

.headstyleimage{
	background: none;
	border: none;
	border-radius: 25px 25px 25px 25px;
	max-height: 60px;
	/*
	max-width: relative;
	*/
}

y 	{ 
	color: #5F9EA0; 
	outline: none; 
	text-decoration: shadow; 
	font-size: 16px;
	font-weight: bold;
}



y:hover { 				
/* aktive Schltflaechen werden mit #838b8b gefaerbt */

	color: #838b8b; 
	text-decoration: none; 
	background-color: #b0e0e6;	
}

y:focus { 
	color: #838b8b; 
	text-decoration: none; 
	background-color: #b0e0e6;	
}

y.more	{ 
	float: right; 
	font-weight: bold; 
}

y.more:after{
	content:" \2192 ";
	font-size: 15px;
	font-weight:bold;
}

/*DL, DT, DD Datenliste*/
dl.grid { 
  display: grid; 
  grid-template-columns: 1fr 100%; 
}

dd { 
  margin: 0; 
  padding-left: 16px; 
}

dd span:first-child {
  display: inline-block;
  width: 64px;
}

dl.grid dd {
  margin-bottom: 16px;
}

a[href^="tel"] 
{ white-space: nowrap; }

address {
  text-align: left; /* zentrieren */
  font-size: 80%; /* etwas kleiner als der Rest */
  font-style: normal; /* normale Schrift, nicht kursiv */
  letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
  line-height: 1.5; /* Zeilenabstand, ohne Einheit */
}

blindside {
  text-align: left; /* zentrieren */
  font-size: 2%; /* etwas kleiner als der Rest */
  font-style: normal; /* normale Schrift, nicht kursiv */
  letter-spacing: 2px; /* Abstand zwischen den Buchstaben */
  line-height: 1.5; /* Zeilenabstand, ohne Einheit */
  color: #ffffff; /* Schriftfarbe weiss */
}

/*Responsive Design-Def*/

@media (min-width: 240px) { 
  main {
  	display: grid;	  
    grid-template-columns: 1 /*repeat(2 , 1fr)*/;
	grid-gap: 16px;
  }
  
  header{
	  background-size: 70%;
	  font-size-adjust: 20%;
  }
  
  /*header a h1{
	font-size-adjust: 0.25;
}*/
  
body{
	font-size-adjust: 30%;
}

h1{
	font-size-adjust: 50%;
}

h2,h3 {
	font-size-adjust: 30%;
}

span{
	font-size-adjust: 30%;
}

  nav {
    grid-column: 1 /*/ 2*/;
  }
  
  #intro {
    grid-column: 1/*2 / 3*/;
    grid-row:    1 /*/ 2*/;	
  }

  article {
    grid-column: 1/*2 / 3*/;
  }  
  
  .spalte img {
     width: 10%;
	 float: left;
	 margin-right: 8px;		
  }
  
  .siteimage{
	  width: 50%;
	  margin-left: 5px;
  }
  
  .image{
	  width: 50%;
  }
  
  .navimage{ 
   width: 50%;
  }

  .textimage{
	width: 50%;
  }

  .textimageright{
	width: 50%;
  }
  
  .headstyleimage{
	height: 50%
  }

  .headstyle{
	max-width: relative;
	min-width: 150px;
	max-height: relative;
	min-height: 10px;
	font-size: 8px;
  }
  
}

@media (min-width: 320px) { 
  main {
  	display: grid;	  
    grid-template-columns: 1 /*repeat(2 , 1fr)*/;
	grid-gap: 16px;
  }
    
  header{
	  background-size: 70%;
	  font-size-adjust: 20%;
  }
  
body{
	font-size-adjust: 40%;
}

h1{
	font-size-adjust: 50%;
}

h2,h3 {
	font-size-adjust: 40%;
}

span{
	font-size-adjust: 40%;
}

  nav {
    grid-column: 1 /*/ 2*/;
  }
  
  #intro {
    grid-column: 1/*2 / 3*/;
    grid-row:    1 /*/ 2*/;					
  }

  article {
    grid-column: 1/*2 / 3*/;
  }  
  
  .spalte img {
     width: 10%;
	 float: left;
	 margin-right: 8px;		
  }
  
  .siteimage{
	  width: 60%;
	  margin-left: 5px;
  }

  .image{
	  width: 60%;
  }
  
  .navimage{ 
   width: 60%;
  }
 
  .textimage{
	width: 60%;
  }

  .textimageright{
	width: 60%;
  }

  .headstyleimage{
	height: 50%
  }
 
.headstyle{
	max-width: relative;
	min-width: 175px;
	max-height: relative;
	min-height: 15px;
	font-size: 8px;
 
}

}

@media (min-width: 375px) { 
  main {
  	display: grid;	  
    grid-template-columns: 1 /*repeat(2 , 1fr)*/;
	grid-gap: 8px;
  }
  
  header{
	  background-size: 70%; 
	  font-size-adjust: 60%;
  }
 
body{
	font-size-adjust: 50%;
}

h1{
	font-size-adjust: 50%;
}

h2,h3 {
	font-size-adjust: 50%;
}

span{
	font-size-adjust: 50%;
}

  nav {
    grid-column: 1 /*/ 2*/;
  }
  
  #intro {
    grid-column: 1/*2 / 3*/;
    grid-row:    1 /*/ 2*/;					
  }

  article {
    grid-column: 1/*2 / 3*/;
  }  
  
  .spalte img {
     width: 15%;
	 float: left;
	 margin-right: 8px;		
  }
  
  .siteimage{
	  width: 70%;
	  margin-left: 5px;
  }
  
   .image{
	  width: 60%;
  }
  
  .navimage{ 
   width: 70%;
  }
  
  .textimage{
	width: 70%;
  }

  .textimageright{
	width: 70%;
  }

   .headstyleimage{
	height: 50%
  }
  
.headstyle{
	max-width: relative;
	min-width: 200px;
	max-height: relative;
	min-height: 17px;
	font-size: 10px;
  
}
}

@media (min-width: 768px) { 
  main {
    grid-template-columns: 1 /*repeat(3, 1fr)*/;
 }
 
   header{
	  background-size: 70%;
	  font-size-adjust: 75%;
  }
  
  /*header a h1{
	font-size-adjust: 0.25;
}*/
 
 body{
	font-size-adjust: 60%;
}

h1{
	font-size-adjust: 50%;
}

h2,h3 {
	font-size-adjust: 60%;
}

span{
	font-size-adjust: 60%;
}
 
  nav {
    grid-row: 1 / 4;
  } 

  #intro {
    grid-column: 2 / 4;
    grid-row:    1 / 2;					
  }

  article {
    grid-column: 2 / 4;
  }    
  
   aside {
    grid-column: 3 / 4;
    grid-row: 1 / 2;	
  }   
  
  .spalte {
    grid-row:    2 / 3;					
  }
    
  .spalte img {
     width: 33%;
  }

.siteimage{
	  width: 75%;
	  margin-left: 30px;
  }  
  
   .image{
	  width: 33%;
  }
  
  .navimage{ 
   width: 75%;
  }
  
  .textimage{
	width: 75%;
  }

  .textimageright{
	width: 75%;
  }

   .headstyleimage{
	height: 75%
  }
  
  .headstyle{
	max-width: relative;
	min-width: 400px;
	max-height: relative;
	min-height: 20px;
	font-size: 12px;
  }
  
  }
  
  @media (min-width: 1024px) { 
  main {
    grid-template-columns: repeat(2, 1fr);
 }
 
   header{
	  background-size: 70%;
	  font-size-adjust: 100%
  }
  
  /*header a h1{
	font-size-adjust: 0.25;
}*/
 
  nav {
    grid-row: 1 / 4;
  } 

  #intro {
    grid-column: 2 / 5;
    grid-row:    1 / 2;					
  }

  article {
    grid-column: 2 / 3;
  }  
 
h1{
	font-size-adjust: 80%;
}
 
   aside {
    grid-column: 3 / 4;
    grid-row: 1 / 2;	
  }   
  
  .spalte {
    grid-row:    2 / 3;					
  }
    
  .spalte img {
     width: 40%;
  } 
  
 
  .siteimage{
	  width: 90%;
	  margin-left: 40px;
  }
  
   .image{
	  width: 90%;
  }
  
  .navimage{ 
   width: 90%;
  }
  
  .textimage{
	width: 90%;
  }

  .textimageright{
	width: 90%;
  }

   .headstyleimage{
	height: 75%
  }
  
   .headstyle{
	max-width: relative;
	min-width: 600;
	max-height: relative;
	min-height: 25px;
	font-size: 15px;
  }
  
  }
   
  @media (min-width: 1280px) { 
  main {
    grid-template-columns: repeat(2, 1fr);
 }
 
   header{
	  background-size: 70%;
	  font-size-adjust: 100%
  }
 
  /*header a h1{
	font-size-adjust: 0.25;
}*/
 
  nav {
    grid-row: 1 / 4;
  } 

  #intro {
    grid-column: 2 / 5;
    grid-row:    1 / 2;					
  }

  article {
    grid-column: 2 / 3;
  }  
   
   aside {
    grid-column: 3 / 4;
    grid-row: 1 / 2;	
  }   
  
  .spalte {
    grid-row:    2 / 3;					
  }
    
  .spalte img {
     width: 40%;
  } 


  .siteimage{
	  width: 100%;
	  margin-left: 45px;
  }
  
   .image{
	  width: 100%;
  }
  
  .navimage{ 
   width: 100%;
  }

  .textimage{
	width: 100%;
  }

  .textimageright{
	width: 100%;
  }
  
   .headstyleimage{
	height: 100%
  }
  
  /*header a h1{
	font-size-adjust: 0.25;
}*/

 .headstyle{
	max-width: relative;
	min-width: 700px;
	max-height: relative;
	min-height: 25px;
	font-size: 15px;
  }

}
