/*
	Theme Name: Schreiber & Ebert GmbH 2026
	Theme URI: 
	Description: Wordpress Theme for Schreiber & Ebert GmbH
	Version: 1.3
	Author: Christian Varelmann, edited by Thomas Hageleit
	Author URI: http://satzundbild.net
	Tags: HTML5, CSS3, Responsive, UiKit

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,	
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing: antialiased;
	text-rendering:optimizeLegibility;
}
html {
	font-size:100%;
}
body {
	font:300 1em/1.6 'Titillium Web', Helvetica, Arial, sans-serif;
	color:#444;
	margin: 0;
	padding: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	/* max-width:100%; */
	vertical-align:bottom;
}
a {
	color:#006dab;
	text-decoration:none;
}
a:hover {
	color:#777;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/* gold(ene Sterne) */
.goldig {
	color:#e2b007;
}

/*------------------------------------*\
	KOMPASS
\*------------------------------------*/

.kompass-container {
    display: inline-grid;
    grid-auto-rows: auto;
    row-gap: 0.6em;
    justify-items: stretch; /* alle gleich breit */
}

.kompass {
    font-size: 1.5em;
    font-weight: bold;
    background-color: #006dab;
    border-radius: 6px;
    text-align: center;
}

.kompass a {
    display: block;        /* Link füllt die ganze Box */
    color: white;
    padding: 0.4em 0.8em;
    text-decoration: none;
}

.kompass a:hover,
.kompass a:focus {
  text-decoration: underline !important;
  text-decoration-color: currentColor;
  text-underline-offset: 3px;
}




/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position:relative;
	float: left;
	overflow: none;
}

.contactheader {
	width: 100%;
	background: #fff;
	padding: 0 3%;
}

.translate {
	width: 33%;
	float: left;
}

.translate-start {
	float: right;
	margin-left: 50px;
	padding: 5px 10px;
	background: #fff;
	border: 0px solid #fff;
	border-radius: 5px;
}


/* originaler translate-start mit rahmen und flaeche - start *\

.translate-start {
	float: right;
	margin-left: 50px;
	padding: 5px 10px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 5px;
}

\* originaler translate-start mit rahmen und flaeche - ende */

.goog-te-gadget-simple {
    background-color: #fff;
    border-color: #ddd !important;
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 10pt;
    padding-bottom: 2px;
    padding-top: 1px;
    margin: 5px 0;
}

.contactus {
	position: absolute;
	top: 15px;
	right: 2%;
	font-size: 0.85em;
	float: right;
}

.contactus a{
	color: #006dab;
}

/* header */
.header {
	height: 350px;
	width: 100%;
	margin-top: 0;
}

.headpic {
	background: #fff url(img/SchreiberEbert_Header.jpg) center top no-repeat;
	background-size: cover;
	height: 350px;
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
  	-o-transition: height 1s ease;
  	transition: height 1s ease;
}

/* logo */
.logo {
	width: 45%;
	position: absolute;
	top: 75px;
	left: 2%;
}
.logo-img {
width: 100%;
}

/* Stenneanzeigenbanner */

.stellenbanner {
	background: #80d860;
	padding: 3px 20px;
	font-size: 1.2em;
	font-weight: 700;
	color: #fff;
	width: 100%;
	/* left: 0; /* right: 0; */
	/* top: 0px; /* (war 130) */
}

.spruch {
	background: #79d860;
	padding: 5px 20px;
	font-size: 1.6em;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	position: absolute; 
	left: 0; /* right: 0; */
	top: 300px; /* (war 130) */
	border-radius: 0px 10px 10px 0;
}

.zitat {
	background: #006dab;
	padding: 3px 12px;
	font-size: 1.0em;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	position: absolute; 
	left: 0; /* right: 0; */
	top: 300px; /* (war 130) */
	border-radius: 7px 0 0 7px;
	max-width: 35%;
}

.termin {
	/* background: #79d860; */
	padding: 5px 20px;
	font-size: 1.6em;
	font-weight: 300;
	font-style: italic;
	color: #fff;
	position: absolute; 
	right: 0;
	top: 200px;
	border-radius: 10px 0 0 10px;
}


/* nav */

.uk-sticky-placeholder {
    float: none !important;
    height: auto !important;
    margin: 0 !important;
}

.nav {
	background: #006dab;
	font-weight: 300;
	padding: 0 3%;
	color: #fff;
	float: left;
	width: 100%;
	border-bottom: 0px solid #fff;
	font-size: 0.9em;
	position: relative;
	z-index: 9999;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.nav img{
	width: 220px;
	float: left;
	position: absolute;
	left: 3%;
	top: 9px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.nav.uk-active{
	padding: 0 3% 0 270px;
	width: 100%;
	-webkit-box-shadow: 0 7px 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 7px 10px 0 rgba(0,0,0,0.3);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	}

.nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	}

/* CHILD PAGES */

.nav ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	display: none;
	width: 150px;
}

.nav ul li:hover > ul {
	display: block;
}

.nav ul ul li a{
	width: 150px;
	border-top: 1px solid #fff;
	border-right: 0px;
	background: #006dab;
	color: #fff;
}

.nav li ul.children li a:hover, .nav li ul.children li.current_page_item a{
	border-top: 1px solid #fff;
	border-right: 0px;
	background: #ddd;
	color: #006dab;
}

.nav ul li ul.children li a:after{
	border-width: 0px
}

/* END CHILD PAGES */

.nav ul li a{
	color: #fff;
	background:#006dab;
	font-size: 0.9em;
	padding: 10px 15px;
	text-transform: uppercase;
	float: left;
	position: relative;
	border-right: 1px solid #fff;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}

.page-item-2 a, li.menu-item-269 a{
	border-left: 1px solid #fff;
}

.nav ul li a:hover{
	background: #ddd;
	color: #006dab;
	text-decoration: underline;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}	

.nav ul li.current_page_item a, .nav ul li.current_page_parent a{
	background: #ddd;
	color: #006dab;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	}	

.nav ul li.current_page_item a::after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ddd rgba(170, 170, 170, 0) rgba(170, 170, 170, 0);
    border-image: none;
    border-style: solid;
    border-width: 15px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -15px;
    pointer-events: none;
    position: absolute;
    top: 85%;
    width: 0;
}

.searchfield {
	float: right;
	margin: 5px 0 0 0;
}

.searchfield input {
	border: 1px solid #006dab;
	padding: 4px 8px;
	font-size: 0.85em;
	width: 75px;
	-webkit-appearance: none;
	-webkit-border-radius:0; 
    border-radius:0;
}

button.searchfield-submit {
	background: #ddd;
	padding: 4px 8px;
	border: 0;
	font-size: 0.85em;
	color: #006dab;
}

main {
	font-size: 0.85em;
	width: 66%;
	padding: 0% 3%;
	margin: 3% 0;
	float: left;
	border-right: 1px solid #ddd;
}

.start {
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
}

.filialen_start, .contact_start {
	width: 100%;
	padding: 0;
	margin: 40px 0 0 0;
	float: left;
}

.contactpanel {
	font-size: 1.2em;
}

.contactpanel i {
	width: 25px;
}

.postthumb {
	float: left;
	margin: 5px 20px 15px 0;
	display: inline;
}

/* sidebar */
.sidebar {
	font-size: 0.85em;
	float: left;
	width: 34%;
	padding: 4% 3%;
}

/* footer */
.footer {
float: left;
width: 100%;
padding: 0;
margin: 0;
font-size: 0.85em;
}

.copyright {
	background: #79d860;
	width: 100%;
	padding: 2% 3% 2% 3%;
	margin: 15px 0 0 0;
	color: #fff;
	float: left;
}

.copyright a{
	color: #fff;
}

.socialmedia img {
	max-height: 20px;
	margin: -3px 5px 5px 5px;
}

.feedback, .besuchen {
	padding: 2%;
}


/*------------------------------------*\
    Mediaplayer
\*------------------------------------*/

 .mejs-controls,
 .mejs-mediaelement,
 .mejs-container {
 background: url('') !important;
 background-color: #ccc !important;
 border-radius: 4px;
 }

/* change the color of the lettering */
 .mejs-currenttime,
 .mejs-duration {
 color: #444 !important;
 }

/* change the color of the progress bar */
 .mejs-controls .mejs-time-rail .mejs-time-total {
 background: #006dab !important;
 }

/* change the color of the current time bar */
 .mejs-controls .mejs-time-rail .mejs-time-current {
 background: #006dab !important;
 }

/* change the color of the file loading bar */
 .mejs-controls .mejs-time-rail .mejs-time-loaded {
 background: #eee !important;
 }

/*------------------------------------*\
   Images
\*------------------------------------*/

.fullwidth {
	width: 100%;
	margin-bottom: 10px;
}

.halfwidth {
	width: 50%;
	}
	
/*------------------------------------*\
    UI-Kit Tweaks
\*------------------------------------*/

.uk-panel-box {
	margin: 0 0 20px 0;
	border-radius: 10px;
}

.uk-panel-box .uk-panel-teaser {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.start .uk-grid  {
	text-align: left;
	-ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.start .uk-grid h2 {
	hyphens: manual;
	-ms-hyphens: manual;
    	-moz-hyphens: manual;
    	-webkit-hyphens: manual;
}

.start .uk-grid a:hover {
	text-decoration: none;
}

.start .uk-grid a:hover img{
	opacity: 0.5;
}

.uk-panel > *:last-child:not(.uk-panel-title) {
    margin-bottom: 10px;
}

.Kundenstimmen {
	font-size: 170%;
	font-weight: 400;
}

.keinumbruch{
	hyphens: none;
	-webkit-hyphens: none;
	-ms-hyphens: none;
}

.uk-icon-medium {
	margin: 0 0 0 15px;
	font-size: 250%;
}

.uk-icon-hover {
    color: #006dab;
}

.uk-icon-hover:hover {
    color: #ccc;
}

.uk-accordion-content p {
	margin: 0 0 7px 0 !important;
}

.uk-accordion h3 {
	font-weight: 700;
}

em 	{
	color: #444;
	}

/*------------------------------------*\
    Open Street Map Tweaks
\*------------------------------------*/

.ol-popup {
    background-color: white;
    border: 1px solid #cccccc;
    border-radius: 10px;
    bottom: 12px;
    filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.2));
    left: -50px;
    min-width: 250px;
    padding: 10px;
    position: absolute;
}

/*------------------------------------*\
    Tabellen
\*------------------------------------*/

.cf-ol {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

.cf-ol li {
	margin: 10px 0 15px 0;
}

.cf-ol label {
	display: block;
	margin: 0 0 4px 0;
	color: #666;
}

.cf-ol input, .cf-ol textarea {
	border-radius: 2px;
	padding: 5px;
	margin-right: 10px;
	border: 1px solid #ddd;
	width: 100%;
	-webkit-appearance: none;
}

.cf_hidden {
	display: none;
}

input.sendbutton {
	font-size: 1em;
	border: 1px solid #ddd;
	padding: 4px 12px;
	float: right;
}

.reqtxt, .emailreqtxt {
	float: right;
	font-size: 0.7em;
	color: #666;
}

/*------------------------------------*\
	Mobile Menu
\*------------------------------------*/

.mobilemenu {
	display: none;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

h1 {
	font-size: 2.4em;
	font-weight: 200;
	font-family: 'Titillium Web', sans-serif;
	color: #006dab;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 1.2em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h2 {
	font-size: 1.8em;
	font-weight: 200;
	font-family: 'Titillium Web', sans-serif;
	color: #006dab;
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	font-size: 1.4em;
	font-weight: 200;
	font-family: 'Titillium Web', sans-serif;
	color: #006dab;
	padding: 0;
	margin: 0;
	line-height: 1.2em;
	letter-spacing: 1px;
}

h4 {
	font-size: 1.2em;
	font-weight: 200;
	font-family: 'Titillium Web', sans-serif;
	color: #006dab;
	padding: 0;
	margin: 0;
	line-height: 1.1em;
	letter-spacing: 1px;
}

.start h1 {
	font-size: 2.8em;
}

.uk-panel-box h1 {
	font-size: 1.5em;
}

.faktengross {
	font-size: 4em;
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
	margin: 20px 0 0 0;
	color: #666666;
	padding: 0;
}

/* hinzugefügt, um Abstand zu großen Zahlen zu verringern */
.naeher{
	margin: 0;
	padding: 0;
}

.filialen_start h1, .contact_start h1 {
	margin: 0 0 20px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
}

.sidebar h1, .sidebar h2, .sidebar h3 {
	color: #79d860;
}

.anfahrt {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-top: 20px;
}

.page-numbers {
	padding: 1px 7px;
	background: #006dab;
	border-radius: 2px;
	margin-right: 3px;
	color: #fff;
}

.page-numbers.current, .page-numbers:hover{
	background: #ddd;
	color: #006dab;
}

.number_stelle {
	font-size: 2.5em;
	font-weight: 700;
	background: #006dab;
	color: #fff;
	position: absolute;
	right: -1px;
	top: -1px;
	padding: 0px 20px;
	border-radius: 0 0 0 10px;
}

#usermessagea {
	color: #46da1e;
}

.stellenort {
	width: 80%;
}

#cookie-notice {
    width: 30%;
    position: fixed;
    left: auto;
    right: 20px !important;
    bottom: 20px !important;
    min-width: 30%;
}

#cookie-notice .button {
    background: #eee none repeat scroll 0 0;
    display: inline-block;
    margin: 7px 7px 5px 7px;
    padding: 3px 7px;
}

.cookie-notice-container {
    padding: 7px !important;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

#cn-notice-text {
display: block;
}

p {
	margin: 15px 0;
}

.date, .author, .author a {
	color: #ccc;
}

.date, .author {
	font-size: 0.8em;
}

.blue {
	color: #006dab;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 10px 20px;
}

main ul > li:before {  
content: "\f00c"; 
font-family: "FontAwesome"; 
display: inline-block;  
margin-left: -20px;  
width: 20px;  
color: #006dab;
}​

ul.childlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.childlist li a{
	background: #eeeeee none repeat scroll 0 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 5px 15px;
    font-weight: 700;
    width: 100%;
    display: block;
}

.childlist > li:before {
content: "";
display: none;
}

ul.childlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

aside.sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 10px 0 10px 20px;
}

aside.sidebar ul > li:before {  
content: "\f0fe"; 
font-family: "FontAwesome"; 
display: inline-block;  
margin-left: -20px;  
width: 17px;  
color: #006dab;
}​


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1px) {
}




@media only screen and (max-width:767px) {

.wrapper {
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0 auto;
}

.translate {
	width: 100%;
	padding: 0 3%;
}

.translate-start {
	float: right;
	margin-left: 0px;
	width: 100%;
	margin-bottom: 15px;
}

.contactus {
	font-size: 0.8em;
	top: 7px;
	right: 0;
	width: 65px;
	border: 0px solid #ccc;
	margin: 0;
	padding: 7px 0;
}

.stellenbanner {
	font-size: 1.0em;
}
		
.uk-icon-medium {
	margin: 0;
	font-size: 200%;
}

.uk-accordion h3 {
	font-weight: 700;
	font-size: 1.1em;
}

/* header */
.header {
	height: 240px;
	width: 100%;
	margin-top: 45px;
}

.headpic {
	height: 240px;
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
  	-o-transition: height 1s ease;
  	transition: height 1s ease;
}

/* logo */
.logo {
	width: 25% !important;
	top: 10px;

}

.spruch {
	padding: 5px 20px;
	font-size: 1.1em;
	color: #fff;
	position: absolute; 
	left: 0;	
	top: 220px; /* war 180*/
}

.zitat {
	padding: 3px 12px;
	font-size: 0.7em;
	line-height: 1.1;
	color: #fff;
	position: absolute; 
	right: 0;
	top: 205px; /* war 225*/
	max-width: 300px;
}	
	
.termin {
	padding: 5px 20px;
	font-size: 1.1em;
	color: #fff;
	position: absolute; 
	right: 0;
	top: 95px; /* war 110 */
}

main {
	font-size: 0.85em;
	width: 100%;
	padding: 0 3%;
	margin: 25px 0 20px 0;
	border-right: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
}

main.startpage {
	font-size: 0.8em;
	width: 100%;
	padding: 0 3%;
	margin: 25px 0 20px 0;
	float: left;
}

/* sidebar */
.sidebar {
	font-size: 0.8em;
	float: left;
	width: 94%;
	padding: 5% 0;
	margin: 0 3%;
	border-top: 1px solid #ddd
}

.socialmedia {
	float: left;
}

.nav {
	display: none;
	}

.mobilemenu {
	background: #006dab;
	font-weight: 300;
	padding: 0 3%;
	color: #fff;
	float: left;
	width: 100%;
	border-bottom: 0px solid #fff;
	font-size: 0.9em;
	position: relative;
	z-index: 9999;
	display: block;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.mobilemenu.uk-active {
	-webkit-box-shadow: 0 7px 10px 0 rgba(0,0,0,0.3);
	box-shadow: 0 7px 10px 0 rgba(0,0,0,0.3);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.mobilemenu li {
	padding: 2px 0;
	border-bottom: 1px solid #ddd;
	width: 90%;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.5em;
}

.mobilemenu li.current_page_item a{
	color: #000;
	text-decoration: underline;
}

.mobilemenu ul.children li, .mobilemenu ul.sub-menu li {
	border-bottom: 0px solid #ddd;
	text-transform: none;
	font-size: 0.9em;
	padding: 0 5px 0 0;
	display: inline;
}

.mobilemenu ul.sub-menu li:before {
    content: "\00BB";
    color: #006dab;
    margin-right: 2px;
    font-size: 1.3em;
}

.mobilemenu ul.children {
	margin: 5px 0 0 0;
}

.mobilemenu ul.mobilelegal {
	margin: -10px 0 10px 20px;
}

.hidden {
color: #fff;
width: 30%;
float: left;
font-size: 1.5em;
font-weight: 700;
}

.uk-offcanvas-bar {
	background: #fff;
}

.searchfield {
	margin: 2px 0;
}

.copyright {
	padding: 2% 3% 2% 3%;
}

#cookie-notice {
    width: 100%;
    position: fixed;
    left: auto;
    right: 0px !important;
    bottom: 0px !important;
    min-width: 30%;
}


.start h1, h1 {
	font-size: 1.9em;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.3em;
}

.uk-width-3-10 {
    width: 50%;
    margin-bottom: 20px;
}

.uk-width-7-10 {
    width: 100%;
}

.faktengross {
	font-size: 1.7em;
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
	color: #666666;
}


}

@media only screen and (max-width:480px) {

.logo {
	width: 37%;
	top: 12px;
	left: 12px;
}

.faktengross {
	font-size: 1.3em;
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
	color: #666666;
}

/* header */
.header {
	height: 400px;
	width: 100%;
	margin-top: 0px;
}

.headpic {
	height: 400px;
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
  	-o-transition: height 1s ease;
  	transition: height 1s ease;
	background-position: -400px;
}

.stellenbanner {
	font-size: 1.0em;
}
	
.uk-width-1-4 {
		width: 50%;
	}

}

@media only screen and (min-width:768px) {

.logo {
	width: 22%;
	top: 15px;
}

.spruch {
	font-size: 1.1em;
	left: 0px;	
	top: 210px; /* war 120 */
}

.zitat {
	font-size: 0.8em;
	line-height: 1.2;
	right: 0px;
	top: 205px; /* war 100 */
	max-width: 35%;
}

.termin {
	font-size: 1.1em;
	right: 0px;
	top: 140px;
}

.nav {
	display: block;
	}

.nav ul li a{
	font-size: 0.68em;
	padding: 10px 6px;
	}

.nav.uk-active{
	padding: 50px 3% 0 3%;
}

.nav.uk-active ul{
	border-top: 0px solid #fff;
}

.searchfield {
	margin: 0;
	position: absolute;
	top: 4px;
	right: 3%;
}

.start h1 {
	font-size: 2.4em;
}

.main {
	padding: 0% 3%;
	margin: 3% 0;
	}

main.startpage {
	font-size: 0.8em;
	width: 100%;
	padding: 0 3%;
	margin: 3% 0;
	float: left;
}

.socialmedia {
	float: right;
}

.copyright {
	padding: 2% 3% 2% 3%;
	font-size: 0.9em;
}

.sidebar h2 {
	font-size: 1.5em;
	font-weight: 300;
}

.faktengross {
	font-size: 2.2em;
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
	color: #666666;
}


}

@media only screen and (min-width:850px) {

.spruch {
	font-size: 1.3em;
	left: 0px;
	top: 140px; /* war 100 */
}

.spruch {
	font-size: 1.7em;
	left: 0px;
	top: 250px; /* war 160 */
}

.zitat {
	font-size: 0.8em;
	line-height: 1.2;
	right: 0px;
	top: 220px; /* war 160 */
	max-width: 35%;
}
	
.termin {
	font-size: 1.3em;
	right: 0px;
	top: 140px;
}

.searchfield {
	margin: 0;
	position: absolute;
	top: 4px;
	right: 3%;
}

.nav ul li a{
	font-size: 0.72em;
	padding: 10px 6px;
	}

.faktengross {
	font-size: 2.2em;
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
	color: #666666;
}


}

@media only screen and (min-width:1025px) {

.contactheader {
	padding: 0px 7%;
}

/* header */
.header {
	height: 400px;
	width: 100%;
	margin-top: 0px;
}

.headpic {
	height: 400px;
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
  	-o-transition: height 1s ease;
  	transition: height 1s ease;
}

/* logo */
.logo {
	width: 18%;
	position: absolute;
	top: 20px;
	left: 7%;
}
.logo-img {
width: 100%;
}

.spruch {
	font-size: 1.5em;
	left: 0px;
	top: 280px; /* war 100 */
}

.zitat {
	font-size: 0.8em;
	line-height: 1.2;
	right: 0px;
	top: 260px; /* war 90 */
	max-width: 35%;
}
	
.termin {
	font-size: 1.5em;
	right: 0px;
	top: 140px;
}

.nav {
	padding: 0% 7%;
}

.nav ul li a{
	font-size: 0.85em;
	padding: 10px 8px;
	}

.nav.uk-active{
	padding: 0 2% 0 23%;
}

.nav img {
	left: 7%;
}


.nav.uk-active img{
	width: 180px;
	left: 2%;
}

.searchfield {
	position: relative;
	right: 0;
}

main {
	width: 66%;
	padding: 0% 4% 0% 7%;
}

/* sidebar */
.sidebar {
	font-size: 0.85em;
	float: left;
	width: 34%;
	padding: 4% 7% 4% 4%;
}

main.startpage {
	font-size: 0.8em;
	width: 100%;
	padding: 1% 7%;
	float: left;
}

.faktengross {
	font-size: 2.8em;
	font-weight: 700;
	font-family: 'Titillium Web', sans-serif;
	color: #666666;
}


}

@media only screen and (min-width:1400px) {

.contactheader {
	padding: 0px 10%;
}

/* header */
.header {
	height: 400px;
	width: 80%;
	margin: 0px 10% 0 10%;
}

.headpic {
	height: 400px;
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
  	-o-transition: height 1s ease;
  	transition: height 1s ease;
}

/* logo */
.logo {
	width: 16%;
	position: absolute;
	top: 20px;
	left: 12%;
}

.contactus {
	font-size: 0.85em;
	top: 10px;
	right: 11%;
}

.spruch {
	font-size: 1.8em;
	left: 10%;	
	top: 320px; /* war 100 */
}

.zitat {
	font-size: 0.9em;
	line-height: 1.3;
	right: 10%;
	top: 270px; /* war 90 */
	max-width: 30%;
}
	
.termin {
	font-size: 1.8em;
	right: 10%;
	top: 160px;
}

.nav {
	padding: 0% 0%;
	margin: 0 10% !important;
	width: 80%;
}

.nav.uk-active{
	padding: 0 10% 0 28%;
	margin: 0 !important;
	width: 100%;
}

.page-item-2 a, li.menu-item-269 a{
	border-left: 0px solid #fff;
}

.nav img{
	width: 200px;
	left: 10%;
}

.searchfield {
	position: relative;
	right: 8px;
}

main {
	width: 61%;
	padding: 1% 3% 0 10%;
}

main.startpage {
	font-size: 0.8em;
	width: 100%;
	padding: 0% 10%;
	float: left;
}

/* sidebar */
.sidebar {
	font-size: 0.85em;
	float: left;
	width: 29%;
	padding: 4% 0 3% 3%;
	margin-right: 10%;
}

.start h1 {
	font-size: 2.8em;
	margin-top: 0;
}

.page-item-2 a{
	border-left: 0px solid #fff;
}

.copyright {
	padding: 2% 10% 2% 10%;
}

}

@media only screen and (min-width:1720px) {

	
/* war Vesuch wegen gleicher Breite beibehalten

main.startpage {
	font-size: 0.8em;
	width: 1362px;
	padding: 0% 0%;
	float: left;
	position: relative;
    left: 50%;
    transform: translateX(-50%);
}
	
.header {
    height: 400px;
    width: 1362px;
    margin: 0 0 0 0;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}	
	
.logo {
	width: 273px;
	position: absolute;
	top: 20px;
	left: 32px;
}

.contactus {
	font-size: 0.95em;
	top: 15px;
	right: 30px;
}

.spruch {
	font-size: 1.8em;
	left: 0;
	top: 320px;
	/* war 100 */	
/* war Vesuch wegen gleicher Breite beibehalten

}	
	
.termin {
    font-size: 1.8em;
    right: 30px;
    top: 160px;
}
	
	.nav {
		margin: auto !important;
		width: 1362px;
		position: relative;
    	left: 50%;
    	transform: translateX(-50%);

	}
*/	
	
  
	.contactheader {
	padding: 0px 15%;
}
/* header */
.header {
	height: 400px;
	width: 70%;
	margin: 0px 15% 0 15%;
}

.headpic {
	height: 400px;
	-moz-transition: height 1s ease;
	-webkit-transition: height 1s ease;
  	-o-transition: height 1s ease;
  	transition: height 1s ease;
}
/* logo */
.logo {
	width: 256px;
	position: absolute;
	top: 20px;
	left: 17%;
}

.contactus {
	font-size: 0.95em;
	top: 15px;
	right: 16%;
}

.spruch {
	font-size: 1.8em;
	left: 15%;
	top: 320px; /* war 100 */
	
}

.zitat {
	font-size: 0.9em;
	line-height: 1.3;
	right: 15%;
	top: 270px; /* war 90 */

	max-width: 28%;
}
	
.termin {
	font-size: 1.8em;
	right: 15%;
	top: 160px;
}

.nav {
	padding: 0% 0%;
	margin: 0 15% !important;
	width: 70%;
}

.nav.uk-active{
	padding: 0 15% 0 28%;
	margin: 0 !important;
	width: 100%;
}

.nav img{
	width: 200px;
	left: 15%;
}

.searchfield {
	position: relative;
	right: 8px;
}

main {
	width: 60%; 
	padding: 1% 3% 1% 15%;
}

main.startpage {
	font-size: 0.8em;
	width: 100%;
	padding: 0% 15%;
	float: left;
}
/* sidebar */
	
.sidebar {
	font-size: 0.85em;
	float: right;
	width: 25%;
	padding: 3% 0 3% 3%;
	margin-right: 15%;
}

.start h1 {
	font-size: 3em;
	margin-top: 0;
}

.page-item-2 a{
	border-left: 0px solid #fff;
}

.copyright {
	padding: 2% 15% 2% 15%;
}

}


@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#006dab;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#006dab;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#006dab;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 0px 10px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 10px 20px;
	border-radius: 5px;
}
.alignleft {
	float:left;
	margin:5px 20px 10px 0;
	border-radius: 5px;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
	border-radius: 5px;
}
a img.alignnone {
	margin:5px 0px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
	border-radius: 5px;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:0px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:left;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	margin:0;
	padding:5px 0 0 0;
}

.gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    margin-right: 3%;
    width: 21% !important;
}

.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}

	main {
		width: 100%;
	}
	
	.sidebar {
		display: none;
	}
	}


/* titillium-web-200 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/titillium-web-v6-latin-200.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web ExtraLight'), local('TitilliumWeb-ExtraLight'),
       url('../fonts/titillium-web-v6-latin-200.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-200.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-200.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-200.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-200.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/titillium-web-v6-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'),
       url('../fonts/titillium-web-v6-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-200italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 200;
  src: url('../fonts/titillium-web-v6-latin-200italic.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web ExtraLight Italic'), local('TitilliumWeb-ExtraLightItalic'),
       url('../fonts/titillium-web-v6-latin-200italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-200italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-200italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-200italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-200italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-300italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/titillium-web-v6-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Light Italic'), local('TitilliumWeb-LightItalic'),
       url('../fonts/titillium-web-v6-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-300italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/titillium-web-v6-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'),
       url('../fonts/titillium-web-v6-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-regular.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/titillium-web-v6-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Italic'), local('TitilliumWeb-Italic'),
       url('../fonts/titillium-web-v6-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/titillium-web-v6-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'),
       url('../fonts/titillium-web-v6-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-700.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}
/* titillium-web-700italic - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/titillium-web-v6-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Titillium Web Bold Italic'), local('TitilliumWeb-BoldItalic'),
       url('../fonts/titillium-web-v6-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/titillium-web-v6-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/titillium-web-v6-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/titillium-web-v6-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/titillium-web-v6-latin-700italic.svg#TitilliumWeb') format('svg'); /* Legacy iOS */
}