/*
Theme Name: Feuerwehr Sachsen v1.0
Author: CSD and the WordPress team
Author URI: http://www.csd-transportsoftware.de
Description: This theme is based on "2012" from the WordPress team and customized by CSD.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: twentytwelve

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =Notes
--------------------------------------------------------------
This stylesheet uses rem values with a pixel fallback. The rem
values (and line heights) are calculated using two variables:

$rembase:     14;
$line-height: 24;

---------- Examples

* Use a pixel value with a rem fallback for font-size, padding, margins, etc.
	padding: 5px 0;
	padding: 0.357142857rem 0; (5 / $rembase)

* Set a font-size and then set a line-height based on the font-size
	font-size: 16px
	font-size: 1.142857143rem; (16 / $rembase)
	line-height: 1.5; ($line-height / 16)

---------- Vertical spacing

Vertical spacing between most elements should use 24px or 48px
to maintain vertical rhythm:

.my-new-div {
	margin: 24px 0;
	margin: 1.714285714rem 0; ( 24 / $rembase )
}

---------- Further reading

http://snook.ca/archives/html_and_css/font-size-with-rem
http://blog.typekit.com/2011/11/09/type-study-sizing-the-legible-letter/


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

/*
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic); 
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,900');
*/

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'), local('OpenSans-Regular'), url('fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style:  normal; 
}



* {outline:none;}

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	outline:none;
}

body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
	position:relative;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 0;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

.bypostauthor cite span {
	color: #fff;
	background-color: #ccc;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}



/* Forms */
input, textarea, select{
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #000;
	font-size: 14px;
	line-height: 18px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea{
	padding:7px;
	width:96%;
	max-width:555px;
	height:auto;
	
}

input[type="checkbox"],
input[type="radio"],
input[type="submit"]{
	cursor:pointer;
}
/* Forms */



/* Newsletter Forms */
.newsletter table, 
.wpcf7 table{
width:100%;
}

.newsletter th, 
.newsletter td, 
.wpcf7 th, 
.wpcf7 td{
width:100%;
display:block;
}

.newsletter select, 
.wpcf7 select{
width:100px;
height:28px;
margin-bottom:12px;
}
 
.newsletter option, 
.wpcf7 option{
height:28px;
}

.newsletter input[type="text"],
.newsletter input[type="email"],
.newsletter input[type="tel"],
.newsletter textarea, 
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea{
	padding:7px;
	width:94%;
	max-width:1920px;
	height:auto;
	border:1px solid #ccc;
	margin-bottom:12px;
	background-color:#eee;
}

.newsletter input[type="text"]:hover,
.newsletter input[type="email"]:hover,
.newsletter input[type="tel"]:hover,
.newsletter textarea:hover, 
.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="tel"]:hover,
.wpcf7 textarea:hover, 
.newsletter input[type="text"]:focus,
.newsletter input[type="email"]:focus,
.newsletter input[type="tel"]:focus,
.newsletter textarea:focus, 
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus{
	border:1px solid #aaa;
	background-color:#fff;
}

.wpcf7-list-item{
display:block;
}


/* Elementor */
.elementor-element-d7c1628 > .elementor-container {
    max-width: 100% !important;
}


/* Newsletter Forms */



/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
.entry-content .no-border img{border:0;}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	width:auto !important;
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	height:auto !important;
	display:inline;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	text-align:center;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/*
.entry-content dl.gallery-item {
	width: auto !important;
	float: left !important;
	overflow:hidden !important;
}
*/
.gallery-more-button{
display: none !important;
}

.entry-content dl.gallery-item img {
	border: 0 !important;
}

.gallery{
width:100%;
height:auto;
overflow:hidden;
display:block;
}

.gallery-caption {
width:90%;
height:90%;
padding:5%;
overflow:hidden;
position:absolute;
left:0;
top:0;
color:#fff;
background-image:url('bilder/black-transparency.png');
display:block;
}

.gallery-caption *, 
.gallery-caption a{
color:#fff;
}

.gallery-item{
overflow: hidden !important;
padding: 0 !important;
position: relative !important;
margin:0px !important;
}

.gallery-icon{
width:auto !important;
height:auto !important;
overflow:hidden !important;
margin:7px;
}

.gallery-icon img{
width:auto !important;
height:auto !important;
}

.gallery-more-button{
width:100%;
height:auto;
overflow:hidden;
float:none;
clear:both;
display:block;
text-align:center;
margin-bottom:7px;
}

.gallery-more-button-border{
width:100%;
height:7px;
overflow:hidden;
float:none;
clear:both;
display:block;
margin-bottom:4px;
}


.communication-line a {
    text-decoration: none;
}


@media screen and (max-width: 500px) {
	.entry-content dl.gallery-item, .page-id-31 .entry-content dl.gallery-item {
		width:96% !important;
		float: none !important;
	}

	.entry-content dl.gallery-item img {
		max-width:94% !important;
		height: auto !important;
	}

	.page-id-31 .entry-content dl.gallery-item img {
		width:auto !important;
		max-width:222px !important;
		height: auto !important;
	}
}

.gallery br{
display:none;
}


.transparency{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}

.colored-transparency{
	filter:alpha(opacity=88);
	-moz-opacity:0.88;
	-khtml-opacity: 0.88;
	opacity:0.88;
	background-color:#fff;
}

/* Slider */
.slider {
    margin-top: 130px;
}

.slider .caption {
    background: rgba(43, 43, 43, 0.5);
    padding: 20px
}

.slider .caption h3 {
    color: #fff;
    font-size: 2.0em;
}

.slider .indicators .indicator-item.active {
    background-color: #ef220b;
}

.slider .indicators {
    background: rgba(43, 43, 43, 0.5);
    padding: 8px 0 5px 0;
    z-index: 2;
}

.elementor-2269 .elementor-element.elementor-element-d7c1628 {
    display: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
}


/*********** FEXBOX ***************/

.flexbox {
    display: -webkit-flex;
    display: flex;
}

.flexbox-none {
    display: block;
}

.flexbox-flow {
    flex-flow: wrap;
}

.flexbox-call {
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flexbox-row {
    margin: 0 -15px;
}

.flexbox-col {
    -webkit-flex: 1;
    flex: 1;
}

.flex-wrapper {
    margin: 0px;    
    padding: 0;
    color: white;
}

.flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
}

.flexitem {

}

/* NEWS */
.news-item {
    
}

div.wpcf7 {
    margin: 0;
    margin-left: 0px;
    padding: 20px;
}

.category-title {
    background: rgb(213, 17, 48);
    margin-bottom: 1px;
}

.category-title h2 {
    font-weight: 300;
    font-size: 1.6em;
    margin: 0;
    padding: 20px;
    color: rgb(255, 255, 255);
}

.category-footer {
    background: rgb(122,122,122);
    padding: 10px;
    text-align: center;
}

.category-footer a {
    color: rgb(255, 255, 255);
}
.category-footer a:hover {
    color: rgb(200, 200, 200);
}


.flexitem.category-image {
    width: 100%; 
    height: 12.0em;
    -moz-background-size:100% auto !important; /* Firefox */
    -webkit-background-size:100% auto !important; /* Safari, Chrome */
    background-size:100% auto !important;
    background-position: center !important;
}

.category-latest-posts, .category-posts:nth-child(2n+1) {
    background-color: rgba(122,122,122,0.17);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    z-index: 0;
}

.category-latest-posts {
    margin-bottom: 1px; 
}

.category-posts {
    padding: 30px;
}

.category-latest-posts:hover {
    background-color: rgb(122,122,122);
}

.category-latest-posts h3 {
    font-weight: 400;
    font-size: 1.0em;
    margin: 0;
    padding: 20px 40px 20px 20px;
    color: rgb(122,122,122);;
}

.category-latest-posts h3:hover {
    color: rgb(255, 255, 255);
}

.category-latest-posts h3::after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    position: absolute;
    right: 15px;
}

@media screen and (max-width: 767px) {
    .flexitem.category-image {
        height: 25.0em;
    }
}

/* Navigation */
.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}

.single .site-content nav {
	display: none;
}

#nav-above {
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 0;
	margin: 3.428571429rem 0;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


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

/* Body, links, basics */
html {
}
body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	color: #444;
	font-size: 18px;
	line-height: 24px;
	background-repeat: repeat-x !important;
}
.elementor-element {
    font-size: 18px !important;
}
body.custom-font-enabled {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

b, strong{
	font-weight: 700;
}


h1, h2, h3, h4, h5, h6{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-style: normal;
    margin:0 0 16px 0;
    font-weight: 400;
    color: rgb(213, 17, 48);
    /*text-transform:uppercase;
    text-shadow: 2px 2px 2px #000;*/
}

h1{
    font-size: 48px;
    line-height: 48px;
}

h2{
    font-size: 32px;
    line-height: 36px;
}

h3, h4, h5, h6{
    font-size: 24px;
    line-height: 28px;
}


@media screen and (max-width: 888px) {
	body {
	font-size: 12px;
	line-height: 18px;
	}

	h1{
	font-size: 24px;
	line-height: 28px;
	}

	h2{
	font-size: 22px;
	line-height: 24px;
	}

	h3, h4, h5, h6{
	font-size: 16px;
	line-height: 20px;
	}
}




a {
    color: rgb(213, 17, 48);
    outline: none;
    text-decoration:underline;
}

a:hover {
    color: rgb(122,122,122);
    text-decoration:none;
}





.image-layer{
    width:100%;
    height:auto;
    position:relative;
    display:block;
    z-index:1;
    text-align:center;
    margin-top:70px;
}

.image-layer img{
    width:100%;
    height:auto;
    position:relative;
    display:block;
    margin:0 auto;
}

.image-layer .metaslider {
    width:100%;
    margin:0 auto !important;
}

.image-layer .metaslider img {
    margin:0 auto !important;
}

.image-layer .metaslider .caption-wrap{
    width:96% !important;
    overflow:hidden !important;
    right:3% !important;
    top:2% !important;
    left:auto !important;
    bottom:auto !important;
    text-align:right !important;
    color:#fff !important;
    background:none !important;
    opacity:1 !important;
    font-size:48px !important;
    text-shadow:2px 2px 4px #000;
}

@media screen and (max-width: 875px){
	.image-layer .metaslider .caption-wrap{
		width:96% !important;
		font-size:24px !important;
	}
}

.category-select{
    margin-top:28px;
    display:none;
}

.category-select select{
    width:100%;
    padding:7px;
}

.category-select .csd_cat_search_btn, 
.category-select .csd-send-button{
    float:right;
}

.category-select label{
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    color:#fff;
    margin:7px 0;
    font-size: 20px;
    line-height: 24px;
}


.arrow-layer{
    width:100%;
    height:auto;
    min-height:155px;
    position:absolute;
    left:0;
    bottom:0;
    z-index:3;
    overflow:hidden;
}

#top-anchor{
    width:100%;
    height:auto;
    position:absolute;
    left:0;
    top:-100px;
    z-index:0;
}

#content-anchor{
    width:100%;
    height:100px;
    position:absolute;
    left:0;
    bottom:0px;
    z-index:0;
}

.arrow-down{
    width:11%;
    max-width:66px;
    overflow:hidden;
    margin:0 auto;
    position:relative;
    top:80px;
}

.arrow-up{
    width:64px;
    height:auto;
    position:fixed;
    right:16px;
    bottom:16px;
    z-index:3;
    display:none;
}

.arrow-down img{
    width:100%;
    height:auto;
}

.arrow-up img{
    width:100%;
    height:auto;
}

@media screen and (max-width: 500px){
	.arrow-down{
		top:99px;
	}
}

@media screen and (min-width: 737px){
	.arrow-layer{
		min-height:72px;
	}
	
	.arrow-down{
		top:0;
	}
}



.content-layer{
    width:100%;
    height:auto;
    overflow:visible;
    position:relative;
    display:block;
    z-index:2;
    float:none;
    clear:both;
    margin-top: 132px;
}






/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 14px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	margin: 0 auto;
	overflow: visible;
	z-index:9990;
	width:100%;
	overflow:hidden;
	background-color:#fff;
}



.site-content {
	float: none;
	width: 100%;
	min-width:0;
	max-width: 1200px;
	margin: 16px auto;
	height:auto;
	overflow:hidden;
}

#secondary {
	width: 96%;
	height:auto;
	min-width:0;
	overflow:hidden;
	padding: 24px 2%;
	float: right;
	display:none;
}


@media screen and (max-width: 1055px) {
	#secondary {
		display:block;
	}
}



.page-template-sidebar .site-content {
	float: left;
	width: 75%;
	min-width:0;
	height:auto;
	overflow:hidden;
}

.page-template-sidebar #secondary {
	width: 23%;
	padding:24px 2% 24px 0;
}

@media screen and (max-width: 800px) {
	.page-template-sidebar .site-content {
		width: 100%;
	}


	#secondary, 
	.page-template-sidebar #secondary {
		width: 96%;
		padding: 24px 2%;
	}
}




#content .entry-content > p, 
#content .entry-content > h1, 
#content .entry-content > h2, 
#content .entry-content > h3, 
#content .entry-content > h4, 
#content .entry-content > h5, 
#content .entry-content > h6, 
#content .entry-content > ul{
padding:0 1%;
}

.widget-area {
	float: none;
	width: 90%;
	min-width:0;
	/*border:1px solid #ddd;
	box-shadow: 2px 2px 6px rgba(100, 100, 100, 0.69);*/
	padding:12px;
	overflow:hidden;
}

.widget-area .widget li.widget_subpages_current_page a{
	background-color:#eee;
	text-decoration:none;
}

.widget-area .widget li.widget_subpages_current_page ul li a{
	text-decoration:none;
	background-color:transparent;
}

.widget-area .widget li.widget_subpages_current_page ul li a:hover{
	text-decoration:none;
	background-color:#eee;
}

.widget-area .widget a:hover{
	background-color:#eee;
}





.collumn-2{
width:100%;
height:auto;
overflow:hidden;
float:left;
display:inline;
margin:0 0 48px 0;
}

.collumn-2 input[type="text"], .collumn-2 input[type="email"], .collumn-2 textarea{
width:88%;
}




/* Header */

.top-border-grey{
overflow:visible;
background-color:#ccc;
height:6px;
}

.top-border-brown{
overflow:visible;
background-color:#ccc;
height:12px;
border:6px solid #fff;
border-top:0;
margin-left:-6px;
}

#searchform label{
display:none;
}

#searchform #s{
width:72%;
padding:10px;
margin-top:6px;
border:1px solid #aaa;
}

#searchform #searchsubmit{
width:18%;
text-transform:capitalize;
display:none;
}

.search-button {
width:42px;
position:absolute;
top:17px;
left:75%;
}

.search-button img{
width:42px;
}


.search-field-box{
width:52%;
height:auto;
padding:14px 2%;
/*max-width:555px;*/
float:right;
display:inline;
position:relative;
margin:55px 17% 0 0;
}



.logo-box{
width: auto;
height: 90%;
overflow:hidden;
position:relative;
float:left;
display:inline;
margin: 1% 0;
}

.logo-box.logo-box-1 {
    max-width: 300px;
}

.logo-box.logo-box-2 {
    text-align: right;
    float: right;
    font-size: 0.7em;
}

.logo-box img{
    height: auto;
    width: 100%;
}

.logo-box h1{
margin-top:12px;
}


.homepage-title{
width:666px;
height:auto;
position:relative;
float:left;
display:inline;
margin-top:3%;
margin-left:7%;
color:#f45f0b;
font-size: 37px;
font-weight: 300;
}


.required-info{
overflow: visible;
font-size: 12px;
line-height: 24px;
float: right;
display: inline;
margin-right: 4px;
z-index: 9998;
color: #888;
}

.required-info a{
color: #888;
text-decoration: none;
}

.required-info a:hover{
text-decoration: underline;
}






.branding{
width:100%;
height:auto;
position:fixed;
top: 0; 
display:block;
z-index:3;
}

.admin-bar .branding{
top: 32px;
}

#wpadminbar{
position:fixed !important;
}

@media screen and (max-width: 782px) {
	.admin-bar .branding{
	top:46px;
	}
}

.elementor-section.elementor-section-boxed > .elementor-container {
    padding: 0 10px !important;
}

.wrap-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
}

.branding hgroup{
margin:0 auto;
width:100%;
overflow:visible;
background-color:#fff;
}

.max-width-box{
max-width:1200px;
margin:0 auto;
padding: 0 10px;
}

.logo-wrapper{
height: 99px; 
overflow: hidden; 
}

.language-links{
display:block;
overflow:hidden;
margin-bottom:12px;
text-align:right;
}

.language-links a{
font-size: 14px;
line-height:16px;
color:#444;
text-decoration:none;
}

.language-links a:hover, .language-links .current-language{
text-decoration:underline;
}


.site-header h1 a,
.site-header h2 a {
	color: #1572bf;
	display: inline-block;
	text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
	color: #ccc;
}
.site-header h1 {
	margin: 0;
}
.site-header h2 {
	font-weight: normal;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}




.title-header{
    background-color: rgb(246,246,246);
    /* background-image: linear-gradient(30deg, #00469d 28%, #00469d 90%); */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    text-align: left;
    padding: 44px 0;
    }

/*
.elementor-template-full-width .title-header{
display: none;
}
*/

.title-header .center{
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.title-header h1{
    color: rgb(43, 43, 43);
    text-align: left;
    margin-left: 9px;
    font-weight: 100;
}

.title-header h1 i.fa {
    display: none;
}

.title-header #breadcrumbs{
margin-left: 8px;
color: #fff;
}

.title-header #breadcrumbs a{
color: #fff;
}

.content-title-hwrap {
    margin: 50px 0 20px 0;
}

.content-title-bwrap {
    margin: 50px 0 0 0;
}

ul.content-list {
    margin: 0 0 0 20px;
}

ul.content-list li {
    padding: 7px 0;
}

.entry-content p {
    padding: 0 1% 20px 1% !important;
}

.entry-content blockquote { 
    padding: 0 1% 0 3% !important;
}

.entry-content blockquote p {
    font-weight: bold;
}

.entry-content blockquote p:before {
    content: "\201C";
    font-size: 1.2em;
    font-weight: bold;
    font-family: Georgia, Times, "Times New Roman", serif;
}

.entry-content blockquote p:after {
    content: "\201D";
    font-size: 1.2em;
    font-weight: bold;
    font-family: Georgia, Times, "Times New Roman", serif;
}

cite:before, cite:after {
    content: "\2014 ";
}

cite {
    display: block;
    text-align: center;
}

.wp-block-columns {
    padding: 0 1% 0 1%;
}


/* snippets */
.collumn-row{
width:100%;
height:auto;
overflow:hidden;
display:block;
position:relative;
max-width: 1200px;
margin: 16px auto;
}

.collumn-row .center{
margin: 0 auto;
height:auto;
overflow:hidden;
display:block;
}

.wpcf7{
margin-left:1px !important;
}

.two-collumns-collumn{
width:46%;
margin:0 1%;
height:auto;
min-height:18px;
overflow:hidden;
float:left;
display:inline;
}

.two-collumns-collumn-60{
width:58%;
padding:7px 1%;
height:auto;
min-height:18px;
overflow:hidden;
float:left;
display:inline;
}

.two-collumns-collumn-40{
width:38%;
padding:7px 1%;
height:auto;
min-height:18px;
overflow:hidden;
float:left;
display:inline;
color:inherit;
}


.image-collumn{
padding: 0 !important;
width:40%;
background-color:#fff;
text-align:center;
position:absolute;
right:0;
top:0;
height:100%;
}

.image-collumn *{
padding: 0 !important;
}

.image-collumn img{
height:100%;
width:auto;
max-width:1000%;
position:absolute;
left:50%;
margin-left:-222px;
}



.img-col{
text-align:center;
}

.img-col .fa{
color:#f45f0b;
font-size:132px;
line-height:172px;
}



.post-gallery{
padding-top: 24px;
}




.structure{
background-image:url('bilder/hintergrund-raster.png');
background-repeat:repeat;
color:#444;
}

.light-grey, 
.white {
background-color:#fff;
color:#444;
}

.structure a, 
.light-grey a, 
.white a{
color:#444 !important;
}

.green{
background-color:#538135;
}

.medium-blue{
background-color:#00469d;
}

.orange{
background-color:#ed7d31;
}

.yellow{
background-color:#fcb500;
}

.purple{
background-color:#8e3281;
}


.green, 
.green a, 
.medium-blue, 
.medium-blue a, 
.orange, 
.orange a, 
.yellow, 
.yellow a, 
.purple, 
.purple a{
color:#fff;
}



.three-collumns-collumn{
width:30%;
margin:0 1%;
height:auto;
min-height:18px;
overflow:hidden;
float:left;
display:inline;
}

.four-collumns-collumn{
width:22%;
margin:0 1%;
height:auto;
min-height:18px;
overflow:hidden;
float:left;
display:inline;
}

.five-collumns-collumn{
width:18%;
min-width:139px;
margin:3px 1%;
height:auto;
min-height:18px;
overflow:hidden;
float:left;
display:inline;
vertical-align:middle;
}

.five-collumns-collumn img{
margin:0 !important;
}

@media screen and (max-width: 555px) {
	.hide-when-small{display:none;}
}



@media screen and (max-width: 640px) {
	.two-collumns-collumn-40, .two-collumns-collumn-60{
	width:96%;
	display:block;
	padding:7px 2%; 
	min-height:18px !important;
	}
	
	.image-collumn{
	width:100% !important;
	height:auto !important;
	max-width:100% !important;
	display:block;
	position:relative;
	}
	
	.image-collumn img{
	width:100% !important;
	height:auto !important;
	max-width:100% !important;
	position:relative !important;
	left:0 !important;
	margin-left:0 !important;
	display:block !important;
	}
}

@media screen and (max-width: 640px) {
	.two-collumns-collumn, .three-collumns-collumn, .four-collumns-collumn{
	width:96%;
	padding:7px 2%;
	display:block;
	}
}

.two-collumns-collumn img, .three-collumns-collumn img, .four-collumns-collumn img{
max-width:92%;
height:auto;
}


.icon{
width:84px;
height:64px;
overflow:hidden;
text-align:center;
font-size:64px;
color:#f45f0b;
text-decoration:none;
}




.overview-elements{
	width:auto;
	height:auto;
	overflow:hidden;
	position:relative;
	margin:0 auto 24px auto;
	display:block;
	max-width: 4000px;
}

.collumn-row, 
.overview-elements, 
.overview-element, 
.overview-element-img-box, 
.two-collumns-collumn-40,
.two-collumns-collumn-40 p, 
.two-collumns-collumn-60, 
.two-collumns-collumn-60 p{
outline:none;
-webkit-transition-delay: 800ms;
-moz-transition-delay: 800ms;
-o-transition-delay: 800ms;
transition-delay: 800ms;
-webkit-transition: all 1.0s ease;
-moz-transition: all 1.0s ease;
-o-transition: all 1.0s ease;
transition: all 1.0s ease;
}

.overview-element{
max-width:177px;
width:15%;
height:188px;
overflow:hidden;
float:left;
display:inline;
position:relative;
margin: 0 0 24px 1%;
padding:4px;
border:1px solid #fff;
cursor:pointer;
background-color: #fff;
}

.overview-col-33 .overview-element{
width: 367px;
max-width: 367px;
height:333px;
margin-top: 5px;
-webkit-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
box-shadow: 3px 3px 8px 0px rgba(0,0,0,0.5);
}

.overview-nav-header .overview-element{
width: 132px;
height:88px;
margin: 0 4px 8px 4px;
border:1px dotted #888;
}

.overview-nav-header .overview-element-img-box{
height: 58px;
}

.overview-nav-header .overview-element-img-box .fa{
font-size: 50px;
line-height: 58px;
}

.overview-nav-header .overview-element-txt-box {
margin: 0;
font-size: 14px;
line-height: 16px;
}

.nav-icons{
width:333px;
height:auto;
float:right;
display:inline;
z-index:10000;
}

.overview-nav-header{
	border:1px dotted #888;
}

@media screen and (max-width: 1300px) {
	.overview-col-33{
		max-width:800px;
	}
}

@media screen and (max-width: 655px) {
	.overview-elements{
		max-width:545px;
	}

	.overview-element{
		max-width:155px;
		width:32%;
		height: 163px;
	}
}

@media screen and (max-width: 832px) {
	.overview-col-33{
		max-width: 340px;
	}

	.overview-col-33 .overview-element{
		width: 333px;
		margin: 32px 0;
	}
}

@media screen and (max-width: 510px) {
	.overview-col-33{
		width: auto;
		margin:0 auto 24px auto;
	}
	
	.overview-col-33 .overview-element{
		width: 333px;
	}
}


.overview-element-img-box{
	width:100%;
	height:104px;
	overflow:hidden;
	display:block;
	position:relative;
	text-align:center;
	background-color:#fff;
}

.overview-element:hover .overview-element-img-box{	
	filter:alpha(opacity=69);
	-moz-opacity:0.69;
	-khtml-opacity: 0.69;
	opacity:0.69;
}

.overview-col-33 .overview-element-img-box{
	height:265px;
}

/*.home .overview-element-img-box,
.page-id-791 .overview-element-img-box{
	display:none;
} */

.overview-element-img-box img{
	max-width:96%;
	margin:0 auto;
	position:relative;
}

.overview-element-txt-box{
	width:100%;
	height:77px;
	overflow:hidden;
	display:block;
	position:relative;
	margin:2px 0 0 0;
	text-align:center;
}

/*.home .overview-element-txt-box,
.page-id-791 .overview-element-txt-box{
	padding:24px 0;
	font-weight:bold;
} */

.overview-element a{
	text-decoration:none;
}

/*.home .overview-element-txt-box a, */
.page-id-791 .overview-element-txt-box a {
	font-weight:bold;
}


.trenn-linie-grau{
height:2px;
overflow:hidden;
display:block;
margin:12px 0;
position:relative;
background-color:#ddd;
}

.trenn-linie-braun{
width:36px;
height:2px;
overflow:hidden;
display:block;
position:absolute;
left:0;
top:0;
background-color:#ccc;
}


.more-button{
display:block;
overflow:hidden;
padding-left:24px;
line-height:24px;
background-image:url('bilder/more-icon.jpg');
background-repeat:no-repeat;
background-position:left top;
}

.more-button a{
color:#000;
text-decoration:none;
line-height:24px;
}


.blue-transparency{
width:100%;
padding:14px;
height:auto;
overflow:hidden;
display:block;
background-image:url('bilder/blue-transparency.png');
background-repeat:repeat;
}

.blue-transparency a, .blue-transparency h1, .blue-transparency h2, .blue-transparency h3{
background-color:#009EE4;
color:#fff;
}

.content-positive, .white-transparency{
width:96%;
padding:14px 2%;
max-width:1000px;
height:auto;
overflow:hidden;
display:block;
position:relative;
background-image:url('bilder/white-transparency.png');
background-repeat:repeat;
color:#444;
}

@media screen and (max-width: 644px) {
	.content-positive, .white-transparency{
	width:92%;
	}
}

.content-positive img, .white-transparency img{
border:0;
}

.separator{
display:none;
}

.content-negative{
width:92%;
padding:14px;
max-width:666px;
height:auto;
overflow:hidden;
display:block;
position:relative;
color:#bbb;
}

.back-button{
position:absolute;
right:14px;
top:14px;
}

@media screen and (max-width: 1024px) {
	.back-button{
	display:none;
	}
}





.toggle-box{
width:99%;
height:auto;
overflow:hidden;
margin:0 0 7px 0;
}

.toggle-box-header{
width:96%;
height:auto;
overflow:hidden;
cursor:pointer;
}

.toggle-box-header *{
line-height:32px;
}

.toggle-box-header a{
}

.toggle-box-header:hover{
}

.toggle-box-content{
width:94%;
height:auto;
overflow:hidden;
display:block;
color:#444;
}




.tab-box{
padding:24px;
display:block;
color:#fff;
}

.tab-box .title{
display:none;
}

.tab-box-1{
background-color: #538135;
}

.tab-box-2{
background-color: #8e3281;
}

.tab-box-3{
background-color: #ed7d31;
}

.tab-box-4{
background-color: #2e74b5;
}

.tab-box-5{
background-color: #00469d;
}

.tab-box-6{
background-color: #fcb500;
}



@media screen and (max-width: 888px) {
	.tab-box{
	}
}


@media screen and (max-width: 472px) {
	.tab-box{
		color:#fff;
		margin-bottom: 1px;
		display:block !important;
	}
	
	.tab-box .title{
		display:block;
	}

	.tab-box-1{
		background-color: #538135;
	}

	.tab-box-2{
		background-color: #8e3281;
	}

	.tab-box-3{
		background-color: #ed7d31;
	}

	.tab-box-4{
		background-color: #2e74b5;
	}

	.tab-box-5{
		background-color: #00469d;
	}

	.tab-box-6{
		background-color: #fcb500;
	}
}




.button-light-blue{
width:242px;
max-width:96%;
padding:24px;
background-color:#00469d;
color:#fff;
text-decoration:none;
font-size:18px;
border:1px solid #fff;
overflow:hidden;
display:inline-block;
}

.button-light-blue:hover{
background-color:#42a1ff;
color:#fff;
}


 
.overview-element-img-box .fa{
color: rgb(213,17,48);
font-size:64px;
line-height:131px;
}
 
.overview-col-33 .overview-element-img-box .fa{
font-size:128px;
line-height:272px;
}


.color-box{
}

.color-box a{
}


/* snippets */




/* Navigation Menu */
.main-navigation {
overflow:visible;
width:100%;
height:38px;
float:none;
clear:both;
display:block;
z-index:9998;
background-color: rgb(213,17,48);
}

.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
	display: block;
}

.main-navigation ul ul {
	display: none;
}

.menu-toggle {
	display: none;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
	display: block;
}

.main-navigation li li{
	display:none;
}

/*
.main-navigation li {
	font-size: 14px;
	line-height: 16px;
}
.main-navigation a {
	color: #5e5e5e;
}
.main-navigation a:hover {
	color: #0e3d68;
}
*/


.nav-buttons{
z-index:10000;
position: absolute;
right: 10px;
top: 26px;
}

.nav-buttons li{
width:45px; 
height:39px;
line-height:41px;
/*float:right;*/
display:inline;
position:relative;
text-align: center;
vertical-align: middle;
padding-top: 2px;
}

.nav-buttons li:hover{
background-color:#ddd;
}

.nav-buttons li img{
width:32px;
position:absolute;
left:50%;
top:50%;
margin-top:-16px;
margin-left:-16px;
}

.nav-buttons .csd-menu-button{
display:none;
background-color:rgb(213,17,48);
}

.nav-buttons .csd-menu-button a {
    color: rgb(255, 255, 255);
}

.nav-buttons .csd-menu-button:hover{
background-color:rgb(43,43,43);
}

.nav-buttons .portal-button{
display:block;
background-color:#58af48;
}

.nav-buttons .portal-button:hover{
background-color:#5ac947;
}

.nav-buttons .portal-button img{
width:72px;
margin-top:-36px;
margin-left:-36px;
}

.nav-buttons .contact-phone-button{
background-color:#00469d;
}

.nav-buttons .contact-phone-button img{
width:100px;
left:0;
top:0;
margin-top:0;
margin-left:0;
}

.nav-buttons .contact-phone-button:hover{
background-color:#f45f0b;
}

.csd-search-button{
position:absolute;
right:22px;
top:14px;
}

.nav-buttons .contact-phone{
width:266px;
font-size:18px;
overflow:hidden;
color:#f45f0b;
background-color:#fff;
}

.nav-buttons .contact-phone:hover{
background-color:#fff;
}

.contact-phone a{
color:#f45f0b;
text-decoration:none;
}

@media screen and (max-width: 700px) {
	.nav-buttons .contact-phone{
		display:none;
	}
}







.header-image{
width:100%;
height:auto;
overflow:hidden;
display:block;
z-index:10;
}

.header-image img{
width:100%;
}

.quick-access-buttons{
width:100%;
height:auto;
overflow:hidden;
display:block;
z-index:100;
}

.quick-access-buttons ul{
width:100%;
height:auto;
overflow:hidden;
}

.quick-access-buttons li{
width:16.66%;
float:left;
display:inline;
position:relative;
margin:0 !important;
}

@media screen and (max-width: 888px) {
	.quick-access-buttons li{
		width:33.33%;
	}
}

@media screen and (max-width: 472px) {
	.quick-access-buttons li{
		width:100%;
		display:none;
	}
}

.quick-access-buttons li a{
width:100%;
line-height:24px;
position:relative;
background-color:#00469d;
color:#fff;
display:block;
text-align:center;
text-decoration:none;
border-top:1px solid #fff;
border-left:1px solid #fff;
padding:10px 0;
}

.quick-access-buttons li a:hover{
background-color:#f45f0b !important;
}

li.quick-access-button-1{
border:0;
}

li.quick-access-button-1 a{
background-color:#538135;
}

li.quick-access-button-2 a{
background-color:#8e3281;
}

li.quick-access-button-3 a{
background-color:#ed7d31;
}

li.quick-access-button-4 a{
background-color:#2e74b5;
}

li.quick-access-button-5 a{
background-color:#00469d;
}

li.quick-access-button-6 a{
background-color:#fcb500;
}




/* Formulare */
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: rgb(213,17,48);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
    


/* Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}

/* Sidebar */
.widget-area .widget {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.widget-area .widget h3 {
	margin: 0 0 24px 14px;
}

.widget-area .widget li{
	list-style:none;
	margin:0;
}

.widget-area .widget li a{
	display:block;
	padding:10px 0 10px 7px;
	text-decoration:none;
	font-size: 14px;
	line-height:16px;
	background-color: #f45f0b;
	color:#fff;
	margin:0 0 1px 0;
}

.widget-area .widget li a:hover, 
.widget-area .widget_nav_menu li.current_page_item > a, 
.widget-area .widget_nav_menu li.current-menu-item > a{
	background-color:#00469d;
}

.widget-area .widget li ul li a{
	padding:10px 0 10px 7px;
}

.widget-area .widget_nav_menu li, 
.widget-area .widget_nav_menu li a{
display:none;
}



.widget-area .widget_nav_menu li.current_page_ancestor, 
.widget-area .widget_nav_menu li.current_page_ancestor a, 
.widget-area .widget_nav_menu li.current-menu-ancestor, 
.widget-area .widget_nav_menu li.current-menu-ancestor a, 
.widget-area .widget_nav_menu li.current_page_ancestor > .sub-menu > li, 
.widget-area .widget_nav_menu li.current_page_ancestor > .sub-menu > li a, 
.widget-area .widget_nav_menu li.current-menu-ancestor > .sub-menu > li, 
.widget-area .widget_nav_menu li.current-menu-ancestor > .sub-menu > li a, 
.widget-area .widget_nav_menu li.current_page_item > .sub-menu > li, 
.widget-area .widget_nav_menu li.current_page_item > .sub-menu > li a, 
.widget-area .widget_nav_menu li.current-menu-item > .sub-menu > li, 
.widget-area .widget_nav_menu li.current-menu-item > .sub-menu > li a, 
.widget-area .widget_nav_menu li.current_page_item, 
.widget-area .widget_nav_menu li.current_page_item a, 
.widget-area .widget_nav_menu li.current-menu-item, 
.widget-area .widget_nav_menu li.current-menu-item a{
display:block;
}

.widget-area .widget_nav_menu .sub-menu a {
padding-left:14px;
}

.widget-area .widget_nav_menu .sub-menu .sub-menu a {
padding-left:21px;
}



.widget-area .widget_nav_menu li.menu-item-586 > a{
display:none !important;
}



.widget-area .widget p {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.widget-area .textwidget ul {
	list-style: disc outside;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
.widget-area .textwidget li {
	margin-left: 36px;
	margin-left: 2.571428571rem;
}
.widget-area .widget a {
	text-decoration:none;
}
.widget-area .widget a:hover {
	text-decoration:none;
}
.widget-area .widget a:visited {
	text-decoration:none;
}
.widget-area #s {
	width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */
}

/* Footer */
.footer-horizon{
width: 100%;
height: auto;
min-height: 128px;
padding: 30px 0 0 0;
margin-top: 64px;
overflow: hidden;
display: block;
background-color: rgb(122,122,122);
color: #fff;
line-height: 24px;
}

.footer-horizon h3 {
    color: rgb(200, 200, 200);
}

.footer-horizon a{
color: #fff;
text-decoration: none;
}

.footer-horizon a:hover{
text-decoration: underline;
}

.footer-horizon li {
	list-style: square;
	margin: 0 0 0 14px;
}

.footer-horizon ul.sub-menu {
	margin: 0 0 14px 0;
}
.footer-horizon ul.sub-menu ul.sub-menu {
	margin: 0;
}

.footer-horizon .textwidget {
    padding: 10px 0;
}

.footer-horizon .table {
    display: table;
}
.footer-horizon .cell {
    display: table-cell;
}
.footer-horizon .cell-33 {
    width: 33.33%;
}
.footer-horizon .widget {
    padding: 20px;
}
.footer-horizon .copyright {
    background: rgb(102,102,102);
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    font-size: 0.7em;
}

input, 
textarea{
color:#000;
}

.csd-label{
width:auto;
height:auto;
display:block;
position:relative;
overflow:hidden;
margin-bottom:4px;
}

.csd-label-span{
position:absolute;
left:8px;
top:8px;
color:#666;
}

span.wpcf7-not-valid-tip {
    background-color: #f00;
	color:#fff;
    display: inline-block;
    margin-bottom: 8px;
    margin-top: -4px;
    padding: 4px;
}

.footer{
margin: 0 auto;
max-width: 1200px;
padding: 0 4px;
overflow: hidden;
display: block;
}

.footer {
	overflow:hidden;
}



/* =Main content and comment content
-------------------------------------------------------------- */

.entry-meta {
	clear: both;
}
.search-results .entry-header{
	display:none;
}
.entry-header .entry-title {
	font-size: 20px;
	font-size: 1.428571429rem;
	line-height: 1.2;
	font-weight: normal;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #757575;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}

/*
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 12px 0;
	line-height: 1.714285714;
}
.entry-content h1,
.comment-content h1 {
	font-family: "Archivo Black", Helvetica, Arial, sans-serif;
	font-size: 28px;
	line-height: 32px;
	color:#1572bf;
	font-weight: bold;
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 24px;
	line-height: 28px;
	color:#009EE4;
	font-weight: bold;
}
.entry-content h3,
.comment-content h3, 
.entry-content h4,
.comment-content h4, 
.entry-content h5,
.comment-content h5, 
.entry-content h6,
.comment-content h6
} */


.entry-content a:visited,
.comment-content a:visited {
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
	list-style: outside none square;
	margin: 0 0 0 14px;
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	/*font-family: Consolas, Monaco, Lucida Console, monospace;*/
        font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	font-family: Arial, Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	line-height: 24px;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 0 14px 0 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 0 0 0 14px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
/*
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
*/
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.site-content article {
	/*margin-bottom: 72px;
	margin-bottom: 5.142857143rem;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;*/
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}

footer.entry-meta {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom:0;
}

.single footer.entry-meta {
	display:none;
}

.category footer.entry-meta, 
.blog footer.entry-meta {
	padding:0 1% 24px 1%;
	margin:0 0 24px 0;
	border-bottom:4px dotted #aaa;
}

.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	color: #757575;
	font-weight: normal;
}


/* =Archives
-------------------------------------------------------------- */

.archive-header,
.page-header {
	padding-bottom: 24px;
	margin-bottom: 24px;
	text-align:center;
}


/* =Single image attachment view
-------------------------------------------------------------- */
body.attachment{
background-image:none !important;
background-color:#fff !important;
}

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside h1 a {
	text-decoration: none;
	color: #4d525a;
}
article.format-aside h1 a:hover {
	color: #2e3542;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	font-size: 22px;
	font-size: 1.571428571rem;
	line-height: 1.090909091;
	text-decoration: none;
}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 14px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header header a {
	color: #757575;
}
.format-status .entry-header header a:hover {
	color: #ccc;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area cite b {
	font-weight: normal;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 14px;
	font-size: 0.857142857rem;
	color: #5e5e5e;
}
.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}
.comments-area article header a:hover {
	color: #ccc;
}
.comments-area article header cite a {
	color: #444;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 14px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area .bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
.comments-area .bypostauthor cite b {
	font-weight: bold;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #ccc;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 14px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 14px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #5e5e5e;
}
.required {
	color: red;
        width: 20px;
        height: 20px;
}


/* =Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget li a {
	color: #757575;
}
.template-front-page .widget-area .widget li a:hover {
	color: #ccc;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =Widgets
-------------------------------------------------------------- */

.widget-area .widget ul ul {
margin:0;
padding:0;
}
.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


@media screen and (min-width: 1152px) {
	
        input#mobile-nav, 
        label.mobile-nav-label,
        nav.mobile-nav {
            display: none;
        }
    
	.main-navigation {
		position:relative;
		display:block;
		overflow:visible;
		border-top:1px solid #fff;
	}
        
        nav.main-navigation input, nav.main-navigation .icon_submenu {
            display: none;
        }
	
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: block !important;
		text-align: left;
		width: 100%;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		font-family: 'Open Sans', Arial, Helvetica, sans-serif;
		font-weight: 400;
		font-style: normal;
		color:#fff;
		background-color: rgb(213,17,48);
		font-size: 14px;
		line-height:38px;
		padding:0 14px;
		margin:0;
		white-space: nowrap;
		/*text-transform:uppercase;*/
		display:block;
		border-right:1px solid #fff;
	}
	.main-navigation li a:hover {
		color:#fff;
		background-color: rgb(122,122,122);
	}
	.main-navigation li {
		margin:0;
		position: relative;
		text-align:center;
		float:left;
	}
	.main-navigation li li {
		margin: 0 24px 0 0;
		position: relative;
		border:0;
		width: 100%;
	}
	.main-navigation li li:hover {
		border:0;
	}
	.main-navigation li li{
	margin:0;
	padding:0;
	background-image:none;
	text-align:left;
	}
	.main-navigation li ul {
		width: 255px;
		display: none;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
		box-shadow: 2px 2px 6px rgba(100, 100, 100, 0.69);
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
	}
	.main-navigation li ul li a {
		display: block;
		font-size: 14px;
		line-height:38px;
		margin:0;
		white-space: normal;
		color:#444;
		background-color: #fff;
		border:0;
	}
	.main-navigation li ul li a:hover {
		color:#fff !important;
		background-color: rgb(213,17,48) !important;
	}
	
	
	
	
	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a{
		color:#fff;
		background-color: rgb(213,17,48);
	}
	
	.main-navigation .current-menu-ancestor li,
	.main-navigation .current_page_ancestor li{
		color:#fff;
		background-color: rgb(213,17,48);
		border:0;
	}
	
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_ancestor > a {
		color:#fff;
		background-color: rgb(213,17,48);
	}
	
	.main-navigation .sub-menu .current_page_item > a,
	.main-navigation .sub-menu .current_page_ancestor > a {
		border-bottom:0;
		color:#fff;
		background-color: rgb(213,17,48);
	}
	
	.main-navigation .children .current_page_item > a,
	.main-navigation .children .current_page_ancestor > a {
		border:0;
		color:#fff;
		background-color: rgb(213,17,48);
	}
	
	.main-navigation li li{
		display:block;
	}
	
	
	/* sitemap navi
	.main-navigation  li{
	background-color:#ccc;
	padding:4px;
	float:left;
	display:inline;
	margin:7px;
	}
	
	.main-navigation  a{
	text-decoration:none;
	}
	
	.main-navigation  li li{
	margin-left:7px 7px 7px 14px;
	float:none;
	display:block;
	}
	*/
        
}

@media screen and (min-width: 1056px) {
	.search-field-box{
	/*float:right;
	display:inline;
	margin:12px 0 0 0;*/
	}
	
	.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
	.author-description {
		float: right;
		width: 80%;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}
	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 24px;
		line-height:28px;
		margin: 0;
	}
	
	.menu-item-517{display:none !important;}
	
	
	
	
	.menu-toggle {
		display: none;
	}
	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}
	#respond form input[type="text"] {
		width: 46.333333333%;
	}
	#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
	.template-front-page .site-content,
	.template-front-page article {
		overflow: hidden;
	}
	.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
	.template-front-page .widget-area .widget,
	.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
	.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
	.template-front-page .widget-area .widget:nth-child(even),
	.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
	.template-front-page.two-sidebars .widget,
	.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
	.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}

	.widget-area {
		border:none;
		box-shadow: none;
		margin:0;
		padding:0;
	}

	/*
	.site-content {
		float: right;
		width: 72%;
	}

	.widget-area {
		float: left;
		width: 20%;
		min-width:222px;
		min-height:333px;
		margin-top:24px;
		margin-left:-13px;
	}
	*/
	
	.collumn-2{
		width:48%;
	}
	
}



@media screen and (max-width: 1151px) {
	.branding, .branding hgroup{
	height:auto;
	overflow:hidden;
	border:0;
	}
	
	.logo-wrapper{
	height: 72px; 
	overflow: hidden; 
	}
        
        .logo-box.logo-box-1 {
            max-width: 150px;
        }

	.homepage-title{
	display: none;
	}
	
	.content-layer, .slider {
	margin-top: 72px;
	}
	
	.search-field-box{
	display:block;
	width:100%;
	margin:1px auto -1px auto;
	text-align:left;
	padding:14px 0;
	position:relative;
	background-image:url('bilder/white-transparency.png');
	background-repeat:repeat;
	}
	
	.search-button{
	left:auto;
	right:22px;
	}

	.nav-buttons .csd-menu-button{
	display:block;
	}

	.nav-buttons .portal-button, 
	.nav-buttons .contact-phone-button{
	display:none;
	}
	
	.nav-buttons{
	margin: 0;
	}
	
	.search-field-box #searchform #s{
	width:63%;
	margin-left:5%;
	}
	/*
	.main-navigation {
	height:auto;
	background-color:#fff;
	}
	
	.main-navigation ul{
	width:90%;
	padding:14px 5%;
	float:left;
	overflow:hidden;
	}
	
	.main-navigation li{
	margin:0;
	text-align: left;
	width:100%;
	overflow:hidden;
	}
	
	.main-navigation li a{
	display: block;
	font-size: 14px;
	line-height: 32px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 0 5%;
	width: 89%;
	white-space: normal;
	text-decoration:none;
	letter-spacing:1px;
	text-align:center;
	margin:7px 0;
	color:#fff;
	background-color:rgb(213,17,48);
	}
	
	.main-navigation li a:hover{
	color:#fff;
	background-color: rgb(43,43,43);
	}
	
	.main-navigation a{
	text-decoration:none;
	}
	
	.main-navigation ul ul{
	display:none !important;
	}
        */
        
        
        
        /* Toggle Button - Mobile Menu */

        .icons {
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            line-height: 1;
            box-sizing: border-box;
        } 
        
        /*
        .main-navigation ul.nav-menu, 
        .main-navigation div.nav-menu > ul,
        .main-navigation ul ul,
        .main-navigation li li {
            display: block !important;
        }
        
        .main-navigation .max-width-box {
            padding: 0;
        }
        
        */
        
        .main-navigation {
            display: none;
        }
        
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 1;
        }

        input#mobile-nav {
            display: none;
        }
       
		.logo-box.logo-box-2 {
			position: absolute;
			right: 7px;
			top: -7px;
		}
       
		.desktop_only {
			display: none;
		}

        label.mobile-nav-label {
            position: fixed;
            top: 15px;
            right: 10px;
            width: 75px;
            height: 53px;
            cursor: pointer;
            text-transform: uppercase;
            font-weight: 700;
            display: flex;
            vertical-align: middle;
            z-index: 200;
        }

        label.mobile-nav-label i {
            margin: auto;
            font-size: 2.0em;
            color: rgb(213, 17, 48);
            transition: 0.3s;
            line-height: 70px;
        }

        .topnavmin label.mobile-nav-label i {
            line-height: 50px;
        }
        
        .mobile-bars::before {
            content: "\f0c9";
        }
        
        .mobile-bars:active::before {
            content: "\f0c8";
        }
        
        input#mobile-nav[type=checkbox]:checked ~ nav.mobile-nav {
            transform: translateX(0);
        }

        input#mobile-nav[type=checkbox]:checked ~ .wrapper {
            transform: translateX(-150px);
        }

        input#mobile-nav[type=checkbox]:checked ~ .overlay {
            height: 100%;
            opacity: 1;
        }

        nav.mobile-nav li,
        label.mobile-nav-label {
            transition: 0.2s;
        }

        label.mobile-nav-label:hover,
        input#mobile-nav[type=checkbox]:checked ~ label.mobile-nav-label {
            color: #808080;
        }

        nav.mobile-nav li:hover {
            background: #808080 !important;
        }

        .mobile-nav {
            position: fixed;
            top: 144px;
            right:0;
            bottom: 0;
            float: right;
            width: 300px;
            height: auto;
            min-height: 100%;
            background: #3a3a3a;
            font-size: 16px;
            transform: translateX(100%);
            transition: 0.5s;
            z-index: 50;
            margin: auto 0;
            overflow: scroll;
        }

        .mobile-nav::-webkit-scrollbar {
            width: 0;
            background: transparent;
        }

        .mobile-nav input[type=checkbox] {
            position: absolute;
            top: 0;
            right: 0;
            width: 50px;
            height: 100%;
            opacity: 0;
            display: block;
            cursor: pointer;
            z-index: 306;
        }

        .mobile-nav .icons {
            position: relative;
            float: right;
            font-size: 1.2em;
            margin: 23px 23px 0 0;
            z-index: 305;
        }
        
        .mobile-nav ul {
            margin: 0;
            padding: 0;  
        }
        
        .mobile-nav .menu-header-menu-container {
            margin-top: 83px;
        }

        .mobile-nav a {
            display: block;
            padding: 15px 20px;
            margin-right: 60px;
            color: #fff;
            text-decoration: none;
            text-align: left;
        }

        .mobile-nav li {
            position: relative;
            float: left;
            width: 100%;
            list-style: none;
            color: #fff;
            transition: 0.5s;
            border-top: 1px solid #555;
        }

        .mobile-nav > ul > li:last-child {
            border-bottom: 1px solid #555;
        }

        .mobile-nav ul li:first-child {
            border-top: none;
        }

        .mobile-nav ul > li.menu-item > a:after {
            position: relative;
            float: right;

            font-size: 24px;
            font-weight: 700;
            color: #fff;
            vertical-align: middle;
            transition: 0.5s;
        }

        .mobile-nav .sub-menu {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease-in-out;
            border-top: none;
        }

        .mobile-nav input[type=checkbox]:checked ~ .sub-menu {
            border-top: 1px solid #555;
            max-height: 999px;
        }
    
        .mobile-nav .icons {
            display: block;
        }

        .mobile-nav li.menu-item-has-children > div.icons {
            position: relative;
            float: right;
            font-size: 1.2em;
            margin: 15px 20px 0 0;
            z-index: 305;
        }

        .mobile-nav input[type=checkbox]:checked ~ .icon_submenu::before {
            content: "\f106";
        }

        .mobile-nav li.menu-item-has-children > div.icon_submenu::before {
            content: "\f107";
        }

        .mobile-nav .sub-menu li {
            background: #333;
        }

        .mobile-nav .sub-menu li a {
            padding-left: 30px;
        }

        .mobile-nav .sub-menu li li a {
            padding-left: 35px;
        }

        .mobile-nav .sub-menu li li li a {
            padding-left: 40px;
        }

        .mobile-nav .sub-menu li.menu-item {
            list-style: none;
        }
        
        
        
        .footer-horizon .cell {
            display: block;
        }
        .footer-horizon .cell-33 {
            width: 100%;
        }
        
}


/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.singular .site-content,
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular .comments-title {
		margin: 0;
		width: 100%;
	}
	.entry-header .entry-title,
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}




#cboxCurrent{
display:none !important;
}


.more-link{
display:none;
}





/*
#text-slider{ font-family: "Open Sans",Arial,Helvetica,sans-serif; font-style: normal; font-weight: 400; font-size:32px; line-height:36px; margin: 0 0 16px; text-align:center; } @media screen and (max-width: 888px){ #text-slider{font-size: 24px; line-height: 28px;} } #text-slider-controls{display:none;} #text-slider article{padding-bottom:4px;}
*/




.crellyslider-slider{
margin-top:-23px;
}



@media screen and (max-width: 450px) {
    
    .logo-box.logo-box-1 {
        max-width: 90px;
    }
    
    .communication-line {
        z-index: 2000;
    }
    
}


@media screen and (max-width: 370px) {
    
    .logo-box.logo-box-1 {
        max-width: 50px;
    }
    
}









