/**handles:koha-style**/
/*!
Theme Name: Koha
Theme URI: http://underscores.me/
Author: Alle
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
*/

.breadcrumbs ul li {
    display: inline-block;
    padding-right: 5px;
    font-size: 15px;
    color: #6a6a6a;
    margin: 0px;
    font-weight: 600;
    text-transform: uppercase;
}
.second-sec .blog-imgs {
    float: right;
}
.widget_text h2, .sidebar_widget h2 {
    font-size: 14px;
    color: #0e3e7f !important;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 0px;
}
.search-box
{
    display:none;
}
.navbar-brand.logo {
    max-width: 130px;
}
.footer-logo img {
    max-width: 130px;
}
.error_page a {
    color: #fff;
    background: #003d57;
    border: none;
    padding: 10px 25px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 20px;
}
.error404 section.banner-sec h2 {
    background: #00000036;
    color: #fff;
}
.error_page a:hover {
    background: #94b6d9;
}

/*==================24============*/
.main_blog .blog-grid:hover {
    background: #fff;
    box-shadow: 0 5px 30px #dbdbd3;
    height: 100%;
}

.main_blog a.btn-bot {
    background: #94aec9;
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    font-size: 20px;
    margin:  0;
    border: 2px solid transparent;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
section.main_blog .blog-grid {
    padding: 10px 10px;
}
section.main_blog .blog-grid h2 {
    font-size: 30px;
    color: #94aec9;
    text-transform: uppercase;
    min-height: 100px;
    padding-top: 20px;
}
section.main_blog .blog-grid p {
color: #6e6e6e;
font-size: 14px;
line-height: 30px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}

.blog-title {
    padding: 40px 0px 0px;
}
.blog-title h1 {
    font-family: 'Open Sans' !important;
    font-size: 65px !important;
    text-transform: uppercase;
}
.blog-title h1:before {
    width: 0px !IMPORTANT;
}
.blog-title h1:after {
    width: 0px !IMPORTANT;
}
section.main_blog .navigation ul li a {
    font-size: 28px;
    color: #636363;
    font-weight: 500;
}
section.main_blog .navigation ul li {
    display: inline-block;
    padding-right: 8px;
}
section.main_blog .navigation
{
    text-align:center;
    margin : auto;
    padding: 40px 0px;
}

section.main_blog .container {
    display: -webkit-flex; /* Safari */
    display: flex;
    flex-wrap: wrap;
}

section.main_blog .container .row.top_pagination {
    width: 100%;
    display: inline-block;
    order: 1;
}
.row.bottom_pagination {
    width: 100%;
    display: inline-block;
    order: 3;
}
section.main_blog .container .row:nth-child(1) {
    order: 2;
    margin:30px 0px;
}
section.alle-beitrage-sec h1 {
    margin-top: 40px;
}
.blog-right-text {
    margin-top: 20px;
}

section.blog-home .row {
 order: 1;
 width: 100%;
 margin: 0px;
}
section.blog-posts-sec {
    order: 2;
}
section.blog-home {
    display: flex;
    flex-wrap: wrap;
}
.navigation .page {
    background: transparent !important;
    border: 0px !important;
    font-size: 30px;
    color: #636363 !important;
    font-weight: 600;
    background: none;
    border: 0px;
    padding: 0 !important;
}
.navigation ul li a {
    color: #000;
    border: none !IMPORTANT;
}
.navigation  a.next {
    font-size: 30px;
    color: #636363;
    font-weight: 600;
    background: none;
    border: 0px;
    padding: 0;
}
.wp-paginate a:hover {
    background: none !important;
    color: #636363 !important;
}
.home_pagination.top_pagination {
    padding-top: 40px;
}
.navigation ol li {
    padding: 0px 8px;
}
.home_pagination.bottom_pagination {
    margin: 50px 0px;
}

a.prev {
    background: transparent !important;
    border: 0px !important;
    font-size: 30px;
    color: #636363 !important;
    font-weight: 600;
    background: none;
    border: 0px;
    padding: 0 !important;
}

@media only screen and (max-width: 767px){
	.blog-title h1 {
	    font-size: 26px !important;
	}
	section.main_blog .navigation ul li a {
	    font-size: 16px;
	}
	section.main_blog .blog-grid h2 {
	    font-size: 19px;
	    min-height: 40px;
	 }
	section.main_blog .container .row.top_pagination {
	    margin: 0px;
	    margin-top: 10px;
	}
	.row.bottom_pagination {
	    margin: 0px;
	}
	.mobile_image {
	    display: none;
	}
	.blog-right-text h3 a {
	    font-size: 30px !important;
	    line-height: 30px !important;
	}
	.blog-right-text h3 span {
	    font-size: 30px !important;
	    line-height: 30px !important;
	}
	section.main_blog .navigation{
	    padding: 15px 0px;
	}
	.row {
	    margin: 0px !important;
	}
	.blgo-bottom-content {
	    padding: 0px 20px;
	}

}

@media (min-width: 1200px){
	.container {
	    max-width: 1200px !important;
	}
}

@media only screen and (max-width: 2500px) and (min-width: 2301px){
	section.blog-posts-sec {
	    padding: 200px 120px !important;
	}
	.wpb_single_image.wpb_content_element.vc_align_left.blgo-1img figure.wpb_wrapper.vc_figure {
	    width: 100%;
	}

}

@media only screen and (max-width: 8000px) and (min-width: 2501px){
	section.blog-posts-sec {
	    padding: 200px 120px !important;
	}
	.wpb_single_image.wpb_content_element.vc_align_left.blgo-1img figure.wpb_wrapper.vc_figure {
	    width: 100%;
	}
	.blog-imgs h5 {
	    right: 350px !important;
	    left: auto;
	}
	.blog-imgs h5 {
	    right: 350px !important;
	    left: auto;
	}
	.second-sec .blog-imgs h5 {
	    right: auto !IMPORTANT;
	    left: 400px;
	}

}
@media only screen and (max-width: 1400px) and (min-width: 1025px){
.blog-imgs .blgo-2img {
    width: 350px;
    padding-right: 40px;
}

}

/* .blgo-bottom-content {
    padding-top: 200px;
} */

.post-title-s{
    margin-top: 2em;
    margin-bottom: 2em;
}

.post-title-s h1{
    font-size: 40px;
    color: #94aec9;
    font-weight: 400;
    text-transform: uppercase;
}

.header-sec{
    overflow: hidden;
}

section.header-sec nav.navbar.navbar-expand-lg.navbar-light{
    width: 85%!important;
    float: left;
    display: inline-block;
}

span.hara-sl {
    float: right;
    width: 30%;
    top: 2em;
    bottom: 1em;
    text-align: right;
    display: block;
    margin-top: 3em;
    color: #003D5A;
}
.widget-start h2{
    color: #212529 !important;
    font-weight: 500;
    font-size: 2em;
    text-transform: capitalize;
}

.entry-title-start,
.entry-title-start a{
    font-size: 50px;
    color: #cbb49d;
    letter-spacing: 5px;
    text-transform: uppercase;
    line-height: 75px;
}

.post-tag-container{
    margin: 0 auto;
    display: block;
    overflow: hidden;
    text-align: center;
    width: 250px;
}
.post-tag{
    background: #e1e0db;
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    flex-direction: column;
    text-align: center;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: auto;
}
.entry-content-start p{
    font-size: 14px;
    line-height: 24px;
    color: #6a6a6a;
    font-weight: 400;
}
.article-start {
    display: block;
    margin: 3em 0;
}
.entry-meta,
.entry-meta a{
    font-size: 22px;
    font-style: italic;
    color: #6a6a6a;
}
.entry-meta a {
    text-decoration: underline;
}
.entry-footer,
.entry-footer a{
    font-style: italic;
    color: #6a6a6a;
}
.entry-footer a {
    text-decoration: underline !important;
}

.blog-grid img{
    max-width: 100%;
    height: auto !important;
}
.entry-content,
.entry-content p{
    color: #6a6a6a;
    line-height: 1.8em;
}
.entry-content a,
.entry-meta-top a{
    color: #a1bdd1;
}
.entry-meta-top{
    color: #6a6a6a;
}
a{
    color: #a1bdd1;
}
.back-button{
    display: block;
    width: 100%;
}

.search-input{
    background: none;
    border: none;
    outline: none;
    width: 28px;
    min-width: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    line-height: 18px;
    margin: 5px 0;
    font-size: 14px;
    -webkit-appearance: none;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    cursor: pointer;
    color: #fff;
}
/* Header Text */
.textHeader{
    color: #003D5A;
    font-size: 14px;
    padding-left: 15%;
}

@media only screen and (min-width: 1200px){
    .textHeader{
        padding-left: 50%;
        color: #003D5A;
        font-size: 14px;
    }
}

@media only screen and (max-width: 1199px){
    .textHeader{
        padding-left: 40%;
        color: #003D5A;
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px){
    .textHeader{
        font-size: 10px;
        padding-left: 5%;
        color: #003D5A;
    }
}

@media only screen and (max-width: 767px){
    .textHeader{
        display: none;
    }
}

/* Start Header Search */
#wrap {
  display: inline-block;
  position: relative;
  padding: 0;
  top: 2em;
  float: right;
  color: #003D5A;
}

input[type="text"] {
  height: unset;
  font-size: unset;
  display: inline-block;
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 20px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

input[type="text"]:focus:hover {
  border-bottom: 1px solid #003D5A;
}

input[type="text"]:focus {
  width: 200px;
  z-index: 1;
  border-bottom: 1px solid #003D5A;
  cursor: text;
  color: #003D5A;
}
input[type="submit"] {
  height: unset;
  width: unset;
  display: inline-block;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  cursor: pointer;
  transition: opacity .4s ease;
}

input[type="submit"]:hover {
  opacity: 0;
}

@media only screen and (max-width: 992px) {
    section.header-sec nav.navbar.navbar-expand-lg.navbar-light{
        width: 75%!important;
    }
}

@media only screen and (max-width: 433px) {
    section.header-sec nav.navbar.navbar-expand-lg.navbar-light{
        width: 70%!important;
    }
}

@media only screen and (max-width: 480px) {
    input[type="text"]:focus {
        width: 150px;
    }
}

@media only screen and (max-width: 410px) {
    input[type="text"]:focus {
        width: 125px;
    }
}

@media only screen and (max-width: 360px) {
    .mobile-disable{
        display: none;
    }
    section.header-sec nav.navbar.navbar-expand-lg.navbar-light{
        width: 100%!important;
    }
}
/* End Header Search */

/* Start Cloud Tags */
.tagCloud a {
    color: #fff;
    display: inline-block;
    margin: 0 4px 8px 0;
    padding: 2px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 14px!important;
}

.tagCloud li {
    display: inline;
}

/* Change color based on font-size */
.color-10, .color-11, .color-12, .color-13   {
    background-color: #CCD9E8;
 }

 .color-11, .color-12, .color-13, .color-14 , .color-15 , .color-16 , .color-17, .color-18, .color-19, .color-20, .color-21   {
    background-color: #CCD9E8;
 }

 .color-21, .color-22, .color-23, .color-24 , .color-25 , .color-26 , .color-27, .color-28, .color-29, .color-30, .color-31, .color-32   {
    background-color: #94ADCB;
 }

 .color-33, .color-34, .color-35 {
    background-color: #94ADCB;
 }

 .color-21:hover, .color-22:hover, .color-23:hover, .color-24:hover, .color-25:hover, .color-26:hover, .color-27:hover, .color-28:hover, .color-29:hover, .color-30:hover, .color-31:hover, .color-32:hover {
    background-color: #fff;
 }

 .color-33:hover, .color-34:hover, .color-35:hover {
    background-color: #fff;
 }
/* End Cloud Tags */

/* Start Main page */
div#frontThumbnail img {
    height: 250px;
    object-fit: cover;
    width: auto;
}

.frontTitle{
    display: flex;
    justify-content: center;
    padding-top: 20px;
    font-size: 30px;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
    .frontTitle{
    padding-top: unset;
    padding-bottom: 25px;
    }
}


div#frontText p{
    padding-top: unset;
    font-size: 14px;
    color: #6a6a6a;
    font-weight: normal;
    max-width: unset;
    padding-bottom: 30px;
    text-transform: unset;
    margin: 0 auto;

}
/* Image-White-Boxes */
.opacityImg{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    opacity: 0.6;
    transform: translate(-50%, -50%);
    padding: 10%;

    background-color: #fff;
}
/* .boxleftold {
    position: absolute;
    top: 50%;
    margin-left: 30%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 5%;
    background-color: red;
    font-size: 28px;

}

.boxcenterold {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: black;
    padding: 6%;
    background-color: red;
    font-size: 28px;
}

  .boxrightold {
    position: absolute;
    top: 50%;
    margin-left: 70%;
    transform: translate(-50%, -50%);
    color:#fff;
    padding: 5%;
    background-color: red;
    font-size: 28px;
} */

/* @media only screen and (max-width: 1199px) {
    .opacityImg {
        top: 54%;
    }
    .boxleft, .boxcenter, .boxright {
        top: 54%;
    }
}

@media only screen and (max-width: 1077px) {
    .boxcenter {
        padding: 5%;
    }
    .boxleft, .boxright {
        padding: 3%;
    }
}

@media only screen and (max-width: 835px) {
    .boxcenter {
        padding: 3%;
        font-size: 20px;
    }
    .boxleft, .boxright {
        padding: 2%;
        font-size: 20px;
    }
}

@media only screen and (max-width: 575px) {
    .boxcenter {
        font-size: 16px;
    }
    .boxleft, .boxright {
        font-size: 16px;
    }
    .frontTitle{
        font-size: 16px;
    }
}

@media only screen and (max-width: 430px) {
    .boxcenter {
        top: 60%;
        font-size: 14px;
    }
    .boxleft, .boxright {
        top: 60%;
        font-size: 14px;
    }
    .opacityImg {
        top: 60%;
    }
}

@media only screen and (max-width: 333px) {
    .boxcenter {
        font-size: 12px;
    }
    .boxleft, .boxright {
        font-size: 12px;
    }
} */

.boxleft{
    position: absolute;
    top: 50%;
    margin-left: 30%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    font-size: 28px;
    width: 300px;
    height: 300px;
    display: table;
}

.boxcenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    font-size: 28px;
    width: 300px;
    height: 300px;
    display: table;
}

  .boxright {
    position: absolute;
    top: 50%;
    margin-left: 70%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    font-size: 28px;
    width: 300px;
    height: 300px;
    display: table;
}

@media only screen and (max-width: 1581px) {
    .boxleft, .boxcenter, .boxright {
        width: 250px;
        height: 250px;
    }
}

@media only screen and (max-width: 1350px) {
    .boxleft, .boxcenter, .boxright {
        width: 200px;
        height: 200px;
        font-size: 26px;
    }
}

@media only screen and (max-width: 1199px) {
    .opacityImg {
        top: 54%;
    }
    .boxleft, .boxcenter, .boxright {
        top: 54%;
    }
}

@media only screen and (max-width: 1086px) {
    .boxleft, .boxcenter, .boxright {
        width: 160px;
        height: 160px;
    }
}

@media only screen and (max-width: 876px) {
    .boxleft, .boxcenter, .boxright {
        width: 130px;
        height: 130px;
        font-size: 22px;
    }
}

@media only screen and (max-width: 696px) {
    .boxleft, .boxcenter, .boxright {
        width: 90px;
        height: 90px;
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {
    .frontTitle{
        font-size: 16px;
    }
}

@media only screen and (max-width: 503px) {
    .boxleft, .boxcenter, .boxright {
        width: 65px;
        height: 65px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 403px) {
    .boxleft, .boxcenter, .boxright {
        font-size: 13px;
    }
}

@media only screen and (max-width: 356px) {
    .boxleft, .boxcenter, .boxright {
        width: 55px;
        height: 55px;
        font-size: 11px;
    }
}

@media only screen and (max-width: 430px) {
    .boxcenter {
        top: 60%;
    }
    .boxleft, .boxright {
        top: 60%;
    }
    .opacityImg {
        top: 60%;
    }
}

  /* Cloud Tags Main page
  Unused
  .startCloudTag33{
    width: 30%;
    margin: 5px;
    font-size: 16px!important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #DFDFDF;
    color: #fff;
  } */

  .startCloudTag34{
    width: 30%;
    margin: 5px;
    font-size: 16px!important;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #CCD9E8;
    color: #fff;
  }

  .startCloudTag35{
    width: 30%;
    margin: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #94ADCB;
  }

 .startCloudTag35 a:hover{
    color: #fff;
    text-decoration: underline!important;
    }

  .color-front-33{
    font-size: 16px!important;
    color: #fff;
  }

  .color-front-34{

    font-size: 16px!important;
    color: #fff;
  }

  .color-front-35{
    font-size: 16px!important;
    color: #fff;
  }

@media only screen and (max-width: 425px) {
    .color-front-33, .color-front-34, .color-front-35 {
        font-size: 12px!important;
    }
}

@media only screen and (max-width: 330px) {
    .startCloudTag33, .startCloudTag34, .startCloudTag35 {
        margin: 3px;
    }
}

@media only screen and (max-width: 322px) {
    .color-front-33, .color-front-34, .color-front-35 {
        font-size: 11px!important;
    }
}

/* End Main page */

a:hover {
    color: #023f59;
}

/* Pagination */
@media only screen and (min-width: 460px) {
    .navigation {
        min-width: 100%;
    }
}

.navigation .page {
    font-size: 24px!important;
    font-weight: 100!important;
}

.wp-paginate .current {
    font-weight: bolder!important;
    color: #003d57 !important;
}

a.prev {
    font-size: 24px!important;
}

a.next {
    font-size: 24px!important;
}
.psac-post-carousel.psac-design-2 .psac-post-carousel-content{border:0px !important;}
.psac-post-title a, .psac-post-categories a{color: #a1bdd1;text-transform: uppercase;}

.home-carosal{max-width:1200px; margin:auto; width:100% }
.home-carosal > .psac-post-carousel-wrp{max-width:798px; margin:auto; width:100%}
.home-carosal .psac-slider-and-carousel .owl-nav{top:33% !important}
.home-carosal .psac-slider-and-carousel .owl-prev,
.home-carosal .psac-slider-and-carousel .owl-next{border: none !important; font-size:0; width:39px; height:72px;}
.home-carosal .psac-slider-and-carousel .owl-prev{background:transparent url('https://blog.ha-ra.de/wp-content/uploads/2020/10/owl-prev-bg.png') no-repeat !important;}
.home-carosal .psac-slider-and-carousel .owl-next{background:transparent url('https://blog.ha-ra.de/wp-content/uploads/2020/10/owl-next-bg.png') no-repeat !important;}

@media (min-width:1600px){
	.home-carosal > .psac-post-carousel-wrp{max-width:1120px;}
}
@media (min-width:1400px) and (max-width:1599px){
  .home-carosal > .psac-post-carousel-wrp{max-width:980px;}
}
@media (min-width:1024px){
  .home-carosal .psac-slider-and-carousel .owl-prev{left:-100px !important;}
  .home-carosal .psac-slider-and-carousel .owl-next{right:-100px !important;}
}

/* Ha-Ra Hacks */
.hackTopTitle{
	color:"#003D57!important";
	text-transform: unset;
}
.hackTopText{
	line-height: unset!important;
}

.tagCloudHacks{
	padding-top: 15px;
}

.tagCloudHacks li{
	display: inline;
}

.tagCloudHacks a {
    color: #9FABB5;
    display: inline-block;
    margin: 0 4px 8px 0;
    padding: 2px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	font-size: 14px!important;
	background-color: #F5F5F5;
}

.socialLinksHacks {
	padding-top: 20px;
    text-align: right;
}

.socialLinksHacks a{
    padding-right: 5px;
}

.socialLinksHacks span{
	color: #D5D5D5;
	padding-right: 10px;
}

.hacksNavigation{
	display: inline;
}

.rowHack {
	padding-top: 30px;
}

.rowHack::after {
	content: "";
	clear: both;
	display: table;
}

.colHack {
	float: left;
	width: 50%;
	padding: 5px;
  }

  @media only screen and (max-width: 767px) {
	.navigationDesktop{
		display: none;
	}
  }

  @media only screen and (min-width: 768px) {
	.navigationMobile{
		display: none;
	}
  }

  @media only screen and (max-width: 970px) {
	.imageDesktop{
		display: none;
	}
  }


  @media only screen and (min-width: 970px) {
	.imageMobile{
		display: none;
	}
  }