/* Anpassung Landingpage */

.page-template-seo_landingpage-php .panel-grid .widget_listcategorypostswidget ul li {
	display: inline-block;
	height: 210px;
	margin: 0 19px 0 0;
	padding: 0;
	width: 166px;
	position: relative;
	overflow: hidden;
}

.page-template-seo_landingpage-php .panel-grid .widget_listcategorypostswidget ul li a:nth-child(1) {
	position: absolute;
	top: 180px;
	width: 166px;
}

.page-template-seo_landingpage-php .panel-grid .widget_listcategorypostswidget ul li a:nth-child(2) {
	position: absolute;
	top: 13px;
	width: 166px;
}

/*Anpassung h1*/
.page-template-seo_landingpage-php .content .title-meta h1 {
    padding: 40px 0 10px;
    text-align: center;
    width: 100%;
}

.page-template-seo_landingpage-php .content h1 {
font-size: 40px;
line-height: 50px;
}

/*Linke Spalte weg*/
.page-template-seo_landingpage-php .content .blog-text {
    float: right;
    width: 100%;
}

/*Portfolio anpassen*/
.page-template-seo_landingpage-php .content .blog-content .home-portfolio .home-portfolio-left {
    display: none;
}

.page-template-seo_landingpage-php .content .blog-content .home-portfolio-right {
    float: right;
    width: 100%;
}

.page-template-seo_landingpage-php .content .home-portfolio-right .block-post {
    margin: 0 3% 20px 0;
    padding-bottom: 20%;
    width: 30%;
}

/* Anpassung h3 */
.page-template-seo_landingpage-php .content h3 {
    border-bottom: 1px solid;
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 20px;
    text-align: center;
}

.page-template-seo_landingpage-php .content content-full .blog-inside #icon {
    background-repeat: no-repeat;
    height: 40px;
    margin: 0 auto;
    width: 150px;
}

/* Small devices (tablets, 780px and up) */
@media (min-width: 780px) {

 .origin-widget.origin-widget-call-to-action-simple-light_dashed .origin-widget-button {
    margin-top: 2em;
    position: static;
}
}

/* Large devices (desktops, 	1200px and up) */
@media (min-width: 1200px) {

 .origin-widget.origin-widget-call-to-action-simple-light_dashed .origin-widget-button {
	float: right;
	margin-top: -3em;
}
}