/*
Theme Name:  drguth
Theme URI:  https://drguth.de/wp/
Description:  Theme to support Onepress with special adjustments.
Author:  Manfred Bielemeier
Textdomain:  drguth
Author URI:  https://bielemeier.de/
Template:  onepress
Version:  1.2.0
License:  GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html  

entwickelt unter klinikdrguth.de,
     kopiert auf curschmannklinik.de
:root {
  --drguth-widget-border: #abb8c3;
  #2a7b39; KG? 
  background-color:#bfe1c6; Karlsburg 
  --drguth-widget-title-bg: #bfe1c6;
  --drguth-widget-title-fg: #000000;
}
*/
@media screen and (min-width: 940px) {
    .right-sidebar .sidebar {
        padding-left: 0 !important; 
    }
}
#secondary .widget_block {
   border-style: solid;
   border-width: thin;
   border-color: var(--drguth-widget-border);
   padding: 1rem;
   margin: 0 0 1rem 0;
   font-size: 0.8rem !important;
}
#secondary .widget_block .wp-block-heading,
.widget-title{
  font-size: var(--wp--preset--font-size--small) !important;
  background-color: var(--drguth-widget-title-bg); 
  color: var(--drguth-widget-title-fg); 
	margin-top:-1rem; 
	margin-left:-1rem; 
	margin-right:-1rem;
  	margin-bottom:0; 
	padding:10px;
}
.xborderedtext {
	padding: 1rem !important;
	font-size: 0.8rem !important;

}
.in_startseite {
	margin-top: -90px !important
}

/*.wp-block-heading {
  margin: -20px -20px 20px -20px; 
  padding: 10px;
}*/

.has-background {
  background-color:#2a7b39; 
  color: white;
}

.has-small-font-size {
}
#hero .container {
  padding: 105px 0 10% 0 !important;
}
.hero-large-text {
  font-size: 5vw !important;
}
#anniversary {
  background: rgba(0, 0, 0, 0) url("assets/images/anniversary_karriere.png") repeat-x scroll 0 0;
  height: 105px;
  position: absolute;
	top: 0px;
	right: 10px;
  width: 138px;
  z-index: 888;
  margin-right: 0px;
  margin-top: 5px;
  cursor: pointer;
}
#doctolib {
  background: rgba(0, 0, 0, 0) url("assets/images/doctolib.png") repeat-x scroll 0 0;
  height: 105px;
  position: absolute;
	top: 0px;
	right: 158px;
  width: 138px;
  z-index: 888;
  margin-right: 0px;
  margin-top: 5px;
  cursor: pointer;
}
nav {
  height: 35px;
      line-height: 35px;
}
#nav-toggle{
  clear: right !important; 
  line-height: 20px;
}
@media screen and (max-width: 40px) {
  #anniversary {
    height: 50px;
    width: 69px;
    background-size: cover;
  }
}

.drguth-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    height:35px;
}
.drguth-menu li{
    float: right;
    height: 35px;
    margin: 0;
}
.drguth-menu a {
    color: #333333;
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    zoom: 1;
    letter-spacing: 1px;
    white-space: nowrap;
    display: block;
    position: relative;
    height: 35px;
    line-height: 35px;
}
.drguth-menu a {
  font-family: "Verdana";
  font-style: normal;
  text-decoration: none;
}

.drguth-menu a:hover {
  color: var(--drguth-widget-title-bg);
}

.entry-thumbnail {
	float: left;
	margin-right: 2rem
}
.site-footer .site-info {
	float: left;
	width: 33%;
	height: 7em;
}
.site-info-right {
	padding-top: 0 !important;
}
.site-footer .site-info, .site-footer .btt a {
	color: var(--drguth-fg-dark) !important;
	background: var(--drguth-bg-dark) !important;
}
.site-footer .btt a:hover {
	color: var(--drguth-widget-title-fg) !important;
	background: var(--drguth-widget-title-bg) !important;
}
.section-contact input[type="checkbox"] {
    width: auto !important;
    margin: 0 10px 0 0;
}
