/**
 * Theme Name:  hüller medienwerkstatt (2021)
 * Theme URI:   https://thethemefoundry.com/make/
 * Author:      The Theme Foundry
 * Author URI:  https://thethemefoundry.com
 * Description: Create your website without touching a line of code. Make's flexible customization features and a powerful drag and drop page builder make designing your site fun and easy. Build almost anything: a simple portfolio or photography site, an ecommerce business site, a minimalist blog, or even a professional magazine. You'll start by customizing your background, layouts, fonts, colors, and logo. Next, add and organize your content using the drag and drop page builder. Add a photo, a video, a gallery, or even a slider to any page on your website. Make is responsive, so your website will naturally look great on phones, tablets, and desktop screens. It's also fully compatible with popular plugins like WooCommerce, Gravity Forms, Contact Form 7, Jetpack, and WP PageNavi.
 * Version:     1.1.0
 * License:     GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Template: make
 * Text Domain: make-child
 * Domain Path: /languages/
 * Tags:        black, blue, green, gray, orange, red, white, yellow, dark, light, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, buddypress, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, photoblogging
 *
 * Make WordPress Theme, Copyright 2015 The Theme Foundry
 * Make is distributed under the terms of the GNU GPL
 */

/*
 * Add your custom styles below.
 * This version of the Make child theme is only compatible with Make 1.6.0 and above.
 */
 
/* FONTS */

@font-face {
font-family: 'geomanistregular';
	src: url('https://hueller-medienwerkstatt.de/webfonts/geomanist-regular-webfont.eot');
    src: url('https://hueller-medienwerkstatt.de/webfonts/geomanist-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-regular-webfont.woff2') format('woff2'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-regular-webfont.woff') format('woff'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-regular-webfont.ttf') format('truetype'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-regular-webfont.svg#geomanistregular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'geomanistregularitalic';
	src: url('https://hueller-medienwerkstatt.de/webfonts/geomanist-regular-italic-webfont.eot');
    src: url('https://hueller-medienwerkstatt.de/webfonts/geomanist-regular-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-regular-italic-webfont.woff2') format('woff2'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-regular-italic-webfont.woff') format('woff'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-regular-italic-webfont.ttf') format('truetype'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-regular-italic-webfont.svg#geomanistregularitalic') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'geomanistbold';
	src: url('https://hueller-medienwerkstatt.de/webfonts/geomanist-bold-webfont.eot');
    src: url('https://hueller-medienwerkstatt.de/webfonts/geomanist-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-bold-webfont.woff2') format('woff2'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-bold-webfont.woff') format('woff'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-bold-webfont.ttf') format('truetype'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-bold-webfont.svg#geomanistbold') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'geomanistbookitalic';
	src: url('https://hueller-medienwerkstatt.de/webfonts/geomanist-book-italic-webfont.eot');
    src: url('https://hueller-medienwerkstatt.de/webfonts/geomanist-book-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-book-italic-webfont.woff2') format('woff2'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-book-italic-webfont.woff') format('woff'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-book-italic-webfont.ttf') format('truetype'),
         url('https://hueller-medienwerkstatt.de/webfonts/geomanist-book-italic-webfont.svg#geomanistbookitalic') format('svg');
font-weight: normal;
font-style: normal;
}

body {
	font-family: 'geomanistregular';
}

h1, h2, h3, h4, h5 {
	font-family: 'geomanistbold' !important;
}

h4 {
	text-transform: uppercase;
}

h5 {
    font-size: 1.7rem;
    font-weight: normal;
    margin: 0;
}

.builder-text-section-title {
    margin-bottom: 0;
}

big {
    font-size: 2.4rem !important;
    line-height: 1 !important;
}

strong, bold,
.pt-cv-view strong, .pt-cv-view strong *,
.pt-cv-wrapper b, .pt-cv-wrapper strong {
	font-family: 'geomanistbold' !important;
	font-weight: 400 !important;
	letter-spacing: 0.05rem;
}

.pt-cv-content p {
	margin-bottom: 1.2rem;
}

.pt-cv-content p:last-child {
	margin-bottom: 0;
}

.pt-cv-view a {
    color: #000;
    text-decoration: underline !important;
}

.pt-cv-view a:hover {
    color: #FFF;
}

.pt-cv-view h4 a {
    text-decoration: none !important;
}
 
/* HEADER */
 
/* Logos + Social Media Icons */
 
#typologo {
	height: auto;
	left: 3.2rem;
	position: absolute;
	top: 20px;
	width: 100px;
	z-index: 10000;
}

@media only screen and (max-width: 799px) {
	#typologo {
		top: 80px;
	}
}

#balllogo {
	width: 114px;
	margin: 0 auto;
	transition: width 0.2s;
}

@media only screen and (max-width: 799px) {
	#balllogo {
		position: fixed;
		margin-top: 60px;
		transition: margin 0.2s;
		text-align: center;
		width: 100%;
		z-index: 29000;
	}
	
	#balllogo img {
		width: 114px;
		transition: width 0.2s;
	}
}

#balllogo.smaller {
	width: 70px;
	transition: width 0.2s;
}

@media only screen and (max-width: 799px) {
	#balllogo.smaller {
		margin-top: -23px;
		transition: margin 0.2s;
		text-align: center;
		width: 100%;
		z-index: 29000;
	}
	
	#balllogo.smaller img {
		width: 50px;
		transition: width 0.2s;
	}
}
 
#socialicons {
	height: auto;
	position: absolute;
	right: 3.2rem;
	text-align: right;
	top: 20px;
	width: auto;
	z-index: 30000;
}

@media only screen and (max-width: 799px) {
	#socialicons {
		position: fixed;
		top: 1rem;
	}
	
	#menu-social-menu {
		margin: 0;
		padding: 0;
	}
}

#menu-social-menu li {
	display: inline;
	margin-left: 5px;
}

.menu-image {
	max-width: 36px;
	transition: opacity 0.2s ease-in-out 0s;
}

.hovered-image {
	max-width: 36px;
	margin-left: -36px !important;
}   

.site-header-main {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 2.6rem;
}

@media only screen and (max-width: 799px) {
	.entry-header {
		padding-top: 20rem !important;
	}
}

#menu-hauptmenue {
	margin: 0;
}

/* MENÜ + SUB MENU */

#menu-bg {
    background: #f7f7f7;
	border-bottom: 3px solid #000;
	display: none;
    height: 60px;
	position: fixed;
    top: 0;
	width: 100%;
	z-index: 20000;
}

@media only screen and (max-width: 799px) {
	#menu-bg {
		display: block;
	}
}

.menu-toggle {
	border-radius: 0;
	background: transparent;
	border-bottom: 3px solid #000;
	color: #000;
	font-family: 'geomanistbold' !important;
	font-weight: normal;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 1.6rem 0 1.6rem 3.2rem;
	width: auto;
    z-index: 30000;
}

@media only screen and (max-width: 799px) {
	.mobile-menu {
		background: #FFF;
		left: 0;
		padding: 0 3.2rem;
		position: fixed;
		top: 60px;
		width: 100%;
		z-index: 30000;
	}
}

.site-navigation .menu-item-has-children a::after {
	display: none;
}

.site-navigation .menu li {
    margin: 1.6rem 0.8rem;
}

@media only screen and (max-width: 799px) {
	.site-navigation .menu li {
    	margin: 1.6rem 0;
	}
}

.site-navigation .menu li a {
	border-bottom: 3px solid #f7f7f7 !important;
}

@media only screen and (max-width: 799px) {
	.site-navigation .menu li a {
		border-bottom: none !important;
		letter-spacing: 0 !important;
	}
}

.site-navigation .menu li:hover {
	border-bottom: 3px solid #000 !important;
}

@media only screen and (max-width: 799px) {
	.site-navigation .menu li:hover {
		border-bottom: none !important;
	}
}

.site-navigation .sub-menu li,
.site-navigation .sub-menu li a,
.site-navigation .sub-menu li:hover {
	border-bottom: none !important;
}

.site-navigation .current_page_item,
.site-navigation .current-menu-item {
	border-bottom: 3px solid #000 !important;
}

@media only screen and (max-width: 799px) {
	.site-navigation .current_page_item,
	.site-navigation .current-menu-item {
		border-bottom: none !important;
	}
}

.site-navigation .menu li a {
    font-family: 'geomanistbold' !important;
    margin: 0;
    padding: 0;
}

.sub-menu {
    padding-bottom: 0.8rem !important;
    padding-top: 0.8rem !important;
}

.sub-menu li {
    margin: 0 !important;
}

.sub-menu a {
	border-bottom: none !important;
	display: inline-block;
	font-size: 2.4rem !important;
	letter-spacing: 1px;
	line-height: 1 !important;
	max-width: 100% !important;
	padding: 0.6rem 1.2rem !important;
	text-transform: uppercase !important;
	white-space: nowrap;
}

.sub-menu li.menu-level-3 a {
	font-size: 2.4rem !important;
	padding-left: 2.4rem !important;
	padding-right: 2.4rem !important;
	padding: 0.6rem 1.2rem !important;
}

.current-menu-item a,
.current_page_item a {
	border-bottom: 3px solid !important;
}

.sub-menu .current-menu-item a,
.sub-menu .current_page_item a {
	border-bottom: none !important;
}
 
/* HEADLINE */
 
.builder-text-section-title,
.builder-banner-section-title {
	text-align: center;
	font-size: 40px;
}

/* GRID */

.mgi_thumb {
	background: none !important;
}

.mgi_thumb_wrap {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/03/HMW-hg-dots.png');
	background-size: 400px;
}

.mg_box_inner:hover .mgi_thumb_wrap {
	background: none !important;
}

.mg_box_inner:hover .mgom_title {
    color: #FFF !important;
}

div.mg_post {
	font-family: 'geomanistbold';
	text-align: center;
}

div.mg_post:nth-of-type(1n+3) .mgom_40_0 {
	/*font-family: 'geomanistbold';*/
	font-size: 3.3rem ;
	line-height: 3.2rem;
}

@media only screen and (max-width: 1206px) {
	div.mg_post:nth-of-type(1n+3) .mgom_40_0 {
    	font-size: 2rem;
    	line-height: 2rem;
	}
}

div.mg_post:nth-of-type(2n+2) .mgom_40_0 {
	/*font-family: 'geomanistbold';*/
}

div.mg_post:nth-of-type(1n+2) .mgom_40_0 {
	text-transform: uppercase;
}

div.mg_post:nth-of-type(-n+2) .mgom_40_0 {
	font-size: 3rem ;
	line-height: 3rem;
}

@media only screen and (max-width: 1206px) {
	div.mg_post:nth-of-type(-n+2) .mgom_40_0 {
		font-size: 2rem;
		line-height: 2rem;
	}
}

div.mg_post:nth-of-type(4) .mgom_40_0 {
	/*font-family: 'geomanistbold';*/
	font-size: 6rem;
	line-height: 5rem;
}

@media only screen and (max-width: 1206px) {
	div.mg_post:nth-of-type(4) .mgom_40_0 {
		font-size: 4rem;
		line-height: 4rem;
	}
}

@media only screen and (max-width: 899px) {
	div.mg_post .mgom_40_0 {
		font-size: 5rem !important;
    	line-height: 5rem !important;
	}
}

@media only screen and (max-width: 799px) {
	div.mg_post .mgom_40_0 {
		font-size: 4rem !important;
    	line-height: 4rem !important;
	}
}

@media only screen and (max-width: 699px) {
	div.mg_post .mgom_40_0 {
		font-size: 3rem !important;
    	line-height: 3rem !important;
	}
}

#aktuelle-veranstaltungen .mgi_thumb_wrap {
	background: #FFF;
}

#aktuelle-veranstaltungen div.mg_post {
	font-family: 'geomanistbold';
	text-transform: uppercase;
}

/* CONTENT */

.builder-section-text.has-background {
	padding: 0;
}

.builder-section-text .builder-section-content {
	margin: 0;
	padding: 0;
}

#news-column-1.builder-text-column-1 {
	padding: 0.8rem 0 0 0;
}

#news-column-1 p {
	margin: 0;
}

#aktuelle-veranstaltungen-column-1.builder-text-column-1 {
    padding: 0.8rem 0 3.2rem 0;
}

hr,
.pt-cv-wrapper hr {
    border-top: 3px solid #000;
    width: 220px;
    margin: 0 auto;
    padding: 0.2rem 0;
}

.title-underline {
	padding: 0.4rem 0 2.9rem 0;
}

.page-archiv .title-underline {
	display: none !important;
}

.marks {
	height: auto;
	padding: 1.8rem 0;
	width: 60px;
}

#news-column-1.builder-text-column-3 .marks {
	padding: 0.8rem 0 4.4rem 0;
}

#news-column-1.builder-text-column-2 {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/03/HMW-marks.svg'), url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/03/HMW-marks.svg');
	background-position: center left, center right;
	background-repeat: no-repeat;
	background-size: 60px;
	padding-left: 7.8rem;
	padding-right: 7.8rem;
}

@media only screen and (max-width: 599px) {
	#news-column-1.builder-text-column-2 {
		background: none;
		padding-left: 0;
		padding-right: 0;
	}
}

.normaler-textblock {
	padding: 1.2rem 3.2rem 0 3.2rem !important;
}

.normaler-textblock p {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

.normaler-textblock ul {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
	float: none;
}

/*.normaler-textblock hr {
	margin-bottom: 2rem;
}*/

@media only screen and (max-width: 799px) {
	.normaler-textblock p,
	.normaler-textblock ul {
		max-width: 100%;
	}
}

.page-archiv .pt-cv-content p {
	max-width: 100%;
	margin-left: initial;
	margin-right: initial;
	text-align: initial;
	float: initial;
}

.normaler-textblock .builder-text-column-1 {
	padding: 0.8rem 7.8rem 0 7.8rem;
}

.normaler-textblock .builder-text-column-2 {
	padding: 3.3rem 7.8rem 0 7.8rem;
}

@media only screen and (max-width: 799px) {
	.normaler-textblock .builder-text-column-1,
	.normaler-textblock .builder-text-column-2 {
		padding: 3.3rem 0 0 0;
	}
}

#impressum-column-2 {
	padding: 0.8rem 7.8rem 0 7.8rem;
}

/* FOOTER */

#site-footer {
	border: none;
	padding-bottom: 3.2rem;
	padding-top: 4rem;
}

#site-footer .container {
	font-family: 'geomanistbold';
	max-width: 100%;
	padding: 0;
}

.site-footer .widget-area, .widget {
	margin: 0;
}

#menu-footermenue {
	margin: 0;
	padding-top: 3.2rem;
	text-align: center;
}

.widget li {
	display: inline;
}

@media only screen and (max-width: 799px) {
	.widget li {
    	display: block;
    	padding-bottom: 0;
	}
}

.site-footer a {
    padding: 0 0.8rem;
}

#media_image-2 {
	margin: 0 auto;
	width: 114px;
}

/* MARGINS */

.site-content .container {
	padding-bottom: 0;
}

#news {
	padding-left: 3.2rem !important;
	padding-right: 3.2rem !important;
	padding-top: 1.2rem !important;
}


#aktuelle-veranstaltungen {
	padding-left: 3.2rem !important;
	padding-right: 3.2rem !important;
	padding-top: 3.2rem !important;
}

#aktuelle-veranstaltungen-liste {
	margin: 0;
	padding: 0;
}

/* SLIDER */

.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background: transparent !important;
}

#new-royalslider-1 {
    position: fixed;
    bottom: 0;
    z-index: -10;
    max-width: 1280px !important;
}

.royalSlider:after {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/03/HWM-farbstreifen.png'), url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/03/HWM-farbstreifen.png');
	background-repeat: no-repeat;
	background-size: 25px auto, 25px auto;
	background-position: left 3.2rem center, right 3.2rem center;
	content: "";
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 300000;
}

@media only screen and (max-width: 799px) {
	#new-royalslider-1,
	.royalSlider:after {
		display: none !important;
	}
}

/* AKTUELLE VERANSTALTUNGEN */

.ttfmp-post-list-item-header {
	height: calc(100vw * 0.22);
}

@media only screen and (max-width: 799px) {
	.ttfmp-post-list-item-header {
		height: calc(100vw * 0.64);
	}
	.builder-section-postlist .ttfmp-post-list-item {
    	margin-bottom: 2rem;
	}
}

.veranstaltungen {
	background: #FFF;
	/*min-height: 400px;*/
	text-align: center;
}

body.home .ttfmp-post-list-item-thumb, .page-was-wir-tun .ttfmp-post-list-item-thumb{
	display: none;
}

.datum-veranstaltung {
	display: block;
	font-size: 3rem;
	margin-bottom: 1rem;
}

.ttfmp-post-list .ttfmp-post-list-item-header a,
.ttfmp-post-list .post-categories a {
    padding: 3rem 6rem;
}

.wort {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/04/HMW-veranstaltungen-wort.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

.wort .ttfmp-post-list-item-title {
	display: flex;
	font-size: 2.4rem;
	height: 350px;
  	justify-content: center;
  	flex-direction: column;
  	margin: 0;
}

.politik {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/03/HMW-veranstaltungen-politik.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

.politik .ttfmp-post-list-item-title {
	display: flex;
	font-size: 2.4rem;
	height: 350px;
  	justify-content: center;
  	flex-direction: column;
  	margin: 0;
}

.bewegtbild {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/04/HMW-veranstaltungen-bewegtbild.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

.bewegtbild .ttfmp-post-list-item-title {
	display: flex;
	font-size: 2.4rem;
	height: 350px;
  	justify-content: center;
  	flex-direction: column;
  	margin: 0;
}

.sound {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/04/HMW-veranstaltungen-sound.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

.sound .ttfmp-post-list-item-title {
	display: flex;
	font-size: 2.4rem;
	height: 350px;
  	justify-content: center;
  	flex-direction: column;
  	margin: 0;
}

.ausstellung {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/04/HMW-veranstaltungen-ausstellung.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

.ausstellung .ttfmp-post-list-item-title {
	display: flex;
	font-size: 2.4rem;
	height: 352px;
  	justify-content: center;
  	flex-direction: column;
  	margin: 0;
}

.tanz {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/04/HMW-veranstaltungen-tanz.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

.tanz .ttfmp-post-list-item-title {
	display: flex;
	font-size: 2.4rem;
	height: 352px;
  	justify-content: center;
  	flex-direction: column;
  	margin: 0;
}

@media only screen and (max-width: 1279px) {
	.ttfmp-post-list-item-title {
		height: auto !important;
	}
}

/* ARTIKEL BILDUNG */

.page-bildung h3.pt-cv-title {
	font-size: 4rem;
    text-align: center;
}

#aktuelleprojekte .pt-cv-content,
#abgeschlosseneprojekte .pt-cv-content {
	margin-top: 2.8rem;
}

/* ARTIKEL PROGRAMM */

.page-archiv h4.pt-cv-title {
	font-size: 2.4rem;
	height: 350px;
    position: absolute;
    text-align: center;
    width: 49% !important;
}

@media only screen and (max-width: 799px) {
	.page-archiv h4.pt-cv-title {
    	width: 100% !important;
	}
}

.page-archiv .cvp-responsive-image[style*="background-image"] {
	height: 306px !important;
    width: 49% !important;
}

@media only screen and (max-width: 799px) {
	.page-archiv .cvp-responsive-image[style*="background-image"] {
		height: auto !important;
    	width: 100% !important;
	}
}

#musikundsound h4.pt-cv-title {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/04/HMW-veranstaltungen-sound.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

#musikundsound h4.pt-cv-title a {
	background: #18648c;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: -20px 2rem 0 2rem;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

#musikundsound .pt-cv-content {
	background: #18648c;
	color: #f7f7f7;
    float: left;
    width: 49%;
    padding:2rem;
}

@media only screen and (max-width: 799px) {
	#musikundsound .pt-cv-content {
    	width: 100%;
		margin-top:300px;
	}
}

#wortundliteratur h4.pt-cv-title {
	background: url('https://hmw2021.abc-huell.de/wp-content/uploads/sites/32/2022/04/HMW-veranstaltungen-wort.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

#wortundliteratur h4.pt-cv-title a {
	background: #00a139;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: -20px 2rem 0 2rem;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

#wortundliteratur .pt-cv-content {
	background: #00a139;
	/*color: #f7f7f7;*/
    float: right;
    width: 49%;
   padding:2rem;
}

@media only screen and (max-width: 799px) {
	#wortundliteratur .pt-cv-content {
    	width: 100%;
		margin-top:300px;
	}
}

#zirkus h4.pt-cv-title {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/03/HMW-veranstaltungen-politik.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

#zirkus h4.pt-cv-title a {
	background: #ffd000;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: -20px 2rem 0 2rem;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

#zirkus .pt-cv-content {
	background: #ffd000;
	color: #f7f7f7;
    float: left;
    width: 49%;
	padding:2rem;
}


@media only screen and (max-width: 799px) {
	#zirkus .pt-cv-content {
    	width: 100%;
		margin-top:300px;
	}
}

#leinwand h4.pt-cv-title {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/04/HMW-veranstaltungen-bewegtbild.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

#leinwand h4.pt-cv-title a {
	background: #e3003a;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: -20px 2rem 0 2rem;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

#leinwand .pt-cv-content {
	background: #e3003a;
	color: #f7f7f7;
    float: left;
    width: 49%;
	padding:2rem;
}

@media only screen and (max-width: 799px) {
	#leinwand .pt-cv-content {
    	width: 100%;
		margin-top:300px;
	}
}


#international h4.pt-cv-title {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/04/HMW-veranstaltungen-bewegtbild.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

#international h4.pt-cv-title a {
	background: #dc9860;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: -20px 2rem 0 2rem;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

#international .pt-cv-content {
	background: #dc9860;
	color: #f7f7f7;
    float: left;
    width: 49%;
	padding:2rem;
}

@media only screen and (max-width: 799px) {
	#international .pt-cv-content {
    	width: 100%;
		margin-top:300px;
	}
}

#holzundhandwerk h4.pt-cv-title {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/04/HMW-veranstaltungen-ausstellung.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

#holzundhandwerk h4.pt-cv-title a {
	background: #e8500f;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: -20px 2rem 0 2rem;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

#holzundhandwerk .pt-cv-content {
	background: #e8500f;
	color: #f7f7f7;
    float: left;
    width: 49%;
	padding:2rem;
}

@media only screen and (max-width: 799px) {
	#holzundhandwerk .pt-cv-content {
    	width: 100%;
		margin-top:300px;
	}
}

#tanztheaterperformance h4.pt-cv-title {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/04/HMW-veranstaltungen-tanz.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

#tanztheaterperformance h4.pt-cv-title a {
	background: #6c358a;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: -20px 2rem 0 2rem;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

#tanztheaterperformance .pt-cv-content {
	background: #6c358a;
	color: #f7f7f7;
    float: left;
    width: 49%;
	padding:2rem;
	
}

@media only screen and (max-width: 799px) {
	#tanztheaterperformance .pt-cv-content {
    	width: 100%;
		margin-top:300px;
	}
}


#fotografie h4.pt-cv-title {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/04/HMW-veranstaltungen-tanz.gif');
	background-size: 100%;
	background-repeat: no-repeat;
}

#fotografie h4.pt-cv-title a {
	background: #999;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: -20px 2rem 0 2rem;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

#fotografie .pt-cv-content {
	background: #999;
	color: #f7f7f7;
    float: left;
    width: 49%;
	padding:2rem;
	
}

@media only screen and (max-width: 799px) {
	#fotografie .pt-cv-content {
    	width: 100%;
		margin-top:300px;
	}
}

/* SEITENBREITE */

.boxed .makeplus-is-sticky {
    max-width: 1280px !important;
}

body.boxed .site-wrapper {
    max-width: 1280px !important;
}

/* RESPONSIVE */

.bildfenster,
#new-royalslider-1 {
	display: none;
}

#alt-slider-1,
#alt-slider-2 {
	display: block;
}

@media only screen and (min-width: 799px) and (max-width: 1340px) {
	.bildfenster,
	#new-royalslider-1 {
		display: block !important;
	}
	
	#alt-slider-1,
	#alt-slider-2 {
		display: none !important;
	}
}

/* EINZELNE BEITRÄGE */

.single .container {
	margin: 0;
	max-width: 100% !important;
	padding-left: 3.2rem !important;
	padding-right: 3.2rem !important;
	width: 100%;
}

.single .site-main {
	background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/03/HMW-marks.svg'), url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/03/HMW-marks.svg');
    background-repeat: repeat, repeat;
    background-size: auto, auto;
	background-position: center left, center right;
	background-repeat: no-repeat;
	background-size: 60px;
}

.single .post {
    margin-bottom: 0;
}

.single #new-royalslider-1 {
	display: none !important;
}

.single .entry-title {
	margin-top: 2.3rem;
	text-align: center !important;
	/*background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/03/HMW-marks.svg'), url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/03/HMW-marks.svg');
    background-repeat: repeat, repeat;
    background-size: auto, auto;
	background-position: center left, center right;
	background-repeat: no-repeat;
	background-size: 60px;*/
	padding: 0 1rem;
}

.single .entry-content {
	text-align: center !important;
}

.single .post {
    border: none;
}

.single .post p {
    max-width: 80%;
    margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.single .title-underline {
    padding: 1.6rem 0 0 0;
}

#news-single-grid {
    background: url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/03/HMW-marks.svg'), url('https://hueller-medienwerkstatt.de/2021/wp/wp-content/uploads/2021/03/HMW-marks.svg');
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    background-position: center left, center right;
    background-repeat: no-repeat;
    background-size: 60px;
    padding-left: 7.8rem;
	padding-right: 7.8rem;
    width: 100%;
}

/* GALLERIEN */

.builder-section-gallery.has-background {
    padding: 0;
}

.builder-gallery-captions-dark .builder-gallery-content {
    background-color: #666;
}

.builder-gallery-captions-dark .builder-gallery-content a {
    color: #FFF;
}