/*  
Theme Name: Randoll Institut
*/
/*
    Blau    #164a7e
    hBlau   #4d87c7
    Gelb    #fdcd67
    Grau    #888
    Schrift #444
*/


/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset, figure {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/* set img max-width */
img {
	max-width: 100%;
	height: auto;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html {
	font-size: 14px;
}
body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #444;
	background-color: #eee;
}
a {
	color: #4d87c7;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #182e7a;
	text-decoration: underline;
}
p {
	margin: 0 0 1em 0;
}
small, .klein {
	font-size: 0.786em;
}
blockquote {
	font: italic 110%/130% "Times New Roman", Times, serif;
	padding: 8px 30px 15px;
}

::selection {
	background-color:#444;
	color:#fff;
}
::-moz-selection {
	background-color:#444;
	color:#fff;
}

/* LISTEN
=================================================================================== */
ul {
	list-style-type: disc;
}
ul ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style-type: lower-latin;
}
ul, ol {
	margin-top: -0.5em;
	margin-left: 0.5em;
	padding: 0 0 1em 1em;
}
ul ul, ol ol {
	margin-top: 0;
	padding-bottom: 0;
}
li {
	padding: 0.25em 0;
}
li li {
	padding: 0.25em 0;
}


/* HEADLINES
=================================================================================== */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1em 0;
	line-height: 1.3;
	color: #888;
	font-weight: bold;
	/*clear: both;*/
}
h1 {
	font-size: 2em;
	clear: both;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.2em;
	font-style: italic;
}

/* FORMULAR
=================================================================================== */
/* form input */
input, textarea, select, input[type=search], button {
	font-size: 1em;
	font-family: inherit;
}
input[type=text], input[type=email], input[type=password], textarea, select, input[type=search] {
	background: #fff;
	border: solid 1px #ddd;
	padding: 6px 10px;
	color: #444;
	/*-webkit-box-shadow: inset 2px 2px 2px 2px rgba(102, 102, 102, 0.2);
	box-shadow: inset 2px 2px 2px 2px rgba(102, 102, 102, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-appearance: none;*/
}
input[type=text], input[type=email], input[type=search] {
	width: 220px;
	max-width: 90%;
}
textarea {
	line-height: 1.5;
	width: 94%;
	max-width: 90%;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus, select:focus, input[type=search]:focus {
	outline: none;
	background: #fff;
	border: solid 1px #4d87c7;
	color: #4d87c7;
	/*-webkit-box-shadow: inset 0px 0px 0px 0px rgba(102, 102, 102, 0.1);
	box-shadow: inset 0px 0px 0px 0px rgba(102, 102, 102, 0.1);*/
}

input[type=reset], input[type=submit], input[type=button], button {
	color: #fff;
	border: solid 1px #4d87c7;
	padding: 7px 21px;
	cursor: pointer;
	background-color: #4d87c7;
	/*background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #E64D4D, #4d87c7);
	background-image: -ms-linear-gradient(top, #E64D4D, #4d87c7);
	background-image: -webkit-linear-gradient(top, #E64D4D, #4d87c7);
	background-image: -o-linear-gradient(top, #E64D4D, #4d87c7);
	background-image: linear-gradient(top, #E64D4D, #4d87c7);*/
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type=reset]:hover, input[type=submit]:hover, input[type=button]:hover, button:hover {
	color: #4d87c7;
	border: solid 1px #4d87c7;
	background-color: #fff;
}
.mobile-button {
	color: #fff;
	border: solid 1px #4d87c7;
	padding: 7px 28px 7px 56px;
	cursor: pointer;
	background-color: #4d87c7;
}
.mobile-button:hover {
	color: #555;
	border: solid 1px #555;
	background-color: #fff;
}

/************************************************************************************
STRUKTURE
*************************************************************************************/
#Rahmen {
	background-color: #fff
}
.pagewidth {
	max-width: 1080px;
}
.mobile {
}
.desktop {
	display: none;
}
.linie {
	line-height: 0;
	height: 0;
	border-bottom: 1px solid #eee;
}
#Menu {
}
#IRahmen {
	position: relative;
}

#Inhalt {
	position: relative; /* Seiten ID */
	padding: 24px 14px;
}
#Inhalt p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

#SpalteL {
	padding: 14px 14px;
}
#SpalteR {
	position: relative; /* Seiten ID */
	padding: 24px 14px;
}

/* 
KOPFZEILE
=================================================================================== */
#Kopf {
	position: relative;
	overflow: hidden;
	padding: 0;
	background-color: #164a7e;
	border-bottom: 6px solid #fdcd67;
	color: #666;
	line-height: 0;
}
.kopfzeile {
}
.kopfzeile a {
	text-decoration: none;
}
.kopfzeile a:hover {
	text-decoration: none;
}
#Sprache .widget {
    margin-bottom: 0;
    background: none;
    float: right;
}
.sprache-wrap {
	position: relative;
}
.sprache {
	position: absolute;
	right: 0;
	z-index: 9999;
	text-align: right;
	padding: 5px 14px 8px;
}
.sprache a.wpglobus-selector-link {
	margin: 9px 0 0 14px;
	padding: 0;
	float: left;
}
.sprache a.wpglobus-current-language {
	color: #182e7a;
}
.widget_wpglobus h4,
.sprache .list a.wpglobus-selector-link span.code {
	display: none;
}


/* 
LOGO
=================================================================================== */
#Logo {
}
.logo {
}
#Logo a {
	text-decoration: none;
}
#Logo a:hover {
	text-decoration: none;
}

/* 
SUCHFORMULAR
=================================================================================== */
#header #searchform {
	position: absolute;
	right: 0;
	top: 40px;
	width: 160px;
}
#header #searchform #s {
	width: 100px;
	color: #ccc;
	/*background: #eee url(image/search.png) no-repeat 8px center;*/
	border: solid 1px #ddd;
	padding-left: 28px;
	float: right;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: width .7s;
	-moz-transition: width .7s;
	transition: width .7s;
}
#header #searchform #s:focus {
	width: 140px;
	color: #ccc;
}

/* 
MOBILE HAUPT NAVIGATION 
=================================================================================== */
.mobile-button {
	position: relative;
	display: inline-block;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	background-image: url(image/menu-icon.png);
	background-repeat: no-repeat;
	background-position: 14px center;
}
.mobile-button:hover {
	background-image: url(image/menu-icon-2.png);
}

#main-nav-wrap {
}
#main-nav {
	display: none; /* visibility will be toggled with jquery */
	text-align: left;
}
ul#main-nav, #main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul#main-nav {
	border-bottom: 2px solid #ddd;
}
#main-nav li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
	background-color: #d2d2d2;
}
#main-nav li li {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #eee;
}

/* main level link */
#main-nav a {
	display: block;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 2.2;
	text-transform: none;
	color: #666;
	font-weight: bold;
}
#main-nav a:hover {
	border-left: 10px solid #164a7e;
	padding-left: 10px;
	color: #666;
}

/* sub-levels link */
#main-nav ul a {
	margin-left: 10px;
	padding-left: 10px;
	font-size: 1em;
	line-height: 1.7;
	color: #444;
	font-weight: normal;
}
#main-nav ul ul a {
	margin-left: 20px;
}
#main-nav ul ul ul a {
	margin-left: 30px;
}
#main-nav ul a:hover {
	border-left: 4px solid #164a7e;
	padding-left: 6px;
	color: #444;
}
/* dropdown ul */
#main-nav ul {
	display: none;
}
/* Mobile - aktives Untermenu sichtbar */
#main-nav .current_page_item ul,
#main-nav .current_page_ancestor ul {
	display: block;
}

/* MENUPUNKT STYLING 
=================================================================================== */
#main-nav .menu-item a,
#main-nav .page_item a {
	text-decoration: none;
}
#main-nav a:hover {
	text-decoration: none;
}
/* aktiver Menupunkt */
#main-nav .current-menu-item,
#main-nav .current_page_item {
	color: #fff;
	background-color: #164a7e;
}
#main-nav ul .current-menu-item,
#main-nav ul .current_page_item {
	color: #444;
	background-color: #84cfe8;
}
#main-nav .current-menu-item > a,
#main-nav .current_page_item > a {
	color: #fff;
}
#main-nav ul .current-menu-item > a,
#main-nav ul .current_page_item > a {
	color: #444;
}
/* GrossEltern Menupunkt */
#main-nav .current-menu-ancestor,
#main-nav .current_page_ancestor {
	color: #fff;
	background-color: #164a7e;
}
#main-nav .current-menu-ancestor > a,
#main-nav .current_page_ancestor > a {
	color: #fff;
}
/* Eltern Menupunkt */
#main-nav .current-menu-parent > a,
#main-nav .current_page_parent > a {
}
/* Home Button */
#main-nav .page-item-2 {
}

/************************************************************************************
SEITEN-TEMPLATES
*************************************************************************************/
.home #Inhalt a,
.home #Inhalt a:hover {
}

/* Beitrags Navigation */
.page-nav,
.post-nav {
	clear: both;
	margin-top: 24px;
	padding-top: 7px;
	border-top: 1px dotted #ccc;
}
.page-nav .number {
	background-color: #d2d2d2;
	display: inline-block;
	vertical-align: bottom;
	margin: 7px 3px;
	padding: 5px 0;
	width: 30px;
	height: 20px;
	text-align: center;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.page-nav .current {
	color: #fff;
}
.nav-prev {
	float: left;
	margin: 7px 10px 7px 0;
}
.nav-next {
	float: right;
	margin: 7px 0 7px 10px;
}
.arrow {
}

/* Blog */
.post-date {
	font-size: 0.928em;
	margin-bottom: 4px;
	color: #666;
}
.artikel:first-child {
	margin-top: 0;	
}
.artikel .content-image {
}
.home .separator,
.artikel .divider {
	margin-bottom: 14px;
	padding-top: 14px;
	border-bottom: 1px dotted #ccc;
}
.home .divider,
.home .artikel:last-child .separator,
.artikel:last-child .divider {
	border-bottom: 0 none;
}

/************************************************************************************
INHALT
*************************************************************************************/
h1 a,
h2 a {
	color: #888;
	text-decoration: none;
}
h1 a:hover,
h2 a:hover {
	color: #888;
	text-decoration: underline;
}
.artikel h1 {
	text-align: left;
	text-transform: none;
}
a.more-link {
	margin-top: 8px;
	display: block;
	color: #4d87c7;
	text-decoration: none;
}
a.more-link:hover {
	color: #182e7a;
	text-decoration: none;
}

a.pdf {
	margin-left: 4px;
	padding-left: 22px;
	background-image: url(image/pdf.png);
	background-repeat: no-repeat;
	background-position: left;
}
.content-image {
	margin-top: 4px;
	margin-bottom: 16px;
}
#Inhalt table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0 none;
	margin-bottom: 16px;
}
#Inhalt table th {
	padding: 15px 0 5px 0;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	border: 0 none;
}
#Inhalt table td {
	vertical-align: top;
	text-align: left;
	padding-right: 14px;
	border: 0 none;
}

/* Abstandshalter - Breite veraenderbar in Shortcode */
span.abstand {
	display: inline-block;
	width: 100px;
}

#Inhalt img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* Bildergalerie Lightbox */
.galerie-wrap {
}
a.galerie {
	display: block;
	float: left;
	line-height: 0;
	margin-bottom: 10px;
	margin-right: 10px;
}
a.galerie img {
	margin: 0;
	border: 0 none;
	width: 116px;
}

/* Accordion */
h3.ui-accordion-header {
	cursor: pointer;
	outline: none;
}
.accordion h3 {
	position: relative;
	padding: 0 0 16px 0;
	line-height: 1;
}
.accordion h3:hover {
}
.accordion .ui-icon {
	position: absolute;
	top: 10px;
	left: 3px;
	width: 20px;
	height: 26px;
	z-index:9;
	background-repeat: no-repeat;
	background-position: center;
}
.accordion .ui-icon-triangle-1-e {
	/*background-image: url(image/arrow-right.png);*/
}
.accordion .ui-icon-triangle-1-s {
	/*background-image: url(image/arrow-down.png);*/
}
.accordion h3 span.info {
	color: #ccc;
	padding: 0 10px;
	font-size: 0.857em;
}
.accordion h3:hover span.info {
	color: #444;
}
.accordion h3 a {
	padding: 5px 10px 5px 30px;
	color: #fff !important;
	font-weight: normal;
	text-decoration: none !important;
	background-color: #444;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.accordion h3:hover a {
	background-color: #4d87c7;
}
.accordion h3 a:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.accordion div {
}

/* Bildslider */
.bild, 
.cycle-slideshow {
	width: 100%;
}
.cycle-slideshow img {
	display: none;
	width: 100%;
	height: auto;
	background-color: #fff;
}
.cycle-slideshow img.bild1 {
	display: block;
}

/* Box */
.box {
	margin-top: 16px;
	padding: 10px;
	border: 1px solid #bbb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box p {
	padding: 16px 5px;
}
#Inhalt .box a {
	display: block;
	text-decoration: none;
}

embed,
iframe,
object,
video {
	max-width: 100%;
}

.clear_column {
	border: 0 none !important;
}

/* Borlabs */
#BorlabsCookieBox ._brlbs-bar .cookie-logo {
    max-width: 88px !important;
}
#BorlabsCookieBox .cookie-preference .cookie-logo {
    max-width: 88px !important;
    margin: 0 auto;
    display: block;
}
body#de #BorlabsCookieBox span.en {
    display: none;
}
body#en #BorlabsCookieBox span.de {
    display: none;
}

/* WP Kontaktformular */
.wpcf7-form {
}
.wpcf7-form h4 {
	padding: 24px 0 16px;
	font-size: 1em;
}
.wpcf7-form p {
	position: relative;
	clear: both;
	padding: 4px 0;
}
.wpcf7-form .klein {
	font-size: 0.857em;
}
.wpcf7-form label.abstand {
	float: left;
	padding: 5px 0;
	width: 100px;
}
.wpcf7-not-valid-tip {
}
.wpcf7-response-output {
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
.widget {
	margin: 0 0 24px;
	background-color: #e8e8e8;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}
.widgettitle {
	padding: 0.25em 0.25em 0.25em 10px;
	background-color: #d2d2d2;
	border-left: 10px solid #164a7e;
	color: #666;
	font-size: 1.1em;
	font-weight: bold;
}
.widget ul {
	margin: 0 0 0 20px;
	padding: 0 0 0.5em;
	list-style: none;
}
.widget li {
	margin: 0 0.5em 0.5em 0;
	padding: 0;
	clear: both;
}
.widget ul ul {
	margin: 0;
	padding: 0;
}
.widget ul ul li {
	margin: 0;
}
.widget li a  {
}
.widget li a:hover  {
}

.tagcloud a {
	display: inline-block;
	margin-right: 7px;
	font-size: 1em !important;
	text-decoration: none;
}
.textwidget {
	padding: 0.25em 0.25em 0.25em 20px;
}

.side-nav {
	margin: 0 0 0 20px;
	padding: 0;
	text-align: left;
}
.side-nav li {
	padding: 0;
	margin: 0 0 0.75em;
	list-style: none;
	display: block;
}

/* Category Posts Widget plugin */
.cat-post-widget h4 {
	padding: 0.25em 0.25em 0.25em 10px;
	margin: 0 0 1em;
}
.cat-post-widget .post-title {
	font-size: 1em !important;	
	font-weight: normal !important;
}
.cat-post-widget ul li {
	margin: 0 0.5em 0.5em 0 !important;
	padding: 0 !important;
	border-bottom: 0 none !important;
}
.xfeld {
    display: none;
}
/************************************************************************************
FUSSZEILE
*************************************************************************************/
#Fuss {
	padding: 0;
	font-size: 14px;
	min-height: 55px;
	color: #666;
	background-color: #164a7e;
	border-top: 6px solid #fdcd67;
}
#Fuss a {
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
}
#Fuss a:hover {
	color: #4d87c7;
	text-decoration: underline;
}
#Fuss h4.widgettitle {
	color: #fff;
	font-size: 1em;
	line-height: 1.5;
	padding: 0;
	margin: 0;
}

/* back to top */
.back-top {
	padding-bottom: 24px;
}
.back-top a {
	background: #4d87c7 url(image/arrow-up.png) no-repeat center center;
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	text-indent: -900em;
	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
	border-radius: 10em;	
}
.back-top a:hover {
	background-color: #fdcd67;
}

/* footer text */
.fusstext {
	text-align: center;
	padding: 24px 14px;
}
.fusstext span {
	white-space: nowrap; /* kein Umbruch in Telefonnr. */
}
.punkt {
	color: #4d87c7;
}

.footer-nav {
	margin: 7px 0;
	padding: 0;
	text-align: left;
}
.footer-nav li {
	margin: 0 8px 5px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	zoom: 1;
}

/************************************************************************************
WORDPRESS POST FORMATTING
*************************************************************************************/
img.alignleft, img.aligncenter, img.alignright, img.alignnone {
	margin-bottom: 15px;
}
.alignleft {
}
.alignright {
}
/* Mobile - Bilder zentriert */
.alignleft,
.alignright,
.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	text-align: center;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption-text {
	font-style: normal;
	font-size: 10px;
	color: #4d87c7;
	line-height: 1.2;
	margin: 6px 0;
}

/************************************************************************************
CLEAR & ALIGNMENT
*************************************************************************************/
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.textleft {
	text-align: left;
}
.textright {
	text-align: right;
}
.textcenter {
	text-align: center;
}

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/************************************************************************************
WP SYSTEM
*************************************************************************************/
body .seiten-id {
	display: none;
}
body.logged-in .seiten-id {
	display: inline;
	position: absolute;
	z-index: 9999;
	top: 1px;
	right: 1px;
	padding: 3px 5px;
	color: #fff;
	background-color: #ccc;
	border: 2px solid #f00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/************************************************************************************
Modifizierte Formate fuer Dr. Randoll Institut
Originalformate und Mixins stammen von Kube CSS Framework 
*************************************************************************************/
.btn {
  position: relative;
  cursor: pointer;
  outline: none;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
  line-height: 1;
  font-size: 13px;
  font-weight: normal;
  padding: 6px 16px;
  border-radius: 4px;
  background-color: #589abe;
  background-image: -moz-linear-gradient(top, #84cfe8, #164a7e);
  background-image: -ms-linear-gradient(top, #84cfe8, #164a7e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#84cfe8), to(#164a7e));
  background-image: -webkit-linear-gradient(top, #84cfe8, #164a7e);
  background-image: -o-linear-gradient(top, #84cfe8, #164a7e);
  background-image: linear-gradient(top, #84cfe8, #164a7e);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84cfe8', endColorstr='#164a7e', GradientType=0);
  border: 1px solid #dadada;
  border-left: 1px solid #d2d2d2;
  border-right: 1px solid #d2d2d2;
  border-bottom-color: #a9a9a9;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15), inset 0 1px 1px 0 rgba(255, 255, 255, 0.6);
  text-shadow: 0 1px 0px #000000;
}
.btn {
  color: #ffffff;
}
.btn:hover {
  filter: none;
  background: none;
  background: #84cfe8;
  color: #000000;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
}
/* Active  */
.btn-big.btn-active,
.btn-big.btn-active:hover {
  padding: 11px 25px;
}
.btn-active,
.btn-active:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4) inset;
  color: #555;
  border: none;
  background: none;
  filter: none;
  background-color: #ddd;
  text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
  padding: 7px 17px 8px 17px;
}
/* Small */
.btn-small {
  padding: 4px 12px;
  font-size: 11px;
}
.btn-small.btn-active {
  padding: 5px 12px;
}
/* Big */
.btn-big {
  padding: 10px 24px;
  font-size: 20px;
}
/* Square */
.btn-square {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* Round */
.btn-round {
  border-radius: 15px;
  border-radius: 0 \0;
  /* ie9 hack */
}
/* Full */
.btn-full {
  width: 100%;
}
/* Group  */
.btn-group {
  display: inline-block;
  margin-right: 2px;
  vertical-align: bottom;
}
.btn-group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.btn-group > .btn,
.btn-group > input {
  float: left;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-left: -1px;
}
.btn-group > .btn:first-child {
  border-radius: 4px 0 0 4px;
}
.btn-group > .btn:last-child {
  border-radius: 0 4px 4px 0;
}
.btn-group > .btn.btn-round:first-child,
.btn-group > .input-search:first-child {
  border-radius: 15px 0 0 15px;
}
.btn-group > .btn.btn-round:last-child,
.btn-group > .input-search:last-child {
  border-radius: 0 15px 15px 0;
}
/* Append  */
.btn-append {
  margin-left: -2px;
  border-radius: 0 4px 4px 0;
}
/* Disabled  */
.btn.disabled,
.btn[disabled] {
  border: none;
  filter: none;
  background: none;
  background-color: #e9e9e9;
  opacity: 0.6;
  cursor: default;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
}

/*---------------------------------------
Weitere Stile
_______________________________________*/

/* Timeline */
div.timeline {
	background:url(image/timeline/timeline-hg.png) top left no-repeat;
	min-height:100px;
	padding:22px 0 16px 64px;
	}
div.timeline.start {
	background:url(image/timeline/timeline-start-hg.png) top left no-repeat;
	}
div.timeline.end {
	background:url(image/timeline/timeline-end-hg.png) top left no-repeat;
	}	


/* Media queries
------------------------------------------------------------------------------------ */
/* bis 400 pixel */
@media screen and (max-width:400px) {
	#Inhalt table {
		empty-cells: hide;
		border-bottom: 1px solid #444;
	}
	#Inhalt tr {
		border-top: 1px solid #444;
	}
	#Inhalt tr th,
	#Inhalt tr td {
		display: block;
		width: 100% !important;
	}
	#Inhalt table td {
		border: 0 none;
	}
}


/* ab 600 pixel */
@media screen and (min-width: 600px) {
	html {
		height: 100%;
	}
	body {
		min-height: 100.5%;
		font-size: 12px;
	}
	#Rahmen {
		overflow: hidden;
	}
	.pagewidth {
		margin: 0 auto;
	}
	.mobile {
		display: none;
	}
	.desktop {
		display: block;
	}
	#Kopf {
	}
	.sprache {
		position: relative;
		padding-right: 2%;
	}
	.sprache a.wpglobus-selector-link {
		margin: 5px 0 0 14px;
	}
	.logo {
		max-width: 100%;
	}
	#Menu {
	}
	#IRahmen {
		padding: 8px 0 48px;
	}
	#Inhalt {
		float: left;
		padding: 0 0 24px;
		width: 48%;
		min-height: 399px;
	}
	#Inhalt.breit {
		float: left;
		padding: 0 0 24px;
		width: 72%;
	}
	#SpalteL {
		float: left;
		padding: 0 2% 24px 0;
		width: 24%;
		background: none;
	}
	#SpalteR {
		float: right;
		padding: 0 2% 24px 0;
		width: 22%;
		background: none;
	}

	#Fuss {
		font-size: 12px;
	}
	#Fuss a {
		text-decoration: none;
	}
	.fusstext {
	}
	.back-top {
		display: none;
	}

	/* HAUPT NAVIGATION 
	============================================================================== */
	.mobile-button {
		display: none;
	}
	#main-nav-wrap {
	}
	#main-nav {
		position: relative;
		display: block !important; /* !important - wegen Toogle jQuery !!! */
		text-align: left;
		width: auto;
		z-index: 100;
	}
	#main-nav li {
	}
	#main-nav li:first-child {
	}
	/* main level link */
	#main-nav a {
		line-height: 2;
	}
	#main-nav a:hover {
	}
	/* sub-levels link */
	#main-nav ul a {
		line-height: 1.2;
	}
	#main-nav ul a:hover {
	}


	/* INHALT
	============================================================================== */
	.galerie-wrap {
	}
	a.galerie img {
		width: auto;
	}

	/* SPALTEN 
	============================================================================== */
	.home .separator {
		display: none;
	}
	.home .divider,
	.divider {
		clear: both;
		display: block;
		margin-bottom: 14px;
		padding-top: 14px;
		width: 100%;
		border-bottom: 1px dotted #ccc;
	}
	.last {
		clear: right;
		margin-right: 0 !important;
	}
	.two-columns-one {
		width: 48.75%;
	}
	.three-columns-one {
		width: 31.666%;
	}
	.three-columns-two {
		width: 65.833%;
	}
	.four-columns-one {
		width: 23.125%;
	}
	.four-columns-two {
		width: 48.75%;
	}
	.four-columns-three {
		width: 74.375%;
	}
	.two-columns-one, .three-columns-one, .three-columns-two, .four-columns-one, .four-columns-two, .four-columns-three {
		float: left;
		margin-bottom: 0;
		margin-right: 2.5%;
		position: relative;
	}
	/* Plugin Spalten Shortcode
	============================================================================== */
	.full_width,
	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		float: left;
	}
	.clear_column {
		clear:both;
		display:block;
		font-size:0;
		height:0;
		line-height:0;
		width:100%;
		overflow: hidden;
		margin-bottom: 8px;
	}
	body .full_width  {
		width: 100%;
	}
	body .one_half {
		width: 48.75%;
		margin-right: 2.5%;
	}
	body .one_half.last_column {
		width: 48.75%;
		margin-right: 0px;
	}
	body .one_third {
		width: 31.666%;
		margin-right: 2.5%;
	}
	body .one_third.last_column {
		width: 31.666%;
		margin-right: 0px;
	}
	body .two_third {
		width: 65.833%;
		margin-right: 2.5%;
	}
	body .two_third.last_column {
		width: 65.833%;
		margin-right: 0px;
	}
	body .one_fourth {
		width: 23.125%;
		margin-right: 2.5%;
	}
	body .one_fourth.last_column {
		width: 23.125%;
		margin-right: 0px;
	}
	body .three_fourth {
		width: 74.375%;
		margin-right: 2.5%;
	}
	body .three_fourth.last_column {
		width: 74.375%;
		margin-right: 0px;
	}
	body .one_fifth {
		width: 18%;
		margin-right: 2.5%;
	}
	body .one_fifth.last_column {
		width: 18%;
		margin-right: 0px;
	}
	body .two_fifth {
		width: 38.5%;
		margin-right: 2.5%;
	}
	body .two_fifth.last_column {
		width: 38.5%;
		margin-right: 0px;
	}
	body .three_fifth {
		width: 59%;
		margin-right: 2.5%;
	}
	body .three_fifth.last_column {
		width: 59%;
		margin-right: 0px;
	}
	body .four_fifth {
		width: 79.5%;
		margin-right: 2.5%;
	}
	body .four_fifth.last_column {
		width: 79.5%;
		margin-right: 0px;
	}
	body .one_sixth {
		width: 14.583%;
		margin-right: 2.5%;
	}
	body .one_sixth.last_column {
		width: 14.583%;
		margin-right: 0px;
	}
	body .five_sixth  {
		width: 82.9%;
		margin-right: 2.5%;
	}
	body .five_sixth.last_column  {
		width: 82.9%;
		margin-right: 0px;
	}
	/* IMAGES
	============================================================================== */
	.alignleft {
		float: left;
		margin-right: 20px;
	}
	.alignright {
		float: right;
		margin-left: 20px;
	}

}

/* 768 pixel iPad */
/* ab 760 pixel */
@media screen and (min-width: 760px) {	
}

/* ab 1080 pixel */
@media screen and (min-width: 1080px) {	
	#Rahmen {
		margin-top: 16px;
		margin-bottom: 16px;
	}
}



/* PRINT
----------------------------------------------------------------------------------- */

@media print {
	body {
		height: auto;
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	#Rahmen {
		max-width: 100%;
		border: 0 none;
		background: none;
	}
	#Inhalt {
		width: auto;
		min-height: 1px;
	}
	#Inhalt a,
	a {
		text-decoration: none;
	}
	#Logo {
	}
	.autoheight {
		height: auto !important;
	}
	.kopfzeile,
	#DivScroll,
	#Titelbild,
	.mobile,
	.logo-mobil,
	.wpcf7-form,
	#Menu,
	#SpalteR,
	#SpalteL,
	.back-top,
	.social-widget {
		display: none;
	}
	.alignleft {
		float: left;
		margin-right: 20px;
	}
	.alignright {
		float: right;
		margin-left: 20px;
	}

}