/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*@import url("../generatepress/style.min.css");*/
a.favoriten {font-weight: bold;}

.site-logo {
    margin-top: 7px;
}
.inside-header {
    padding: 0px 40px 0px 40px;
}

h4 {font-size:22px!important;}
h5 {font-size:18px!important;}
h6 {font-size:16px!important;}

.wp-block-image figcaption {
    text-align: center;
}

.wp_rp_wrap {
    margin-top: 36px;
}

header#masthead {
    border-bottom: 1px solid #DDD;
}

@font-face {
  font-display: swap;
}

.page-header-image-single img {
    max-width: 300px;
	float:right;
}
@media (max-width: 620px) {
	.page-header-image-single img {
    max-width: 100%;
	float:none;
}
}

#toc_container p.toc_title+ul.toc_list {
    margin-top: 1em;
    margin-left: 0px;
    padding: 0 0 0 0;
}

#toc_container ul ul {
    padding: 0px 0px 0px 0px;
}
#toc_container ul {
    padding: 0px 0px 0px 0px;
}

#main-content .container ul {
    padding: 0px 0 0px 1em;
    }
	
.entry-content .container a {
    text-decoration:underline;
    }

.alignleft {
     padding-right:10px;
}

.alignright {
     padding-left:10px; 
}

@media (max-width: 400px) {
  .container {
      width: 90%;
  }
}
@media (max-width: 620px) {
    .alignright, .alignleft {
    padding:0px;
    float:none!important;
    margin-bottom:15px;
    max-width:620px;
    width: 100%;
    margin-left:0px!important;
  }
}

a[rel="nofollow"] sup {
  font-size:9px;
  color:#999;
}


/* Enter Your Custom CSS Here */
img.wishlist_image {
	width:100%;
	max-width:230px!important;
  height:auto;
  margin-right:10px;
}

@media (max-width: 700px) {
	img.wishlist_image {
  max-width:700px;
	width:100%;
    float:none!important;
	}
}

@media (max-width: 400px) {
  .container {
      width: 90%;
  }
}


#matrix th, #matrix td {border:1px solid grey;}

#matrix th {
  /* Something you can count on */
  height: 360px;
  white-space: nowrap;
  padding:0px;
  padding-left:2px;
}



#matrix th > div {
    transform: translate(1px,165px) rotate(270deg);
    width: 10px;
}

#matrix th > div > span {
  border-bottom: 1px solid #ccc;
  padding: 5px 10px;
}

table.dataTable thead .sorting {
    background-position: 0px 360px;
    background:none;
}

#matrix thead th:first-child {
  border-top: 0px solid #ccc;
  border-left: 0px solid #ccc;
  width:250px;
}

#matrix {
  border:0px;
}

div#matrix_length {
    margin-left: 222px;
}

@media (max-width: 400px) {
.container {
    width: 94%!important;
}
}

.page-id-1914 h1, .page-id-1914 p {margin-left:20px;}

.page-id-1914 h1, .page-id-1914 h2 {margin-top:20px;}

.page-id-1914 body {
    line-height: 1em;
}


.page-id-1914 table.dataTable tbody th, .page-id-1914 table.dataTable tbody td {
    padding: 0px 8px;
}


#left-area ol, .entry-content ol, .comment-content ol, body.et-pb-preview #main-content .container ol {
    list-style-position: outside;
    margin-left: 20px;
}

td.z {color:white;}

@media (max-width: 1170px) {
.tabelle {
	display:none;
}
.liste {
	display:normal;
}
}
@media (min-width: 1171px) {
.tabelle {
	display:normal;
}
.liste {
	display:none;
}
}

// Cookie Notice Button 
a#cn-accept-cookie {
    background-color: #0009ad;
}

