﻿/*
 Theme Name:   Duena Child Theme
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Duena Child Theme
 Author:       Georg Janner
 Author URI:   http://www.sv-parkstein.de
 Template:     duena
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  duena
*/


/* Headings */
h1{
  color: #ad2424;
/*	font-weight: 600;
	font-family:Dosis;*/
}
h2{
  color: #ad2424;
/*	font-weight: 500;
	font-family:Dosis;*/
}
h3{
  color: #ad2424;
/*	font-weight: regular;
	font-family:Dosis;*/
}
h4{
  color: #ad2424;
/*	font-weight: 300;
	font-family:Dosis;*/
}
h5{
  color: #ad2424;
	/*font-weight: 300;
	font-family:Dosis;*/
}
h6{
	color: 	#000000;
	font-family:Dosis;
	font-size:20px;
    line-height:1.1;
	letter-spacing:1px;
	font-weight:regular;
}

p{
	color: 	#000000;
	font-family:Dosis;
	font-size: 19px;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight:regular;
}

td{
	font-family: Dosis, sans-serif;
	font-size: 18px;
	color: #000000;
	line-height:120%;
	letter-spacing: 1px;
	font-weight:regular;
}

a {
  color: #ad2424;
}

.footer-menu {
  float: right;
  /*weil sonst to-top den rechten menüpunkt überschreibt*/
  margin-right: 4%;
  padding: 0;
}

.post-title {
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 46px;
  overflow: visible;
}

.font-table-child{
	font-family: Dosis, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-top:25px;
	line-height:120%;
	letter-spacing: 1px;
   }

/*notwendig, weil auf Startseite sonst background-color weiß war*/
#header .logo .text-logo {
  font-size: 110px;
  line-height: 110px;
  margin: 0 0 -10px 0;
  text-transform: none;
  font-weight: normal;
  font-family: 'Damion', cursive;
  overflow: visible;
  background-color: transparent;
}

/*Horizontales Scrollen der Tabelle*/
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}

.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}



/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  h1,
  .post-title,
  .widget-title,
  .content_box h2,
  .author_bio_sidebar .author_bio_message h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
  }
  h2,
  .author_bio_sidebar .author_bio_message h2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
  }
  h3,
  .author_bio_sidebar .author_bio_message h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
  }
  h4,
  .author_bio_sidebar .author_bio_message h4 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
  }
  h5,
  .author_bio_sidebar .author_bio_message h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
  }
  h6,
  .author_bio_sidebar .author_bio_message h6 {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
  }
  
   h6{
	font-size:20px;
    line-height:1.1;
	letter-spacing:1px;
   }
   
   p{
	font-size:19px;
    line-height:1.2;
	letter-spacing:1px;
	font-weight:regular;
   }
   
  /*class für Tabellen*/
  .font-table-child{
	font-family: Dosis, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-top:25px;
	line-height:120%;
	letter-spacing: 1px;
   }

   
}
/* Landscape phones and down */
@media (max-width: 480px) {
  h1,
  .post-title,
  .widget-title,
  .content_box h2,
  .author_bio_sidebar .author_bio_message h1 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
  }
  h2,
  .author_bio_sidebar .author_bio_message h2 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0;
  }
  h3,
  .author_bio_sidebar .author_bio_message h3 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
  }
  h4,
  .author_bio_sidebar .author_bio_message h4 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0;
  }
  h5,
  .author_bio_sidebar .author_bio_message h5 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
  }
  h6,
  .author_bio_sidebar .author_bio_message h6 {
    font-size: 32px;
    line-height: 22px;
    letter-spacing: 0;
  }

   p{
	font-size:16px;
    line-height:1.2;
	letter-spacing:1px;
	font-weight:regular;
   }
   
   h6{
	font-size:17px;
    line-height:1.1;
	letter-spacing:1px;
   }
   
  #header .logo .text-logo {
	font-size: 50px;
    line-height: 45px;
  }
  /*class für Tabellen*/
  .font-table-child{
	font-family: Dosis, sans-serif;
	font-size: 16px;
	color: #000000;
	margin-top:25px;
	line-height:100%;
	letter-spacing: 1px;
   }
   .footer-menu a{
	 font-size: 14px;
	}   
   
   ol, ul{
	 font-size: 16px;
   }

   
}