.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

.wm-site-wrapper {
    min-height: 100vh;
}

.rich-text .wm-tabs__list {
    margin-bottom: 0;
}

.u-space {
    padding: 3rem 0 1.5rem
}

.u-pl-28 {
    padding-left: 2.8rem;
}   

.u-pr-28 {
    padding-right: 2.8rem;
}

@media (min-width: 845px) {
    .u-space {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.wm-expander-link--intro {
    margin: 0.5rem 0 0 -0.8rem;
}

.rich-text h2,
.rich-text h3,
.rich-text h1 {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

a[href^="http://"]:not([class]):not([href^="http://www.wien.gv.at"]):not([href^="http://wien.gv.at"]), 
a[href^="https://"]:not([class]):not([href^="https://www.wien.gv.at"]):not([href^="https://wien.gv.at"]) {
    background-image: none;
	padding-right: 0;
}

.page-symptoma .wm-site-header {
    margin-bottom: 0;
}


.custom-iframe-signup #content {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  width: 100%;
}

.custom-iframe-signup iframe {
  max-width: 100% !important;;
  width: 800px !important;
  margin: 0 auto !important;
  display: block !important;
  min-height: 2800px !important;
}

@media (min-width: 960px) {
    .custom-iframe-signup iframe {
        width: 100% !important;
        min-height: 2500px !important;
        max-width: 100% !important;
    }
}

.symptoma-form--fixed-height {
    height: calc((var(--vh, 1vh) * 100) - 116px) !important;
}

@media screen  and (min-width: 845px) {
    .symptoma-form--fixed-height {
        height: calc((var(--vh, 1vh) * 100) - 156px) !important;
    }
}

