/*
Theme Name: LawJournal 2020
Description: Das LawJournal 2020 Theme. Basierend auf TwentySeventeen.
Author: Maximilian Tränkner
Author URI: law-school.de
Template: twentyseventeen
Version: 1.0.1
Text Domain: lawjournal-2020
*/

article {
	text-align: justify
}
.pageinfo-box {
	  width: 100%;
    min-height: 56px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #e6e6e6;
    clear: both;
    display: inline-block;
}
.wrap {
	max-width: 90%;
}

@media screen and (min-width: 48em) {
	.wrap {
		max-width: 90%;
	}
}

.page.page-one-column:not(.twentyseventeen-front-page) #primary {
	max-width: 90%;
}

@media screen and (min-width: 30em) {
	.page-one-column .panel-content .wrap {
		max-width: 90%;
	}
}
.homesite-infobox-left {
    width: 30%;
    display: inline-block;
    float: left;
    padding-right: 27px;
}
.homesite-infobox-right {
    width: 70%;
    display: inline-block;
    float: left;
    padding-left: 27px;
}
@media (max-width: 643px) {
 .homesite-infobox-left, .homesite-infobox-right {
    width: 100%;
    padding-right: 0px;
	  padding-left: 0px;
 }
}

.editora {
    display: inline-block;
    height: 125px;
    width: 50%;
    min-width: 300px;
    margin-bottom: 20px;
    float: left;
}
.editorn {
    display: inline-block;
    margin-left: 20px;
		margin-top: 20px;
    height: 125px;
}
.editora img {
    float: left;
}
img.alignnone {
    margin-top: 5px;
    margin-bottom: 5px;
}
@media (max-width: 643px){
.homesite-infobox-right {
    padding-top: 40px;
	}
}
@media (min-width: 760px) {
.navigation-top {
position: fixed;
top: 0px;
width: 100%;
height: 70px;
}
}
@media (min-width: 760px) {

.custom-header {
position: relative;
padding-top: 70px;
}
}
.custom-header {
	margin-bottom: 0px!important;
}
.home .site-branding{
	margin-bottom: 40vh!important;
	
}
@media screen and (max-width: 48em){
	.home .custom-header{
	height:40vh!important;
	}
}

.wcblp{
	margin:7px;
	vertical-align: middle;
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}
.link-wcblp{
	box-shadow: none!important;
	-webkit-box-shadow: none!important;
}

.linkbtn {
    text-decoration: none;
    font-size: 120%;
    font-weight:600;
    color: #FFF ;
    border: 1px solid #FFF;
	margin-top: 10px;
    padding: 0.65em 1.7em;
    display: inline-block;
    overflow: hidden;
    border-radius: 2px;
    transition: all 0.6s ease 0s;
    cursor: pointer;
}
h1.entry-title {
	font-size: 1.6rem !important;
}
h2.entry-title {
	font-size: 1.3rem !important;
}

a.linkbtn:hover{
  background:#ffffff;
  color: #000;
}
