/*
 Theme Name:   MIGs Catch-Box Child
 Description:  Catch-Box Child Theme
 Template:     catch-box
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Anpassungen Martin -------------------- */

.entry-title {display: none;}

.hentry h1 {
    font-size: 22px;
	font-weight: bold;
	margin: 0 0 0.8125em;
}
.hentry h2 {
    font-size: 22px;
}
.hentry h3 {
    font-size: 20px;
}
.hentry h4 {
    font-size: 18px;
    margin: 0 0 0.5em;
}
.hentry h5 {
    font-size: 16px;
}
.hentry h6 {
    font-size: 14px;
}

.fancybox-overlay-fixed {
     z-index: 10000;
}
body {
margin-right: 17px;
background-color: red;
}






/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}
body {
	background: #ccc;
}
#page {
	background: #eee;
	-moz-border-radius: 5px;
    border-radius: 5px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 2em;
}

/* Text elements */
p {
	margin-bottom: 2em;
}
ul, ol {
	margin: 0 0 2em 2.5em;
}
ul {
	list-style: disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 2em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 2em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 2em;
	overflow: auto;
	padding: 0.75em 2em;
}
code, kbd {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 2em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}


/* migs murks*/

#header-content {
    padding: 30px 0 10px 0;
}

#branding .searchform {
    position: absolute;
    right: -0.5em;
    text-align: right;
    top: 0.8em;
}

#qtrans_language_chooser {
    list-style-type:none
}
#qtrans_language_chooser li {
    float:left;
    padding-top:5px;
    padding-right:10px;
}
header div.qtranxs_widget {
width: 97%;
text-align: right;
}

nav {
    margin-top: -2.1em !important;
}

#branding .menu .current-menu-item > a, #branding .menu .current-menu-ancestor > a, #branding .menu .current_page_item > a, #branding .menu .current_page_ancestor > a, #colophon .menu .current-menu-item a {
    color: #fd4fd4;
    font-weight: bold;
}
@media only screen and (max-width: 1024px) {
	header div.qtranxs_widget {
	width: 100%;
	text-align: center;
	}

}