/* Füge hier Dein eigenes CSS ein */

html, body {
  width:100%;
  height: 100%;
  font-size:100% !important;
   hyphens: none;
}
 
.wp-block-column { word-wrap: break-word !important; overflow-wrap: normal !important;}

#content {
    min-height: calc(80vh - 50px) !important;
}

.site-header {
	width: 100%;
  height: auto;
}

.textwidget p {
    margin-bottom: 0;
    font-size: 1.8rem !important;
    font-weight: normal;
}

.inside-header.grid-container.grid-parent {
	display: flex;
	justify-content: flex-start;
  flex-wrap: nowrap;
	flex-direction: row;
  max-width:100%;
}

.site-logo {
  flex-basis: 25%;
	flex-shrink: 0;
	flex-grow: 0;
	order: 1;
	height:auto;
	box-sizing: border-box;
	padding:1em 1em 1em 1.5em;
}

.site-logo img{
	min-width: 220px;
	height: auto;
	box-sizing: border-box;
}

#diago-border {
	width:100%;
	height:15px;
	background-image: url("../Images/DiagonalBorder_25x25px.png");
 background-repeat: repeat-x;
 bottom: 0px;
}


/*    Navigation      */

a, a:visited {
	color:black;
  background: none;
}
a:hover, a:active {
  color:black;

  background: none;
}
.current_page_item a {
  	color:#000000 !important;
    border-bottom: solid 1px #000000 !important;
    background: none !important;
}

.site-logo a:hover {
	border-bottom: solid 0px #000000;
}

.main-navigation {
  flex-basis: 50%;
	flex-shrink: 1;
	flex-grow: 0;
	order: 1;
	box-sizing: border-box;
	background:none;
  align-self: flex-end; 
	padding: 1em 1em 1em 2em;
}

.main-navigation .main-nav ul li a {
    padding-left: 0px !important;
    padding-right: 0px !important;
  line-height: inherit;
}

.inside-navigation li {
	margin-right: 4rem;	
	text-align: left;
}


.header-widget {
  flex-basis: 30%;
	flex-shrink: 0;
	flex-grow: 0;
	order: 3;
	box-sizing: border-box;
	height:auto;
  padding:1rem;
  top: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.widget.inner-padding.widget_text {
	box-sizing: border-box;
	font-size: 2rem;
	font-weight: 600;
  font-family: "Titillium Web";
	height:auto;
	padding:0 10px 0 0!important;
	letter-spacing: normal;
  text-align: right;
}
.widget.inner-padding.widget_lsi_widget {
	box-sizing: border-box;
	height:auto;
  padding: 0 !important;
}

#lsi_widget-2 ul li {
    padding: 0 !important;
    display: inline-block !important;
    float: none !important;
    margin: 0 !important;
    list-style-type: none !important;
}

/* main nav */

.main-navigation .main-nav ul li a {
  font-size: 1.2rem;
	color:#000000;
  background: none;
   border-bottom: solid 1px #ffffff;
}
.main-navigation .main-nav ul li a:hover {
  font-size: 1.2rem;
	color:#000000;
  background: none;
  border-bottom: solid 1px #000000;
}

/* Sub nav */

.inside-left-sidebar ul li a{
  font-size: 1.2em;
 	color:#000000;
  background: none;
}
.inside-left-sidebar ul li a:hover{
  font-size: 1.2em;
	color:#000000;
  background: none;
  border-bottom: solid 1px #000000;
}

/*  Footer Nav .  */

.site-info a{
  font-size: 1em;
	color:#000000 !important;
  background: none;
  border-bottom: solid 1px #ffffff;
}

.site-info a:hover{
  font-size: 1em;
	color:#000000;
  background: none;
  border-bottom: solid 1px #000000;
} 

.inside-left-sidebar ul {
	list-style-type: none !important; 
	display:block !important; 
}

.inside-left-sidebar ul li{
	margin-bottom: 10px;
}


.wp-block-file__button{
	visibility: hidden
}

.inside-header.grid-container.grid-parent {
	padding-top: 0px !important;
	padding-left: 0px !important;
	padding-bottom: 0px;
	padding-right: 0px
}

.copyright-bar{
	display: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

.copyright{
	display: none !important;
	padding: 0px !important;
	margin: 0px !important;
}

.current_page_item a { 
border-bottom: solid 1px #000000;	
	background: white !important;
} 

#content {
	display: flex;
	justify-content: flex-start;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	max-width: 100%;
	height: auto;
}

#left-sidebar {
  flex-basis: 25%;
	flex-shrink: 0;
	flex-grow: 1;
	order: -1;
	box-sizing: border-box;
	text-align: right;
	padding: 4rem 2rem 4rem 2rem;
}

#primary {	
  flex-basis: 55%;
	flex-shrink: 0;
	flex-grow: 1;
	order:1;
	box-sizing: border-box;
	height:auto;
	padding: 2em 1.5em 6em 1.5em;
  font-size: 1rem;
	}

#primary-full {
  max-width:100%;
}
#search {
	display:none !important;
}
#archives {
	display:none !important;
}


.one-container.left-sidebar .site-main, .one-container.both-left .site-main {
    margin-left: 5px;
}

.wp-show-posts-inner {
    margin: 0 0 1rem 1rem;
    position: relative;
}

.wp-show-posts-entry-header {
    position: absolute;
    margin: 0 0 1rem;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
}
.wp-show-posts-entry-header a{
    color:white;
  	display:block;
    opacity: 0;
  	width: 100%;
    height: 100%;
}
.wp-show-posts-image.wpsp-image-left {
    margin-right: 0;
}
.wp-show-posts-image {
   margin-bottom: 0;
}

.wp-show-posts-entry-header:hover + .wp-show-posts-entry-summary {
   opacity: 1;
}
.wp-show-posts-entry-summary {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 1rem;
    bottom: 0;
    font-size: 0.9rem;
    color: white;
    opacity: 0.6;
    background-color: red;
    z-index: 1;
    box-sizing: border-box;
}
.wp-show-posts-entry-summary p:first-child {
  font-weight: 700;
}
.sidebar .widget {
    font-size: inherit;
}
.site-content {
 padding:0 !important;
}

.wp-block-image figcaption {
    margin-top: 1em;
    margin-bottom: 2rem;
    color: #000000;
    text-align: left;
    font-size: 14px;
}

/*          Back Button               */
.backbutton {
display:block;
width:auto;
height:2rem;
}

.backbutton a {
  color:red;
  text-decoration: none;
}
.backbutton a:hover{
  border-bottom: 1px solid red;
}
.backbutton a:active {
  border-bottom: 1px solid red;
}

/* Voting  */

#kreis {
  position:absolute;
  top:45px;
  right:20%;
  width: 120px;
  height: 120px;
  z-index:10;
}

.type {
  text-align: center;
  color: white;
  font-size: 1em;
  line-height:1em;
  margin: 20px auto;
}
.large_type{
  font-size: 2em;
}
.site-footer {
    clear: both;
    position: relative;
    height: 50px;
    margin-top: 0px;
}

.site-info {
    color: #000000 !important;
    background-color: #ffffff;
    text-align: center;
    padding: 2em;
    font-size: inherit;
}

.footer-bar .widget_nav_menu li {
    margin-right: 20px;
    float: left;
    padding: 0;
}

#wpsp-1875 .wp-show-posts-inner {
    margin-bottom:3em !important;
}

/*    Voting    */
.rmp-main {
    text-align: left !important;
}

.textwidget p {
    margin-bottom: 0;
}

.entry-content {
	margin-top: 0px;
}
span.byline {
    display: none !important;
}


@media only screen and (max-width: 960px) {
.entry-header {
	display: block;
}
.tablet-push-25 {
    left: 0 !important;
}
.entry-content {
	margin-top: 2em;
}
  #primary {
    padding: 2em 1em 2em 1em;
}
/*  .site-logo { padding: 1em 1em 1em 1em;}  */
}
.metaslider .slides img {
    display: block;
 width: 100% !important;
height: auto !important;
    overflow: hidden;
}
.metaslider .flexslider {
  overflow: hidden;
}
  .site-info {
    color: #000000 !important;
    background-color: #ffffff;
    text-align: center;
    padding: 1.5em 2em; 
    font-size: inherit;
}

.wp-show-posts-columns .wp-show-posts-image img {
    flex: 0 0 0px;
    width: 100%;
    height: auto;
}
.wp-show-posts-columns .wp-show-posts-single:not(.wp-show-posts-masonry-block) .wp-show-posts-image img {
    flex: 0 0 0px;
    object-fit: scale-down;
}
.wp-show-posts-columns .wp-show-posts-inner {
    flex: 1 1 0px;  
}
  

/* News Slider */
#pgcu_style5 .pgcu_post.pgcu_post.pgcu_post--style3 .pgcu_post__contents {
    border: none;
    background-color: red;
    min-height: 450px;
}
.pgcu_carousel_navigation .pgcu_nav span {
    display: inline-block;
    line-height: 100px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #e4e4ed;
    border-radius: 0px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.icon-arrow-left.slide-2695 {
  position: absolute;
  top: 50%;
  margin-top: -60px;
    z-index: 100;
    left: -50px;
}
.icon-arrow-right.slide-2695 {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    z-index: 100;
    right: -50px;
}
section.section-padding {
    margin-top: 20px;
}
.entry-content {
margin-top: 2em;}


.pgcu_title {
  display:none;
}

.entry-meta .posted-on {
display: none;
}

.author-date > li:last-child:before {
 display: none;
}

.author-date {
    margin-top: 15px;
    margin-bottom: 20px;
    border-top: 1px solid #e4e4ed;
    padding-top: 5px;
  color: #fff;
}

@media only screen and (max-width: 960px) { 
.wp-show-posts-entry-summary {
    padding: 0.8rem;
    font-size: 0.9rem;
}
  }

@media only screen and (max-width: 960px) { 
.pgcu_carousel_navigation .pgcu_nav span {
    display: inline-block;
    line-height: 40px;
    width: 40px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #e4e4ed;
    border-radius: 0px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
.icon-arrow-left.slide-2695 {
  position: absolute;
  top: 0px;
  margin-top: -60px;
    z-index: 100;
    left: 0px;
}
.icon-arrow-right.slide-2695 {
    position: absolute;
    top: 0px;
    margin-top: -60px;
    z-index: 100;
    right: 0px;
}
  .pgcu_title {
  display:block;
  font-size: 38px;
  font-weight: 700;
}
  .pgcu_title:before {
  display:none;
  }
}


.site-description  {
  	display: none;
}

@media only screen and (max-width: 960px) { 
.site-description {
     position: absolute;
  	display: block;
    top:105px;
    left:24px !important;
    font-weight: 600 !important;
    font-size: 16px;
    color: #000000;
}
	p.has-background {
    padding: 25px !important;
}
	.grau {
    background-color: #E5E3E3;
    color: #000;
    text-transform: uppercase;
    padding: 25px 25px 100px 25px !important;
    line-height: 1.4em;
}
	.has-large-font-size {
    font-size: 1em !important;
}
	#kreis {
		position: absolute;
    top: 59px;
    right: 22%;
    width: 80px;
    height: 80px;
    z-index: 10;
    transform: rotate(2deg);
    background-size: cover;
    border-radius: 50%;
    /* background-color: #d83027; */
    background-color: #98B1DD
}
	.zitater {
    position: absolute;
    bottom: 50px !important;
    right: 25px !important;
    font-size: .5em !important;
    text-transform: uppercase;
}
	  
 /*.quote::before {
    margin-left: -10px !important;
}*/
}

	p.has-background {
    padding: 1.2em !important;
}

/* .kachel {font-size: 2.4em;} */
@media only screen and (min-width: 960px) and (max-width: 1024px) {
	.textwidget p {
    margin-bottom: 0;
    font-size: 1.6rem !important;
    font-weight: normal;
}
} 

@media only screen and (min-width: 1400px) {
	.textwidget p {
    margin-bottom: 0;
    font-size: 2.1rem !important;
    font-weight: normal;
}
	.main-navigation .main-nav ul li a {
    font-size: 1.4rem;
}
	.main-navigation .main-nav ul li a:hover {
  font-size: 1.4rem;
	}
} 