/* Füge hier Dein eigenes CSS ein */

.site {
    max-width: 1200px;   
}




/* Bop Search Box für Menü */


button, input[type=button], input[type=reset], input[type=submit] {
   
    background: #303030;
    color: #fff;  
	float: left;
	font-family: "Titillium Web";
	font-size: 16px;
	margin-left: 11px;
	}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], textarea {
 
    margin-left: 0.8em;
    max-width: 50%;    
	
    background-color: #b5b5b5;
}



/* Liste */

li {
	margin-top: 7px;
	font-size: 16px;
	letter-spacing: 0.2px;	
	list-style-position: outside;
}


/* Breadcrumb */

.breadcrumbs .trail-browse,
.breadcrumbs .trail-items li {
    font-size: 14px;
}

.breadcrumbs-container {
       margin: -1.9em 0 0 0;	
	
}


/* Shortcodes Spioler */
.su-spoiler-title { 
font-size: 16px;	
	border: 1px solid #b9b9b9;
}

/* Shortcodes Tabs */

.su-tabs {
    
    background: #33bacd;
}

.su-tabs-nav span {
    font-size: 18px;
	font-weight: bold;
   
}

/* Table of Content */

.toc_number.toc_depth_1 {
  margin-right: 10px;
  
}

#toc_container li, #toc_container ul {
     padding-left: 5px;
}




/* Trennstrich */

.wp-block-separator {
    height: 0px;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100%;
}


/* Uber Menu */

.ubermenu.ubermenu-main {
        border-bottom: 1px solid #d9d9d9;
}




/* Maxwell CSS */

body {
	font-size: 16px;
}

.site-title {
  margin: 0.4em 0 0 0;
	font-size: 31px;  
  }

.site-description {
  font-size: 17px;
  color: #33bacd;
  font-weight: 400;
}


h1.entry-title  { 
font-size: 29px;}

h1.page-title  { 
font-size: 29px;}


h2 {
        margin-top: 1em;
	    margin-bottom: -0.1em;
	border-bottom: 1px solid #2E2E2E;
	font-size: 1.3em;
	color: #303030;
}




h3 {
    font-size: 1.2rem;
    margin-top: 1.8em;
	    margin-bottom: -0.1em;
	color: #303030;
}

h4 {
    font-size: 1.0rem;
}




.wp-block-image figcaption {
    
    font-family: sans-serif;
  letter-spacing: 0.1em;
}



p {
	font-size: 16px;
 margin-bottom: 1em; 
}

.widget {
    margin: 0 0 1.8em;
}



.posted-by {
        font-size: 16px;
}






.main-navigation-menu {
 border-bottom: 1px solid #d9d9d9;
}


.main-navigation-menu a {

      font-size: 1.1rem;
  }

.main-navigation-menu ul a {
    font-size: 16px;
}


.tzwb-social-icons .social-icons-menu li a {
    padding: 0.5em;
    background: #d7d7d7;
}






/* Plugin Shortcodes */

.su-list ul li {
        line-height: 1.5em;
  }

/* Plugin Shortcodes Höhe des Listensymbols */

.su-list ul li i {
        line-height: 1.55em;
    }




/* WP Show Posts */

.wp-show-posts a {
    box-shadow: 0 0 0 transparent;
    text-decoration: none;
  color: #303030;
}

.wp-show-posts-single.post {
    margin-bottom: 2em;  
}

.wp-show-posts .wp-show-posts-entry-title {
    margin-top: 10px;
  
}

.wpsp-read-more {
     float: left;
  background-color: #ffffff;  
	border: 1px solid #33bacd;
  
  }

a.wp-show-posts-read-more {
  
  display: inline-block;
    padding: 4px 10px;
    border: 1px solid #ffffff;
    color: #33bacd;
    font-size: 0.9em;
    text-decoration: none;
  text-decoration: underline;
  font-weight: 600;
    
}

a.wp-show-posts-read-more:visited {  
  
    border: 1px solid #ffffff;
    color: #33bacd;
  background-color: #ffffff;     
}





/* blockquote */

blockquote p {
   color: #1c1c1c;
}

blockquote {
        border-left: 2px solid #33bbcc;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin-top: 25px;
	margin-bottom: 25px;
}




/* Trennstrich */

hr {
    border: solid #bdbdbd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}




/* AAWP Plugin */

.aawp-tb__data {
        text-align: left;
}

.aawp-product__ribbon {
    padding: 0 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    text-transform: uppercase;
}


.aawp .aawp-product--vertical .aawp-product__image { background-size: 90% auto; }

.aawp .aawp-product--horizontal .aawp-product__price--saved {
    border-radius: 2px;
    background: #038f92;
    
    padding: 4px 6px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    margin-top: 11px;
    margin-bottom: 11px;
}


.aawp-product__ribbon--sale {
    background: #038f92;
    border-bottom-left-radius: 2px;
    color: #fff;
}




