@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700italic,700,800,300,300italic,400italic,600,600italic&display=swap);

body, html {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-image:url('_/inc/images/background.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: black;
}

#background-image {
  /*background-image:url('_/inc/images/bubbles.gif');
  background-repeat: no-repeat;
  background-position: center top;*/
  padding-top: 130px;
}

#title-image {
  position: absolute;
  top: 40px;
  max-width: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-weight: normal;
  color: #333;
}
/*
.page-main p {
  margin: 30px 0 30px;
}

.page-main ul {
  margin: 0;
}

.page-main p + ul {
  margin-top: -30px;
}*/

#page-sidebar {
  float: right;
  padding-right: 25px;
}

.archive .blog-post {
  margin-top: 30px;
}

.container.main {
  background-color: white;      
}

.main .row:first-child {
  margin-top: 40px;
}

/* Navigation */

.navbar-default {
  background-color: transparent; 
  border: none; 
}

@media (max-width:767px) {
  
  .container {
    padding-left: 20px;
  }
  
  .container.navigation {
    padding-left: 30px;
    padding-right: 0;
  }
  
  #background-image {
    padding-top: 0px;
  }
  
  #title-image-small {
    max-width: 100%;
    width: 400px;
  }
  
  #title-image {
    display: none;
  }

  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus,
  .navbar-default .navbar-brand {
    color: white;
    font-size: 28px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 25px;
    max-width: 75%;
  }
  
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle {
    border: 0; 
    background-color: transparent;
    padding-top: 20px;
    margin-top: 5px;
  }
  
  .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
    height: 5px;
    width: 30px;
    border-radius: 0;
    margin-bottom: 3px;
  }
  .navbar-default .navbar-collapse ul {
    padding-left: 0;
  }
  
  .navbar-default .navbar-collapse li {
    border-top: 1px solid #38ae01;
    padding-left: 10px;
  }
    
  .navbar-default .navbar-collapse {
    background-color: #a04969;
    border-top: none;
  } 
  
  .navbar-default .navbar-collapse a:focus,
  .navbar-default .navbar-collapse a:hover,
  .navbar-default .navbar-collapse a {
    color: white;
    font-size: 16pt;
    padding: 10px;
  }
  
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .navbar {
    min-height: 70px;
  }
  
  .menu > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .menu > li  {
    list-style: none;
  }
  .navbar {
    margin-left: -30px;
    margin-bottom: 0;
  } 
  
  .sidebar-author,
  .sidebar-module {
    margin: 0 0 2px !important;
  }
  
  .wpcf7-form input, 
  .wpcf7-form textarea {
    max-width: 95%;
    width: 95%;
  }
  
  #blog-sidebar {
    display: none;
  }
  /*
  div.sidebar{
    width: 48%;
  }
  
  .mobile-sidebar .col-md-12 > .sidebar:first-child {
    float: left; 
  }
  
  .mobile-sidebar .col-md-12 > .sidebar:last-child {
    float: right; 
  }
  
  .mobile-sidebar .sidebar-author img {
    width: 100%;
  }*/
  
  .footer .blog-main {
    width: 100%;
  }
  
  .footer .blog-sidebar {
    padding-left: 20px;
    width: 100%;
  }
  
  .footer .blog-main {
    display: none; 
  }
  
  .footer .blog-sidebar .menu > li > a {
    display: inline;
  }
}

@media (min-width:768px) {
  
  .container.navigation {
    padding-right: 0;
  }

  .container {
    padding-right: 15px;
    padding-left: 30px;
  }
  
  .mobile-sidebar,
  .navbar-brand {
    display: none;
  }
  
  #title-image {
    display: inline;
  }
  
  #blog-sidebar {
    display: block;
  }
    
  .blog-nav {
    padding-left: 30px; 
    padding-right: 30px; 
  }

  .blog-masthead {
    height: 35px;
  }

  .nav {
    padding-right: 15px; 
    height: 30px;
    background-color: white;    
  }

  .blog-masthead .menu-item {
    position: relative;
    display: inline-block;
	padding-top: 2px;
    font-weight: 500;
    font-size: 13pt;
    color: #888888;
  }

  .blog-masthead .menu:first-child {
    padding-left: 25px;
  }

  .blog-masthead .menu:last-child {
    padding-right: 10px;
  }

  .blog-masthead nav li + li:before {
    font-size: 13pt;
    content: " | ";
    padding: 0 6px;
    font-weight: 500;
    color: #888888;
  }
  
  .footer .blog-main {
    float: left;
  }
  
  .footer .blog-sidebar {
    float: right;
  }
  
}

@media (min-width:768px) and (max-width:939px) {
  .container {
    width: 769px;
  }
  .page-main,
  .blog-main {
    width: 470px;
  }
  .page-main {
    padding-right: 30px;
  }
  .blog-sidebar {
    padding-left: 30px; 
    padding-right: 30px;
    width: 270px;
  }
  .footer .blog-sidebar {
    width: auto;
  }
  .blog-masthead nav li + li:before {
    content: "|";
    padding: 0;
  }
  .container.navigation {
    padding-right: 0;
    padding-left: 0;
  }
  .container.navigation, #navbar {
    padding-left: 0;
  }
	
  .blog-masthead .menu:first-child {
    padding-left: 15px;
  }

  .blog-masthead .menu:last-child {
    padding-right: 0;
  }
}

@media (min-width:940px) {
  .container {
    width: 940px;
  } 
  /*.page-main,
  .blog-main {
    width: 630px;
  }*/
  .page-main {
    padding-right: 0; 
  }
  .blog-sidebar {
    width: 270px;
    padding-left: 45px;
    padding-right: 15px;
  }
}

.blog-post-title a {
  color: black;
}

nav a {
  color: #888888;
}

a,
a:hover,
a:focus,
.current-menu-item a {
  color: #a04969;
}

.menu-item a:hover,
.menu-item a:focus {
  color: #a04969;
  text-decoration: none;
}

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}

.avatar {
  width: 50px !important;
  height: 50px !important;
  margin-right: 10px;
}

.attachment-post-thumbnail {
  width: 100%;
  height: auto;
}

.more-link {
  /*float:left; */
  white-space: nowrap;
}

.wpcf7-submit,
button[type=submit],
.btn-submit,
.pager li > a,
.pager li > a:hover,
.btn-more {
  color: black;
  background-color: #e6779f;
  border-radius: 0;
  border: 0;
  font-size: 20px;
  padding: 2px 10px 2px 10px; 
}

.wpcf7-submit,
.btn-submit {
  font-size: 18px;
}

.blog-post-categories a {  
  background-color: #a04969;
  color: #FFF;
  padding: 0.2em 0.4em;
}

.blog-post-categories {
    margin-bottom: 20px;
}

.blog-post-footer {
    margin-top: 30px;
}

.navigation .next-posts a,
.navigation .prev-posts a,
.postmetadata a {
  color: #999999;
  font-weight: bold;
}

.blog-post-footer a img {
  margin-right: 15px; 
}
/*
 * Main column and sidebar layout
 */


.page-main .language-module {
  margin-bottom: 0px; 
}

.page-main,
.blog-main {
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.page-main {
  min-height: 400px;
}

.ruler {
  padding: 0px 0px 30px;
  background-image: linear-gradient(to right, #333 20%, rgba(255, 255, 255, 0) 20%);
  background-position: center top;
  background-size: 8px 2px;
  background-repeat: repeat-x;
}

.blog-sidebar {
  float: left;
  position: relative;
  min-height: 1px;
}

.blog-sidebar :last-child {
  margin-bottom: 1em;
}
    
.widget-area ul,
.sidebar-module ul {
  padding: 0;
  list-style: none;
  margin-top: 0.6em;
  margin-bottom: 1.2em;
}

.sidebar a.green {
    color: #a04969;
}

.sidebar-book li {
    background-image: url("https://www.kurtweigelt.ch/wp-content/themes/kurtweigelt/_/inc/images/bullet-green.png") !important;
}

.blog-main .blog-content a::before,
.page-main .blog-content a::before {
  content: url(_/inc/images/bullet-green.png);
}

.page-main .blog-content table a::before {
  content: '';
}

.page-main h4 {
  font-weight: bold; 
  font-size: 12pt;
  margin-top: 2em;
}

.sidebar-author li,
.widget-area li,
.sidebar-module li { 
  font-size: 12pt;
  background-image: url(_/inc/images/bullet.png);
  background-repeat: no-repeat;
  background-position: 0 6px;
  padding-left: 15px;
  padding-right: 5px;
  padding-bottom: 0.6em;
  list-style: outside none none;
}


.widget-area input {
	background-color: white;
}

.widget_tag_cloud .tagcloud {
  line-height: 30px;
  padding-bottom: 10px;
  padding-top: 4px;
  line-height: 35px;
}

.widget_tag_cloud a {
  font-size: 9pt !important;
  display: inline;
  background-color: #D2D2D2;
  padding: 6px;
  margin: 2px;
  white-space: nowrap;
}

.sidebar {
 margin-bottom: 20px; 
}

.sidebar-author,
.sidebar-module {
  margin: 0 -15px 2px;
}

.sidebar-author ul {
  padding: 5px 10px 1px 10px;
}

.sidebar-module {
  padding: 5px 10px 1px 10px;
  background-color: #f0f0f0;
  border-radius: 0;
}

.sidebar-module.links {
  padding-bottom: 25px;
  padding-top: 10px
}

.sidebar-module.sharelinks {
  padding-bottom: 30px;
}

.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}

/* LANGUAGE SELECTOR */

.language-module select {
  background: transparent;
  width: 260px;
  font-size:14pt;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 30px;
  -webkit-appearance: none;
  color: #666666;
  padding-left: 6px;
  padding-top: 6px;
}

.language-module {
  overflow: hidden;
  color: #fde9cc;
  background-color: #fde9cc;
  background: url(_/inc/images/dropdown-button.png) no-repeat right #fde9cc;
  width: 240px;
  height: 40px;
  margin-left: -15px; 
  margin-right: -15px;
  margin-bottom: 50px;
}



.search-form-container {
 margin-right: 5px; 
}

#searchform {
  margin-left: -15px; 
  margin-right: -15px;
  margin-top: 15px;
}

.search-module input.form-control:focus,
.search-module input.form-control {
  font-size: 20px;
  line-height: 2;
  width: 100%;
  padding: 0px 12px;
  margin-right: 5px;
  height: 40px;
}

.search-module input.form-control:focus,
.search-module input.form-control {
  color: #888;
  background-color: #fde9cc;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  transition: none 0s ease 0s;
}

#searchsubmit {
  height: 40px;
  width: 40px;
  border: 0 none;
  border-radius: 0;
  background-color: #F8BF68;
  background-image: url(_/inc/images/lupe.png);
  background-repeat: no-repeat;
  background-position: center;
  color: white;
}

textarea.form-control:focus,
textarea.form-control,
input.form-control:focus,
input.form-control,
textarea:focus,
textarea,
input:focus,
input {
  height: 40px;
  font-size: 18px;
  background-color: #f0f0f0;
  background-image: none;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  transition: none 0s ease 0s;
}

textarea.form-control:focus,
textarea.form-control,
textarea:focus,
textarea {
  height: auto;
}

.sidebar-module h1 {
  font-size: 18pt; 
  color: #888;
}

.sharelinks .networking {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: inline-block;
  vertical-align: middle;
}

.blog-main .sharelinks .networking {
  width: 35px;
  height: 35px;
}

.blog-main .sharelinks {
  margin-top: -15px;
  margin-bottom: 10px;
}

.blog-main .sharelinks span {
  font-weight: bold;
  margin-right: 10px;
}
  
.sharelinks .facebook {
  background-image: url('_/inc/images/fb.png');
  margin-right: 10px;
}

.sharelinks .facebook:hover {
  background-image: url('_/inc/images/fb-hover.png');
}

.sharelinks .twitter {
  background-image: url('_/inc/images/twitter.png');
}

.sharelinks .twitter:hover {
  background-image: url('_/inc/images/twitter-hover.png');
}

.blog-main .sharelinks .facebook {
  background-image: url('_/inc/images/fb-small.png');
}

.blog-main .sharelinks .facebook:hover {
  background-image: url('_/inc/images/fb-small-hover.png');
}

.blog-main .sharelinks .twitter {
  background-image: url('_/inc/images/twitter-small.png');
}

.blog-main .sharelinks .twitter:hover {
  background-image: url('_/inc/images/twitter-small-hover.png');
}


.sidebar .economiesuisse {
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('_/inc/images/economiesuisse.png');
}

.sidebar .rss {
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: inline-block;
  background-image: url('_/inc/images/rss.png');
  vertical-align: middle;
  color: black;
}

.sidebar a {
 color: black; 
 font-size: 12pt;
}

.sidebar .rss:hover {
  background-image: url('_/inc/images/rss-hover.png');
}

/* Pagination */
.pager {
  text-align: left;
}

/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 30px;
}

.blog-content {
  padding-top: 15px;
}

.blog-post-title {
  margin-bottom: 5px;
  margin-top: -5px;
  font-size: 32px;
}


.page-main,
.page-main .blog-content {
  /*padding-right: 0px;*/
  padding-top: 0px;
}
.page-main .blog-post-title {
  margin-bottom: 10px /*same as h1*/;
}

.blog-post-meta a {
  font-weight: bold;
  text-decoration: none;
  color: #a04969;
}

.blog-post-meta {
  color: #a04969;
  font-size: 12pt;
}

.blog-post-meta img {
  margin-top: 10px;
  margin-right: 14px; 
}

.blog-post-meta > span {
  vertical-align: bottom;
  display: inline-block;
}

/*
 * Footer
 */

.footer {
 background-color: #999999;
 margin-left: -30px;
}

.cloud { 
  padding: 0; 
  line-height: 40px;
  margin-bottom: 30px;
}

.cloud a {
  display: inline;
  background-color: #bbbbbb;
  padding: 6px;
  margin: 2px;
  color: white;
  font-size: 9pt;
  white-space: pre;
}

.footer h1 {
 color: white;
 font-size: 20pt; 
 padding-top: 10px;
}

.footer li a {
 color: white; 
}

.footer .menu-footer-container {
  padding: 5px 10px 1px 10px;
  margin: 10px -15px 2px;
  background-color: #999999;
}

.footer .menu-footer-container li {
   background-image: url(_/inc/images/bullet-white.png);
}


/*
 * Comments
 */

.comment-author .says {
  display: none;
}

.comment-reply-link {
  text-decoration: none;
  color: #a04969;
  text-transform: lowercase;
}

#commentform a,
.comment-author .fn a {
  font-weight: bold;
  text-decoration: none;
  color: #a04969;
}

.comment-meta a {
  font-size: 10pt;
  color: #888888;
}

.comment-meta {
  margin-bottom: 20px;
}

.commentlist .ruler {
  margin-top: 20px;
}

#commentform div {
  margin-bottom: 10px;
}

td {
	padding-left: 0.5em;
	border: 1px solid white;
}
td:not(:last-child) {
	padding-right: 2em;
}
td:last-child {
	padding-right: 0.5em;
}

table {
	color: white;
	background-color: #385623;
}

img.alignnone { margin: 0 0 1em 0; }
img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

@media (max-width:320px) {
  .sidebar-module h1 {
    font-size: 14pt;
  }
  .sidebar a {
    font-size: 10pt;
  }
}
