/*
Theme Name: Voxmi2
Description: Voxmi Homepage (based on Twenty Eleven 1.0)
Author: Harald Zettler
Author URI: http://www.zettler.at
Version: 1.5.1
*/


/* =Reset
-------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}


/* =Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: none;
}
del {
	text-decoration: line-through;
}

table {
	border-spacing: 0;
}
a img {
	border: none;
}
img {
	vertical-align: middle;
}

a {
	color: #1c3774;
}
a:hover {
	color: #1c3774;
}

/* =Basics
-------------------------------------------------------------- */

/* jost-regular - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Jost';
	font-style: normal;
	font-weight: 400;
	src: url('fonts/jost-v15-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/jost-v15-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* jost-500 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Jost';
	font-style: normal;
	font-weight: 500;
	src: url('fonts/jost-v15-latin-500.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/jost-v15-latin-500.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* jost-700 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Jost';
	font-style: normal;
	font-weight: 700;
	src: url('fonts/jost-v15-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/jost-v15-latin-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* jost-900 - latin */
@font-face {
	font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: 'Jost';
	font-style: normal;
	font-weight: 900;
	src: url('fonts/jost-v15-latin-900.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
	url('fonts/jost-v15-latin-900.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

body {
	background: #dbe2f4;
	font: 16px/24px "Jost", Times, Helvetica, sans-serif;
	color: #000;
	font-size:1em;
	line-height:1.7;
}
a {
	color: #1c3774;
}

strong, b {
	font-weight: 700;
}

p {
	margin-bottom:16px;
}

.clear {
	clear:both;
}


h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.2;
}

h1 {
	font-size: 2.375rem;
	font-size: clamp(1.75rem,4vw, 2.375rem);
	padding-bottom:1.5rem;
	margin-bottom: 0.75rem;
}

h2.big {
	font-size: 2.375rem;
	font-size: clamp(1.75rem,4vw, 2.375rem);
	margin: 1rem 0 0.75rem 0;
}

h2 {
	font-size: 2rem;
	font-size: clamp(1.75rem,3.5vw, 2rem);
	margin: 1rem 0 0.75rem 0;
}
h3 {
	font-size: 1.375rem;
	margin: 1rem 0 0.75rem 0;
}
h4 {
	font-size: 1.25rem;
	margin: 1rem 0 0.75rem 0;
}

h5 {
	font-size: 1.125rem;
	margin: 1rem 0 0.75rem 0;
}

/* =Content
-------------------------------------------------------------- */

#main {
	background: #FFF;
	padding: 1.5rem 0 2rem;
}

#main iframe{
	max-width:100%;
}

#main-mitte > div {

}

#main-mitte {
	width: 100%;
	margin: 32px 0 24px;
}

#main-mitte {
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#left {
	flex: 0 0 100%;
}

#sidebar {
	flex: 0 0 100%;
	font-size:15px;
}

@media screen and (min-width: 56rem) {

	#main-mitte {
		display:flex;
		justify-content: space-between;
		flex-wrap: nowrap;
	}

	#left {
		flex: 0 0 60%;
	}

	#sidebar {
		flex: 0 0 34%;
		font-size:15px;
	}

}
@media screen and (min-width: 70rem) {

	#main-mitte {
		width: 100%;
		display:flex;
		justify-content: space-between;
		margin: 32px 0 24px;
		flex-wrap: nowrap;
	}

	#left {
		flex: 1;
		margin-right:3rem;

	}

	#sidebar {
		flex: 0 0 280px;
		font-size:15px;
	}

}




#main-mitte {
	width: 100%;
	display:flex;
}




#left h1 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d2d8e4;
}
#left h2 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #d2d8e4;
}
#left h1 a, 
#left h2 a, 
#left h3 a, 
#left h4 a, 
#left h5 a, 
#left h6 a {
	text-decoration:none;
}

#left .post {
	margin-bottom: 60px;
}


#left .entry-meta {
	font: 14px/21px "Jost", Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom:20px;
}
#left .entry-utility {
	margin-top:20px;
	font: 14px/21px "Jost", Arial, Helvetica, sans-serif;
	color: #333;
}

#nav-above {
	overflow:hidden;
	font: 14px/21px "Jost", Arial, Helvetica, sans-serif;
	margin-bottom:30px;
}
#nav-below {
	overflow:hidden;
	font: 14px/21px "Jost", Arial, Helvetica, sans-serif;
	margin-top:30px;
	margin-bottom:30px;
}

#nav-above a, #nav-below a{
	color: #333;
}


.nav-previous {
	float: left;
	width: 50%;
	
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}




/* =sidebar
-------------------------------------------------------------- */



#sidebar ul {
	list-style: none;
}

#sidebar ul li{
	background: #edf1fe;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 14px;
}

#sidebar ul li ul{
	background: #edf1fe;
	list-style: none;
}

#sidebar ul li ul li{
	margin: 0;
	padding: 0;
	width: auto;
}

h3.widget-title{
	margin-bottom:15px;
	position: relative;
	padding-left:2rem;
}


h3.widget-title:before{
	content: '';
	display: block;
	position: absolute;
	left:-.5rem;
	top:-.5rem;
	width:2.5rem;
	height:2.5rem;
	background: url("images/x.svg") no-repeat;
	background-size:cover;
	color: #eecb07;
}



/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}




/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type="submit"] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =2024
-------------------------------------------------------------- */

.voxmi-header {
	width: 100%;
	text-align: center;
	background:#fff;
}

.menu-hauptmenue-container ul .menu-item-2929 a{
	text-indent: -999px;
	overflow: hidden;
	background: url("images/translate.svg") no-repeat center center;
	background-size: 1.5rem 1.5rem;
	width:2rem;
	height: 1rem;
	display: block;
}


/* =Basic
-------------------------------------------------------------- */

body {
	background:#fff;
	font-size:1em;
	line-height:1.7em;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	line-height: 1.2;
	color:#090088;
}

h1 {
	font-size: 2rem;
	padding-bottom:0.25rem;
	margin-bottom: 0.75rem;
}

h2 {
	font-size: 1.625rem;
	margin: 1rem 0 0.75rem 0;
}
h3 {
	font-size: 1.375rem;
	margin: 1rem 0 0.75rem 0;
}
h4 {
	font-size: 1.25rem;
	margin: 1rem 0 0.75rem 0;
}

h5 {
	font-size: 1.125rem;
	margin: 1rem 0 0.75rem 0;
}

hr {
	width:100%;
	border-top: 1px solid #333;
	border-bottom: none;
	clear: both;
	height: 0;
	margin: .75rem 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
}

.alignleft {
	float:left;
	margin: 0 1em 1em 0;
}
.alignright {
	float:right;
	margin: 0 0 1em 1em;
}
.aligncenter, .center {
	text-align:center;
	display:block;
	margin-left:auto;
	margin-right:auto;
}


/* =Struktur
-------------------------------------------------------------- */

.header-center,
.content-center,
.footer-center{
	min-width:18rem;
	width: 90%;
	margin:0 5%;
}
/* =960px */
@media screen and (min-width: 66.66rem) {

	.header-center,
	.content-center,
	.footer-center {
		width: 60rem;
		margin:0 auto;
	}
}

/* =Header
-------------------------------------------------------------- */

.site-header {
	background:#fff;
}

.header-logo h1,
.header-logo a {
	display: block;
	text-decoration:none;
	text-align: center;
	padding: 1.5rem 0 0;
}
.header-logo a:hover {

}

.header-description {
	text-align: center;
	color:#090088;
	font-weight: 700;
	font-size: 1.25rem;
	font-size: clamp(1rem,2vw, 1.25rem);
	line-height: 1.3;
	padding-bottom: 1.5rem;
}


/* =Navigation
-------------------------------------------------------------- */

.main-navigation {
	width:100%;
}

.main-navigation input {
	display: none;
}

.main-navigation li a{
	text-decoration: none;
	color:#090088;
	font-weight: 300;

}
.main-navigation li a:hover {
	color: #2419b9;
}

.main-navigation li.current_page_item a {
	font-weight: 700;
	color:#090088;
}

.navigation-bar {
	background-color: #fbce1a;
	position: relative;
	width: 100%;
	min-height: 4rem;
}


@media screen and (max-width: 44.999em) {

	.main-navigation label {
		position: absolute;
		top: 1.125rem;
		right: 1.5rem;
		height: 1.5rem;
		width: 2rem;
		z-index: 5;
	}
	.main-navigation input + label span {
		position: absolute;
		width: 100%;
		height: 0.25rem;
		top: 50%;
		left: 0;
		display: block;
		background: #090088;
		transition: .4s;
	}
	.main-navigation input + label span:first-child {
		top: 0;
	}
	.main-navigation input + label span:last-child {
		top: 100%;
	}

	.main-navigation body label:hover {
		cursor: pointer;
	}

	.main-navigation input:checked + label span {
		opacity: 0;
		top: 50%;
	}
	.main-navigation input:checked + label span:first-child {
		opacity: 1;
		transform: rotate(45deg);
	}
	.main-navigation input:checked + label span:last-child {
		opacity: 1;
		transform: rotate(-45deg);
	}

	.main-navigation .after-checkbox {
		background-color: #fbce1a;
		position: absolute;
		left:0;
		display:none;
		z-index: 4;
		width: 100%;
	}

	.main-navigation input:checked ~ .after-checkbox {
		display:block;
	}

	.main-navigation ul  {
		padding: 1em 0;
	}
	.main-navigation ul li {
		padding: 0.25em 1.5em;
		font-size:1.25rem;
	}

}

@media screen and (min-width: 45em) {

	.navigation-bar {
		min-height: 1rem;
		line-height: 1;
	}

	.main-navigation ul{
		display:flex;
		justify-content: center;

	}
	.main-navigation ul li{
		padding:0 1rem;
	}
	.main-navigation ul li a{
		display:inline-block;
		padding: 1rem 0;
		line-height: 1;
		font-size: 1.125rem;
	}

}


/* =Content
-------------------------------------------------------------- */

.page-content p {
	padding-bottom:1rem;
}

.site-main p{
	padding-bottom:1.25rem;
	font-size: 1.25rem;
	font-size: clamp(1rem,2vw, 1.25rem);
}

.the-content{
	font-size: 1.25rem;
	font-size: clamp(1rem,2vw, 1.25rem);
}
.the-content p {
	padding-bottom:1rem;
	text-align: left!important;
}

.the-content ul{
	font-size: 1.25rem;
	font-size: clamp(1rem,2vw, 1.25rem);
	list-style-type: disc;
	padding-left:1.5rem;
}
.the-content ul li{
	padding: 0 0 .5rem .5rem;
}


/* =Footer
-------------------------------------------------------------- */

.site-footer {
	text-align: center;
	padding:1.5rem 0 2rem 0;
}


.footer1 {
	height:12rem;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
}
.footer-bild-1 {
	background-image: url("images/footer1a.jpg");
}
.footer-bild-2 {
	background-image: url("images/footer2a.jpg");
}

@media screen and (min-width: 40em) {

	.footer1 {
		height:30vw;
		max-height:20rem;
		background-repeat: repeat-x;
		background-size: auto 100%;
	}
	.footer-bild-1 {
		background-image: url("images/footer1b.jpg");
	}
	.footer-bild-2 {
		background-image: url("images/footer2b.jpg");
	}

}

.footer2 {
	background: #1c3774;;
	min-height:1rem;
	text-align: center;
	padding:1rem 0 1rem;
}
.footer2 a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}


.socialmedia {
	text-align: center;
}

.socialmedia a {
	border-radius: 50%;
	display: inline-block;
	width: 2.5rem;
	height:2.5rem;
	overflow: hidden;
	text-indent: -9999px;
	transition: .2s;
	margin:1rem;
}
.socialmedia a.social-facebook {
	background: #fff url(images/icon-facebook.svg) no-repeat center center;
	background-size: 100% 100%;
}
.socialmedia a.social-instagram {
	background: #fff url(images/icon-instagram.svg) no-repeat center center;
	background-size: 100% 100%;
}
.socialmedia a.social-youtube {
	background: #fff url(images/icon-youtube.svg) no-repeat center center;
	background-size: 100% 100%;
}
.socialmedia a.social-facebook:hover {
	background: #fbce1a url(images/icon-facebook.svg) no-repeat center center;
	background-size: 100% 100%;
}
.socialmedia a.social-instagram:hover {
	background: #fbce1a url(images/icon-instagram.svg) no-repeat center center;
	background-size: 100% 100%;
}
.socialmedia a.social-youtube:hover {
	background: #fbce1a url(images/icon-youtube.svg) no-repeat center center;
	background-size: 100% 100%;
}


#footer {
	background-color: #fff;
	clear: both;
}
.footer-center {
	text-align: center;
	padding: 1rem 0;
}
#footer-mitte img{
	border:none;
}
