/* @import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed&display=swap'); */
@import url('./fonts/Roboto/font.css');

:root {
    --primaryColor: #C8B28D;
    --secondaryColor: #7275A0;
}

body{
    background: url('https://www.styles.de/wp-content/uploads/2019/05/pattern_6.png') fixed;
}

.breadcrumbWrapper{display:none;}

.collapse{
    border-top: 3px solid var(--primaryColor);
    margin-top:40px;
    margin-left:-15px;
    margin-right:-15px;
}

.mainmenu-container {
    background:#fff;
}
.inner-wrapper > .container{
    background:#fff;
    padding-bottom: 30px;
}

body.page .inner-wrapper > .container{
    padding-left:35px;
    padding-right:35px;
}

.mainmenu-container .navbar{
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0;
    padding-bottom: 20px;
}

.menu-mainmenu-container{
    width:100%;
    padding-bottom: 30px;
    margin-left:15px;
    margin-right:15px;
}

#menu-mainmenu{

}

#menu-mainmenu li{
}

#menu-mainmenu li a{
    text-align:center;    
    font-family: 'Roboto';
    font-size: 18px;
    font-weight: 400;
    padding: 10px 20px;
    line-height: 1;
    border: none;
    display: block;
    color:#25282A;
}
#menu-mainmenu li.current-menu-item a,
#menu-mainmenu li a:hover{
    color:#fff;
    background-color: var(--primaryColor);
}
.top-banner{
      display:block;
      width:70%;
      float:right;
      margin-top:18px;
      margin-right:20px;
  }

.button{
    background-color: var(--primaryColor);
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    padding:20px 30px;
    color:#fff;
}

.mt40{
    margin-top: 40px;
}
.mt20{
    margin-top: 20px;
}

.row > div > img{
    margin-bottom:40px;
}

/* FORM*/
form .form-control:valid{
    border-color: #ced4da !important;
}
form .form-control{
    background: #f0f0f0;    
    border-radius: 0;
}
form .form-control:focus{
    border-color: #ced4da !important;
}
.formMessageContainer.success{
    margin-top:15px;
}
form .preloader{
    background: url('./img/preloaders.gif');
    width: 32px;
    height: 32px;
    margin-top: 15px;
}
button {
    border-radius: 0 !important;
    background-color: var(--primaryColor);
    color:#fff;
}

/*FORM END*/

/* POSTLIST SMALL */
.postList-item.small{
    margin-bottom:15px;
}

.postList-item.small a {
    display: block;
    position: relative;
}
.postList-item.small a img{
    
}
.postList-item.small .content{    
    position: absolute;    
    left:15px;
    right:15px;
    bottom:10px;
    padding: 40px 20px 20px;

    background: linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.4)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0);
}

.postList-item.small .content .category-item{ display:none;}
.postList-item.small .content .category-item:nth-child(1){
    display:inherit;    
    padding-bottom:14px;
    margin-bottom:14px;
}
.postList-item.small .content .category-item a{
    display: inline;
    color:#fff;
    text-decoration: none;
    font-size:12px;
    font-weight: 700;
    border-bottom:2px solid #fff;
    padding-bottom:14px;
}
.postList-item.small .content h2 a{
    color:#fff;
    font-family: Roboto;
    font-size: 16px;
    line-height:18px;
}

.postList-item.small .content .excerpt-item{
    display:none;
}

/* POSTLIST MEDIUM */
.postList-item.medium {
    margin-bottom:40px;
}
.postList-item.medium .content .category-item,
.postList-item.medium .content .excerpt-item{
    display:none;
}
.postList-item.medium .content h2{
    line-height: 26px;
}
.postList-item.medium .content h2 a{
    color:#25282A;
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;    
}
.postList-item.medium img{
    margin-bottom:20px;
}
.postList-item.medium.extended .category-item{
    display: inline-block;
}
.postList-item.medium.extended .category-item a{
    background-color: var(--primaryColor);
    font-weight: bold;
    padding: 10px 16px;
    margin:20px 0;
    color: #FFF;
    display: inline-block;
}
.postList-item.medium.extended .excerpt-item{
    display: inherit;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}
/* POSTLIST DEFAULT */
.postList-item .content .category-item{ 
    
}
/*.postList-item .content .category-item:nth-child(1){
    display:none;
}*/
.postList-item .content .cat-top{
    display:none;
}

.postList-item img{
    margin-bottom:10px;
}
.postList-item .content h2{
    line-height: 14px;
}
.postList-item .content h2 a{ 
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #25282A;
    display: block;
    line-height: 26px;
}
.postList-item .content .category-item a{
    color: var(--primaryColor);
    font-size: 12px;
    font-weight: 700;
}
.postList-item .content .excerpt-item{
    display: none;
}

.postList-item:hover a img{
    opacity: 0.5;
    transition: opacity 0.4s ease-out 0s;
}

/* POSTLIST SIDEBAR PLAIN*/
.sidebar-item .postList-item.plain .content{    
    background: #F0F0F0;
    padding: 26px 15px;
    margin-bottom: 10px;
} 
.sidebar-item .postList-item.plain img{
    display:none;
}
.sidebar-item .postList-item.plain:nth-child(2) img{
    display:block;
    margin-bottom:0;
}

/*POSTLIST SIDEBAR DEFAULT */
.sidebar-item .postList-item.default{
    margin-bottom: 20px;
}
.sidebar-item .postList-item.default > a{
    display:block;
    float: left;
    width: 35%;
    padding-right: 10px;
}
.sidebar-item .postList-item.default .content{
    font-size: 16px;
    display:block;
    float: left;
    margin-top: -8px;
    width: 65%;
}
.sidebar-item .postList-item.default .content h2 a{
    line-height: 18px;
    font-size: 12px;
    margin-top:6px;
    display:block;
}

.sidebar-item .postList-item.author img{
    border-radius: 50%;
}
.sidebar-item .postList-item.author .content{
    text-align: center;
}

.post-list-pagination{
    width:100%;
    padding: 0 15px;
}
.post-list-pagination .page-numbers{
    text-decoration:none;
    display: block;
    color: #7C7C7C;
    font-size: 14px;
    padding: 4px 10px;
    margin: 0 4px 0 0;
    background: #F0F0F0;
    float: left;
}
.post-list-pagination .page-numbers.current,
.post-list-pagination .page-numbers:hover{
    background-color: var(--primaryColor);
    color:#fff;
}

.boxtitle{
    background: #F0F0F0;
    border-left: 3px solid var(--primaryColor);
    padding: 9px 15px 10px;
    font-size: 18px;
    line-height: 140%;
    font-family: 'Roboto';
    font-weight: normal;
    color: #25282A;
    margin-bottom: 15px;    
}

.boxtitle_arrow {
    background-color: var(--primaryColor);
    color: #fff;
    padding: 9px 15px 10px;
    font-size: 18px;
    line-height: 140%;
    font-family: 'Roboto';
    font-weight: normal;
    margin-bottom: 15px;
    position: relative;
}
.boxtitle_arrow:before{
    bottom: -16px;
    position: absolute;
    /* content: url(/wp-content/uploads/2019/05/arrow.png); */
    left: 20px;
}
/*http://localhost/wordpress9/wp-content/uploads/2019/05/arrow.png*/

.boxtitle_arrow.gray{
    background-color: #f0f0f0;
    color: #25282A;
    border-left: 4px solid var(--primaryColor);
}

h1{
    font-size: 55px;
    font-weight:700;
    font-family: 'Roboto';
    margin-bottom: 30px;
}
h2{
    font-family: 'Roboto';
    font-weight: 300;
    font-size: 55px;    
}
h2 b{
    font-weight: bold;
}
h3{
    font-size: 42px;
    font-style: normal;
    font-weight: 700; 
    margin-bottom:20px;
}
a, a:hover, .pink{
    color:var(--primaryColor);
}

div.underline {
    border-bottom:1px solid #e9e9e9;
}

/*SINGLE*/
.single .title-item{
    font-size: 55px;
    font-weight:700;
    font-family: 'Roboto';
    border-bottom: 1px solid #E9E9E9;
}
.single .categories-item{
    padding: 0px 0 10px 0;
}
.single .categories-item a{
    font-family: arial;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    color: var(--primaryColor);
}
.single .categories-item a:hover{
    text-decoration: underline;
}
.single .single-content{

}
.single .single-content .image-item{
    padding-bottom: 40px;
}
.single .single-content .author-item{
    position: sticky;
    bottom:16px;
    max-width:112px;
}
.single .single-content .author-item .excerpt-item{
    display:none;
}
.single .single-content .author-item a:hover,
.single .single-content .author-item a:hover h2{
    color:var(--primaryColor);
}
.single .single-content .author-item a h2{
    color: #333;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;    
}
.single .single-content .author-item a img{
    border-radius: 50%;
    padding-bottom: 10px;
}

.author-line {

}
.author-line .image-item{
    float:left;
}
.author-line .image-item img{
    border-radius: 50%;
    max-width: 60px;
    margin: 7px 0 0 20px;
}
.author-line .title-item{
    float:left;
}

.author-list{
    padding:20px 0;
}
.author-list > a{
    display:block;
    float:left;
    width:20%;
}
.author-list > a img{
    border-radius: 50%;
}
.author-list .content{
    float:left;
    width:70%;
    margin-left:10%;
}
.author-list .content h2{
    
}
.author-list .content .excerpt-item{
    display:block;
}

.announcement {
    padding:30px;
    background:#f0f0f0;
}
.announcement p{
    margin:0;
    padding:0;
}
.announcement b{
    font-family: Roboto;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
}

.footerContainer.container {
    background:#363B40;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    color:#9DA4AB;
}

.footerContainer.container .footer{
    padding:30px 20px 10px
}

.footerContainer.container ul#menu-footermenu{
    float: right;
}
.footerContainer.container ul#menu-footermenu li {
    display: inline-block;
}

.footerContainer.container ul#menu-footermenu li a{
    color:#fff;
    padding:0 10px;
}

@media screen and (max-width: 991px) {
    .menu-mainmenu-container{
        margin-right: 15px;
        margin-left: 0;
    }
    .navbar-toggler{
        float:right;
        margin-top: 40px;
        margin-right:20px;
    }
    .navbar-collapse{
        margin-top:0;
    }
  }

  @media screen and (max-width: 1199px) {
    .top-banner{
        display:none;
    }
  }