/* SH LAYOUT */
.post-img div, .post-img {
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	height: 100%;
}
.post-title a {
	color: #000;
}
.layout1, .layout2, .layout3, .layout4, .layout5, .layout6 {
	padding-top: 15px;
	padding-bottom: 15px;
}
.layout2 .post-title, .layout3 .post-title, .layout4 .post-title, .layout5 .post-title, .layout6 .post-title, .layout7 .post-title {
	background-color: #fff;
}
.layout2 .post-img, .layout3 .post-img, .layout4 .post-img, .layout5 .post-img, .layout6 .post-img, .layout7 .post-img {
	height: auto;	
}
/* Ad tag fix */
.layout2 .row {
	position: relative;
}
.ad-tag {
	position: absolute;
	top: 0;
	padding: 1px 3px;
	font-size: 12px;
	background-color: #fff;
    color: #b42c49;
	z-index: 1;
}
/*********** - LAYOUT 1 - ***********/
.layout1 .col-12 {
	padding-left: 0;
	padding-right: 0;
}
/*********** - LAYOUT 2 - ***********/
.layout2 .post-img {
	padding-left: 0;
}
.layout2 .post-img.notst:after {
	transform-origin: left top;
    transform: skew(-10deg);
    top: 0;
    left: 95%;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    content: ' ';
    display: block;
}
/*********** - LAYOUT 3 - ***********/
.layout3 .post-title {
	padding: 20px;
}
/*********** - LAYOUT 4 - ***********/
.layout4 .post-title {
	padding: 20px;
}

/*********** - LAYOUT 5 - ***********/
.layout5 .post-title {
	padding: 20px;
}
.layout5-2 .post-img {
	height: 175px;
}
.layout5-2 .post-title h2 {
	font-size: 20px;	
}
.layout5-22 {
	padding-top: 20px;
	position: relative;
}
.layout5-22 .ad-tag {
	top: 20px !important;
}

/*********** - LAYOUT 5 (NY) - Tilføjelser fra Skysolution ***********/
 @media only screen and (min-width:768px) {
        .layout5 .parent {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            grid-column-gap: 30px;
            grid-row-gap: 30px;
        }
    }

    @media only screen and (max-width:767px) {
        .layout5 .div1,
        .layout5 .div2 {
            margin-bottom: 30px;
        }
    }
/*
    .layout5 .parent {
        padding-bottom: 15px;
        padding-top: 15px;
    }

*/
    .layout5 .div1 {
        grid-area: 1 / 1 / 3 / 2;
        background: #19436d;
        color: #fff;
    }

    .layout5 .div2 {
        grid-area: 1 / 2 / 2 / 3;
        background: #f71349;
        color: #fff;
    }

    .layout5 .div3 {
        grid-area: 2 / 2 / 3 / 3;
        background: #000;
        color: #fff;
    }

    .layout5 .parent a {
        position: relative;
    }

    .layout5 .parent .post-title {
        padding: 20px;
    }

    .layout5 .div1 .post-img {
        min-height: 450px;
    }

    .layout5 .post-img {
        height: 175px;
    }

    .layout5 .post-title h2 {
        font-size: 20px;
    }

    .layout5 .div1 h2 {
        font-size: 2rem;
    }

    .layout5 .post-img {
        height: 175px;
    }
/*********** - LAYOUT 6 - ***********/
.layout6 .post-title {
	padding: 20px;
}

.layout6-1 .post-img {
	height: 175px;
}
.layout6-1 .post-title h2 {
	font-size: 20px;	
}
.layout6-12 {
	padding-top: 20px;
	position: relative;
}
.layout6-12 .ad-tag {
	top: 20px !important;
}
/*********** - LAYOUT 6 (NY) - Tilføjelser fra Skysolution ***********/
    @media only screen and (min-width:768px) {
        .layout6-1 .parent {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            grid-template-rows: repeat(2, 1fr);
            grid-column-gap: 30px;
            grid-row-gap: 30px;
        }
    }

    @media only screen and (max-width:767px) {

        .layout6-1 .div1,
        .layout6-1 .div2 {
            margin-bottom: 30px;
        }
    }

    .layout6-1 .parent {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .layout6-1 .div1 {
        grid-area: 1 / 1 / 2 / 2;
        background: #fff;
    }

    .layout6-1 .div2 {
        grid-area: 2 / 1 / 3 / 2;
        background: #fff;
    }

    .layout6-1 .div3 {
        grid-area: 1 / 2 / 3 / 3;
        background: #fff;
    }

    .layout6-1 .parent a {
        position: relative;
    }

    .layout6-1 .parent .post-title {
        padding: 20px;
    }

    .layout6-1 .div3 .post-img {
        min-height: 450px;
    }

    .layout6-1 .div3 h2 {
        font-size: 2rem;
    }

/*********** - LAYOUT 7 - ***********/
.layout7 {
	padding: 15px 0 !important;
}
.layout7 a {
	width: 100%;
}
.layout7 .post-title {
	padding: 20px;
}
/** FOOTER **/ 
#footer-widget {
	background-color: #e30917;
	color: #fff;
	padding-top: 75px;
	padding-bottom: 75px;
}
.social-buttons li {
	text-align: center;
}
ul.social-buttons li a {
    font-size: 25px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #e30917;
    border-radius: 100%;
    outline: none;
    background-color: #fff;
}
ul.social-buttons li a:hover {
    background-color: #e30917;
	color: #fff;
	border-color: #fff;
}
#colophon {
	background-color: #cc1421;
	text-align: center;
}
#colophon .container {
	position: relative;
}
#colophon a {
	color: #fff;
}
#colophon li:not(:first-child):before {
	content: '|';
	color: #fff;
	padding-right: 10px;
	padding-left: 9px;
}
.grobowski {
	position: absolute;
	right: 15px;
	bottom: 25px;
}
.grobowski img {
	width: 20px;
}
.grobowski img:hover {
	transform: scale(1.2);
}
.f2 img {
	width: 100px;
	padding-bottom: 25px;
}
.f2 p:first-of-type {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 5px;
}
.f2 p:last-of-type {
	font-size: 14px;
}
/* MOBIL */
@media screen and (max-width: 767px) {
	.layout1 .post-title {
		padding: 15px;
	}
	.layout1 h2 {
		font-size: 40px;
	}
	.layout2 .post-title {
		padding: 20px;
	}
	.layout2 .post-title h2 {
		font-size: 20px;
	}
	.layout3-1 {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 15px;
	}
	.layout3-2 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.layout3 .post-img {
		height: 220px;
	}
	.layout3 .post-title h2 {
		font-size: 25px;
	}
	.layout4 .post-title h2 {
		font-size: 25px;
	}
	.layout4 .post-img {
		height: 220px;
	}
	.layout4-1 {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 15px;
	}
	.layout4-2 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.layout5 .post-title h2 {

	}
	.layout5-1 {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 15px;
	}
	.layout5-1 .post-img {
		height: 220px;
	}
	.layout5-2 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.layout6 .post-title h2 {

	}
	.layout6-1 {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-bottom: 15px;
	}
	.layout6-2 {
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.layout6-2 .post-img {
		height: 220px;
	}
	.layout7 .post-title h2 {
		font-size: 25px;
	}
	.layout7 .post-img {
		height: 250px;
	}
}
/* Tablet+ */ 
@media screen and (min-width: 768px) {
	/*.layout3-1, .layout3-2, .layout4-1, .layout4-2, .layout5-21, .layout5-22, .layout6-11, .layout6-12 {
		position: relative;
	}
	.layout3-1, .layout3-2, .layout4-1, .layout4-2 {
		
		min-height: 450px;
	}
	.layout5-21, .layout5-22, .layout6-11, .layout6-12 {
		height: 50%;
	}
	.layout3-1 .post-img, .layout3-2 .post-img, .layout4-1 .post-img, .layout4-2 .post-img, .layout5-21 .post-img, .layout5-22 .post-img, .layout6-11 .post-img, .layout6-12  .post-img {
		height: 75%;
		width: 100%;
	}
	.layout3-1 .post-title, .layout3-2 .post-title, .layout4-1 .post-title, .layout4-2 .post-title, .layout5-21 .post-title, .layout5-22 .post-title, .layout6-11 .post-title, .layout6-12 .post-title {
		position: absolute;
		bottom: 0;
	}
	.layout3 {
		height: 470px;
	}*/
	/** Det "gamle" **/
	.layout1 .post-title {
		padding: 30px;
	}
	.layout1 h2 {
		font-size: 55px;
	}
	.layout2 .post-title {
		padding: 30px;
	}
	.layout2 .post-title h2 {
		font-size: 40px;
	}
	.layout3 .post-title {
		min-height: 163px;
	}
	.layout3-1 {
	padding-left: 0 !important;
	}
	.layout3-2 {
		padding-right: 0 !important;
	}
	.layout3 .post-img {
		height: 310px;
	}
	.layout4 .post-title {
		min-height: 163px;
	}
	.layout4 .post-title h2 {

	}
	.layout4 .post-img {
		height: 300px;
	}
	.layout4-1 {
		padding-left: 0 !important;
	}
	.layout4-2 {
		padding-right: 0 !important;
	}

	.layout5-1 {
		padding-left: 0 !important;
	}
	.layout5-1 .post-img {
		height: 470px;
	}
	.layout5-2 {
		padding-right: 0 !important;
	}
	.layout6 .post-title {
		min-height: 112.5px;
	}
	.layout6 .post-title h2 {

	}
	.layout6-1 {
		padding-left: 0 !important;
	}
	.layout6-2 {
		padding-right: 0 !important;
	}
	.layout6-2 .post-img {
		height: 480px;
	}
	.layout7 .post-title h2 {

	}
	.layout7 .post-img {
		height: 500px;
	}
}

@media screen and (max-width: 1199px) and (min-width:768px) {
		.layout5 .post-title {
		min-height: 104.5px;
	}
}