/*
Theme Name: Spacious Child
Theme URI: http://www.okapidesign.com
Author: okapidesign
Author URI: http://themegrill.com
Template: spacious
Text Domain: spacious

http://www.elmastudio.de/wordpress/wordpress-theme-anpassungen-mit-hilfe-von-child-themes/
*/

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


/* gruen: #97bf0d */

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/spacious-child-cz/template-assets/font/lato-v23-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/spacious-child-cz/template-assets/font/lato-v23-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


/* open-sans-regular - latin-ext_latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local(''),
       url('/wp-content/themes/spacious-child-cz/template-assets/font/open-sans-v34-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/spacious-child-cz/template-assets/font/open-sans-v34-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local(''),
       url('/wp-content/themes/spacious-child-cz/template-assets/font/open-sans-v34-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('/wp-content/themes/spacious-child-cz/template-assets/font/open-sans-v34-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


html {
}
body {
    background-color: none !important;
    font-size: 15px;
    line-height: 22px;
}
body.custom-background {
    background-color: none !important;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font: inherit;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
html {
    overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
    -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
    -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    font-weight: bold;
}
th, td {
    border: 1px solid #EAEAEA;
    padding: 6px 10px;
}
caption, th, td {
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
a img {
    border: 0;
}
embed, iframe, object {
    max-width: 100%;
}
button::-moz-focus-inner {
 border: 0;
 padding: 0;
 margin: 0;
}
/* =GENERICONS
----------------------------------------------- */
@font-face {
    font-family: 'Genericons';
    src: url('font/genericons-regular-webfont.eot');
    src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('font/genericons-regular-webfont.woff') format('woff'), url('font/genericons-regular-webfont.ttf') format('truetype'), url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* =GLOBAL
----------------------------------------------- */
body, button, input, select, textarea {
    color: #222;
    font-family: "myriad-pro", Arial, Helvetica, sans-serif;
    word-wrap: break-word;
}
body {
    background: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    padding-bottom: 18px;
    color: #222;
    font-weight: normal;
    font-weight: 300;
    text-transform: uppercase;
}
h1, h2 {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
}
h3 {
    font-size: 20px;
    line-height: 25px;
}
h4, h5, h6 {
    font-size: 15px;
    line-height: 20px;
}
h3.widget-title {
    font-size: 15px;
}
hr {
    border-color: #EAEAEA;
    border-style: solid none none;
    border-width: 1px 0 0;
    height: 0;
    margin: 30px 0;
}
/* =TEXT ELEMENTS
----------------------------------------------- */
p {
    margin-bottom: 15px;
}
p + h2 {
    margin-top: 36px;
}
p + h3 {
    margin-top: 36px;
}
strong {
    font-weight: bold;
}
cite, em, i {
    font-style: italic;
}
pre {
    background-color: #fff;
    margin-bottom: 20px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #EAEAEA;
}
abbr, acronym, dfn {
    border-bottom: 1px dotted #666666;
    cursor: help;
}
address {
    display: block;
    font-style: italic;
    margin: 0 0 15px;
}
ins {
    background: #F8F8F8;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
/* =SUPERCRIPT AND SUBSCRIPT
----------------------------------------------- */
sup, sub {
    font-size: 10px;
    height: 0;
    line-height: 1;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
dl {
    margin-bottom: 24px;
}
dt {
    font-weight: bold;
    margin-bottom: 5px;
}
dd {
    margin-bottom: 24px;
}
ul, ol {
    list-style: none;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
/* margin: 0 0 0 10px; */
}
/* =FORMS
----------------------------------------------- */
input, textarea {
    -webkit-border-radius: 0px;
}
input[type="text"], input[type="email"], input[type="search"], input[type="password"], textarea {
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
input[type="text"], input[type="email"], input[type="password"], textarea {
    padding: 1%;
    border: 1px solid #EAEAEA;
    width: 98%;
    margin: 0 0 15px;
    background-color: #F8F8F8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
    border: 1px solid #EAEAEA;
}
input.s {
    width: 60%;
    padding: 4px 10px;
    height: 22px;
    color: #666666;
    background-color: #FFFFFF;
    margin: 0;
    border: 1px solid #EAEAEA;
}
input.s:focus {
    padding-left: 10px;
    border-color: #EAEAEA;
    text-indent: 0;
}
.spacious-button, input[type="reset"], input[type="button"], input[type="submit"], button {
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 30px;
    padding: 5px 25px;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    cursor: pointer;
    background-color: #97bf0d;
    border: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.spacious-button:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
.previous a, .next a {
    display: none;
}
.previous a:hover, .next a:hover {
    color: #97bf0d;
}
input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:active {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
/* =LINKS
----------------------------------------------- */
a {
    color: #97bf0d;
    text-decoration: none;
}
a:focus, a:active, a:hover {
    text-decoration: none;
}
/* =IMAGES
----------------------------------------------- */
figure {
    margin: 0;
    text-align: center;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    margin-bottom: 18px;
}
.entry-content img, .comment-content img, .widget img {
    max-width: 100%;
}
img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
}
img.size-full, img.size-large {
    max-width: 100%;
    height: auto;
}
.entry-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
img.alignleft, img.alignright, img.aligncenter {
    margin-bottom: 1.625em;
}
p img {
}
img#wpstats {
    display: none;
}
/* beitragsbild */
#primary .image {
    width: 100%;
    height: 100%;
}
/* =CLEARFIX
----------------------------------------------- */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
.tg-after-three-blocks-clearfix {
    clear: both;
}
/* =ALIGNMENT
----------------------------------------------- */
.alignleft {
    display: inline;
    float: left;
    margin-right: 20px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 20px;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*****************************************************************/
/*****************************************************************/


.social {
    /* display:none; */
    margin-left: 10px;
    margin-top: 10px;
    width: auto;
    min-width: 94px;
    margin-right: 10px;
    float: left;
    height: auto;
    min-height: 28px;
}
.smfb {
    display: block;
    float: left;
    height: 28px;
    width: 28px;
    background-image: url("so-fb-bu.png");
    margin-left: 5px;
    transition: .2s ease;
}


.smig
    {
    display: block;
    float: left;
    height: 28px;
    width: 28px;
    background-image: url("icon-insta2.png");
    margin-left: 5px;
    transition: .2s ease;
}



/*
.smfb:hover{
    background-image:url("social-fb-bu.png");
}
*/

.smyt {
    display: block;
    float: left;
    height: 28px;
    width: 28px;
    background-image: url("so-yo-bu.png");
    transition: .2s ease;
}
/*
.smyt:hover{
     background-image:url("social-youtube-bu.png");
}
*/


/* =BODY
----------------------------------------------- */
body {
}
#page {
    max-width: 960px;
    margin: 0 auto;
    background-color: none;
    font-size: 15px;
    line-height: 22px;
}
.wide-978, .wide-1218 {
    padding-top: 0;
    padding-bottom: 0;
}
.wide-1218 #page {
    max-width: 100%;
}
.narrow-978 #page {
    max-width: 1038px;
}
.wide-978 #page {
    max-width: 100%;
}
.wide-978 #page {
    padding-top: 0;
    padding-bottom: 0;
}
.inner-wrap {
    margin: 0 auto;
}
.wide-1218 .inner-wrap {
    max-width: 1218px;
}
.narrow-978 .inner-wrap {
    max-width: 978px;
}
.wide-978 .inner-wrap {
    max-width: 978px;
}
/* =HEADER
----------------------------------------------- */
#masthead {
}
#header-meta {
    background-color: #F8F8F8;
    border-bottom: 1px solid #EAEAEA;
}
#header-text-nav-container {
    background-color: #fff;
}
#header-text-nav-wrap {
}
#header-left-section {
    float: left;
    margin-right: 25px;
}
#header-logo-image {
    float: left;
    padding: 15px 0 40px 0;
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #97bf0d;
    border-top: 1px solid #97bf0d;
}
#header-logo-image img {
    margin-bottom: 0px;/* width: 340px; */
}
#header-text {
    float: left;
    padding: 10px 20px 0 0;
}
#site-title a {
    color: #444444;
    font-size: 36px;
}
h1#site-title {
    padding-bottom: 5px;
}
#site-title a:hover {
    color: #97bf0d;
}
#site-description {
    padding-bottom: 0;
    color: #666666;
}
#header-right-section {
    float: right;
}
#header-right-sidebar {
    overflow: hidden;
}
#header-right-section .widget {
    text-align: right;
    padding-top: 10px;
}
#header-right-section .widget h3 {
    padding-bottom: 5px;
}
.header-image {
    margin-bottom: 0;
    border-bottom: 1px solid #EAEAEA;
    width: 100%;
}
#header-flags {
    margin-left: 0;
    margin-top: 17px;
    width: auto;
    float: left;
    height: auto;
    min-height: 28px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 6px;
}
#header-flags img {
    margin-right: 0;
    display: block;
}
/* =SEARCH WIDGET
----------------------------------------------- */
#masthead .search-wrap input.s {
    width: 130px;
}
.search-wrap button {
    border-radius: 0;
    line-height: 32px;
    margin-bottom: 0;
    margin-left: -6px;
    padding: 0;
}
.search-icon:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 18px/1 'Genericons';
    content: '\f400';
    vertical-align: middle;
    padding: 0 7px;
}
/* =NAVIGATION
----------------------------------------------- */
nav li > ul, nav li > ol {
    margin: 0;
    list-style: none;
}
.main-navigation {
    float: right;
    padding: 5px 10px 0 0;
    text-transform: uppercase;
    margin-top: 5px;
}
.main-navigation li {
    float: left;
    position: relative;
    padding: 0 0 0 25px;
}
.main-navigation ul li a {
}
.main-navigation li.default-menu, li.default-menu {
    display: none;
}
.main-navigation a {
    color: #444444;
    display: block;
    float: left;
    padding: 7px 0 8px 5px;
    height: 30px;
}
.main-navigation a:hover, .main-navigation ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor a, .main-navigation ul li.current-menu-ancestor a, .main-navigation ul li.current_page_item a, .main-navigation ul li:hover > a {
    color: #97bf0d;
}
/* =DROP DOWN
----------------------------------------------- */
.main-navigation ul li ul, .main-navigation ul li:hover ul ul, .main-navigation ul ul li:hover ul ul, .main-navigation ul ul ul li:hover ul ul, .main-navigation ul ul ul ul li:hover ul ul {
    display: none;
    z-index: 9999;
}
.main-navigation ul li:hover ul, .main-navigation ul ul li:hover ul, .main-navigation ul ul ul li:hover ul, .main-navigation ul ul ul ul li:hover ul, .main-navigation ul ul ul ul ul li:hover ul {
    display: block;
}
.main-navigation ul li ul {
    position: absolute;
    top: 45px;
    padding-top: 5px;
    left: 25px;
/*    width: 210px; */
    width: 250px;
}
.main-navigation ul li ul li {
    float: none;
    padding: 0;
    background-color: #fff;
}
.main-navigation ul li ul li a, .main-navigation ul li.current-menu-item ul li a, .main-navigation ul li ul li.current-menu-item a, .main-navigation ul li.current_page_ancestor ul li a, .main-navigation ul li.current-menu-ancestor ul li a, .main-navigation ul li.current_page_item ul li a {
    float: none;
    font-weight: normal;
    height: 100%;
    padding: 3px 0px 0 5px;
    color: #222222;
}
.main-navigation ul li ul li a:hover, .main-navigation ul li ul li:hover > a, .main-navigation ul li.current-menu-item ul li a:hover {
    color: #97bf0d;
}
/* li.current-menu-item a  */
ul li ul li.current_page_item a {
    color: #97bf0d !important;
}
.main-navigation ul li ul li ul {
    left: 150px;
    top: -1px;
}
.main-navigation select {
    display: none;
}
/* =SMALL MENU
----------------------------------------------- */
.menu-toggle {
    display: none;
    cursor: pointer;
}
.site-header .menu-toggle {
    background: #3A3A3A;
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 10px 22px;
    margin: 0;
    text-align: center;
}
.site-header .menu-toggle:hover {
    background: #97bf0d;
}
.site-header .menu-toggle:before {
    content: '\2261';
    margin-right: 10px;
}
.main-small-navigation {
    float: none;
    padding-top: 0;
    background-color: #222222;
    margin-top: 5px;
}
.main-small-navigation ul {
    margin: 0;
    list-style: none;
}
.main-small-navigation a {
    display: block;
    color: #222;
    padding: 10px 40px;
    text-decoration: none;
    border-bottom: 1px solid #ccc;
}
.main-small-navigation li {
    background: #3A3A3A;
    background: #fff;
}
.main-small-navigation li:hover {
    background: #97bf0d;
}
.main-small-navigation ul ul a {
    padding-left: 60px;
}
.main-small-navigation ul ul ul a {
    padding-left: 80px;
}
.main-small-navigation ul > .current_page_item, .main-small-navigation ul > .current-menu-item {
    background: #97bf0d;
}
/* =SECONDARY MENUS
----------------------------------------------- */
.small-menu {
    float: right;
}
.small-menu li {
    float: left;
    position: relative;
}
.small-menu li.default-menu, li.default-menu {
    display: none;
}
.small-menu a {
    color: #666666;
    display: block;
    float: left;
    height: 21px;
    padding: 5px 0 0 16px;
    font-size: 12px;
}
.small-menu a:hover, .small-menu ul li.current-menu-item a, .small-menu ul li.current_page_ancestor a, .small-menu ul li.current-menu-ancestor a, .small-menu ul li.current_page_item a, .small-menu ul li:hover > a {
    color: #97bf0d;
}
/* =PAGE HEADER TITLE
----------------------------------------------- */

.header-post-title-container .post-title-wrapper {
    float: left;
    max-width: 100%;
    padding-right: 30px;
}
.header-post-title-class {
    font-size: 36px;
    padding-bottom: 20px;
    font-family: "myriad-pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    padding-left: 10px;
    width: 580px;
    display: inline;
    float: left;
}
/* wird ausgeblendet 11.8.2015 */

.header-post-title-class {
    display: none;
}
.single-post .header-post-title-class {
    display: block;
}
/* =CONTENT
----------------------------------------------- */
.sticky {
}
.extra-hatom-entry-title {
    display: none;
}
#main {
    padding: 30px 0 10px 0;/* background-color: #fff; */
    background-color: #fff;
}
#content {
    background-color: #fff;
    padding: 10px;
}
#content aside {
    margin-bottom: 40px;
    padding: 0;
    clear: both;
}
#content aside .widget-title {
    margin-left: -10px;
}
#content aside .widget-title span {
    padding: 2px 10px;
    line-height: 32px;
}
#content aside .textwidget {
    padding: 0px;
}
/* absolventen plz */
sprache_1 #secondary aside#text-2 a {
    background-color: #fff;
    color: #97bf0d;
    padding: 0;
}
.category-absolventen #content .post {
    border-bottom: 1px solid #97bf0d;
    padding-bottom: 0px;
    padding-top: 25px;
}

/* ch lip-berater liste */
.category-lip-berater #content .post {
    border-bottom: 1px solid #B1996C;
    padding-bottom: 25px;
    padding-top: 25px;
}



.widget_service_block {
    margin-bottom: 30px;
    padding-top: 30px;
}
.widget_service_block .widget-title {
    font-size: 22px;
    padding-bottom: 10px;
}
.widget_service_block p {
    padding-bottom: 0;
}
.widget_service_block .more-link-wrap {
    text-align: center;
}
.widget_service_block a.more-link:hover, .widget_featured_single_post a.read-more:hover {
    text-decoration: underline;
}
.widget-title a {
    color: #444444;
}
.tg-one-half .widget-title a:hover, .tg-one-third .widget-title a:hover, .tg-one-fourth .widget-title a:hover {
    color: #97bf0d;
}
.tg-one-half p, .tg-one-third p, .tg-one-fourth p {
    text-align: center;
}
.tg-one-half .service-image, .tg-one-third .service-image, .tg-one-fourth .service-image {
    text-align: center;
}
.tg-one-half .widget-title, .tg-one-third .widget-title, .tg-one-fourth .widget-title {
    text-align: center;
}
.tg-one-fourth {
    float: left;
    margin: 0;
    padding: 0px;
}
.tg-one-fourth-last {
    margin: 0px;
}
.tg-one-half {
    float: left;
    width: 48.7684729%;
    margin: 0 2.46305419% 0 0;
    padding: 0px 0px 30px;
}
.tg-one-half-last {
    float: right;
    margin: 0px;
}
.widget_recent_work {
    margin-bottom: 20px;
}
.widget_recent_work img {
    margin-bottom: 0px;
}
.widget_recent_work .tg-one-half .widget-title, .widget_recent_work .tg-one-third .widget-title, .widget_recent_work .tg-one-fourth .widget-title {
    font-size: 22px;
    padding-bottom: 8px;
    text-align: left;
}
.widget_recent_work .tg-one-half p, .widget_recent_work .tg-one-third p, .widget_recent_work .tg-one-fourth p {
    text-align: left;
}
.widget_recent_work .tg-one-half .service-image, .widget_recent_work .tg-one-third .service-image, .widget_recent_work .tg-one-fourth .service-image {
    text-align: center;
    padding-bottom: 0;
}
.widget_featured_single_post {
    padding-bottom: 30px;
}
.widget_featured_single_post .widget-title {
    font-size: 22px;
}
.widget_featured_single_post .widget-title, .widget_featured_single_post p, .widget_featured_single_post .service-image {
    text-align: left;
}
.widget_featured_single_post .service-image {
    padding-bottom: 0px;
}
.widget_featured_post {
    margin-bottom: 20px;
}
.widget_featured_post .main-title {
    font-size: 24px;
    padding-bottom: 8px;
}
.container-featured-widget-head {
    padding-top: 10px;
    padding-bottom: 15px;
}
.widget_featured_post .tg-one-half .widget-title, .widget_featured_post .tg-one-third .widget-title, .widget_featured_post .tg-one-fourth .widget-title {
    text-align: left;
    font-size: 20px;
    padding-bottom: 8px;
    line-height: 22px;
}
.widget_featured_post .tg-one-half p, .widget_featured_post .tg-one-third p, .widget_featured_post .tg-one-fourth p {
    text-align: left;
}
.widget_featured_post .meta {
    font-size: 12px;
    padding: 3px;
}
.wide-978 .widget_featured_post .meta, .narrow-978 .widget_featured_post .meta {
    font-size: 11px;
}
/* =META
----------------------------------------------- */
.meta {
    border-bottom: 1px dashed #EAEAEA;
    border-top: 1px dashed #EAEAEA;
    padding: 5px;
    font-size: 15px;
}
.meta li:first-child {
    border-left: 0 none;
    padding-left: 0 !important;
}
.meta li {
    border-left: 1px solid #EAEAEA;
    float: left;
    padding: 0 6px 0 6px !important;
    border-bottom: none !important;
}
.meta li:last-child {
    float: right;
    border-left: 0 none;
    padding-right: 0px !important;
}
.main-title {
    text-align: center;
    text-transform: uppercase;
}
.main-description {
    text-align: center;
}
/* =NAVIGATION
----------------------------------------------- */
.default-wp-page .previous {
    float: left;
    margin-bottom: 30px;
}
.default-wp-page .next {
    float: right;
    margin-bottom: 30px;
}
.wp-pagenavi {
    text-align: center;
}
#content .wp-pagenavi .page {
    padding-bottom: 3px;
}
/* =PAGINATION
----------------------------------------------- */
.pagination {
    margin: 15px 0;
}
.pagination span {
    padding: 2px 5px;
    border: 1px solid #EAEAEA;
    background-color: #97bf0d;
    color: #FFFFFF;
}
.pagination a span {
    background-color: #FFFFFF;
    color: #666666;
}
.pagination a span:hover {
    color: #97bf0d;
    border-color: #97bf0d;
    text-decoration: none;
}
/* =TESTIMONIAL WIDGET
----------------------------------------------- */
.widget_testimonial {
    margin-bottom: 30px;
}
.widget_testimonial .widget-title {
    font-size: 22px;
    text-align: left;
}
.widget_testimonial .testimonial-icon:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 22px/1 'Genericons';
    vertical-align: top;
    content: '\f106';
    width: 25px;
    height: 19px;
    float: left;
    margin-right: 3.06%;
    color: #97bf0d;
    transform: rotate(180deg);
}
.widget_testimonial .testimonial-post {
    padding: 20px;
    border-width: 2px 1px 1px 1px;
    border-style: solid dashed dashed dashed;
    border-color: #97bf0d #EAEAEA #EAEAEA #EAEAEA;
    font-style: italic;
    margin-bottom: 15px;
    display: block;
    overflow: hidden;
}
.widget_testimonial .testimonial-post p {
    margin-bottom: 0px;
}
.widget_testimonial .testimonial-author {
    text-align: right;
    clear: both;
    font-size: 12px;
}
.widget_testimonial .testimonial-author span {
}
/* =CALL TO ACTION WIDGET
----------------------------------------------- */
.widget_call_to_action {
    margin-bottom: 60px;
}
.call-to-action-content-wrapper {
    border-width: 1px 1px 1px 3px;
    border-style: dashed dashed dashed solid;
    border-color: #EAEAEA #EAEAEA #EAEAEA #97bf0d;
    padding: 20px 3.85878489% 20px 3.69458128%;
    background-color: #F8F8F8;
}
.call-to-action-content {
    width: 69.5187166%;
    float: left;
}
.call-to-action-content h3 {
    padding-bottom: 0;
    font-size: 24px;
}
.call-to-action-content p {
    padding-bottom: 0;
    margin-bottom: 0;
}
.call-to-action-button {
    float: right;
    background-color: #97bf0d;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    padding: 5px 3.28407225%;
    margin-top: 4px;
}
.call-to-action-button:hover {
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}
/* =MEDIA
----------------------------------------------- */
.wp-caption {
    border: 1px solid #ccc;
    margin-bottom: 1.5rem;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 1.2% auto 0;
    max-width: 98%;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075rem 0;
}
.gallery-caption {
}
/* =WORDPRESS GALLERY SUPPORT
----------------------------------------------- */
.gallery {
    margin: 0 auto 2em;
}
.gallery .gallery-item {
    float: left;
    display: block;
    background: #fff;
    margin: 10px 1.5% 20px;
    text-align: center;
}
.gallery .gallery-item:hover {
}
.gallery .gallery-icon {
    text-align: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
    line-height: 0;
}
.gallery-columns-1 .gallery-item {
    float: none;
    text-align: center;
    width: 100%;
    margin: 10px 0 20px;
}
.gallery-columns-2 .gallery-item {
    width: 47%;
}
.gallery-columns-3 .gallery-item {
    width: 30%;
}
.gallery-columns-4 .gallery-item {
    width: 22%;
}
.gallery-columns-5 .gallery-item {
    width: 17%;
}
.gallery-columns-6 .gallery-item {
    width: 13.6%;
}
.gallery-columns-7 .gallery-item {
    width: 12.25%;
    margin: 10px 1% 10px;
}
.gallery-columns-8 .gallery-item {
    width: 10.5%;
    margin: 10px 1% 10px;
}
.gallery-columns-9 .gallery-item {
    width: 9.11%;
    margin: 10px 1% 10px;
}
.gallery dl a {
    display: block;
}
.gallery dl a img {
    height: auto;
    margin: 0 auto;
}
.gallery .gallery-caption {
    line-height: 1.2em;
    margin: 10px 0 0;
}
.gallery br+br {
    display: none;
}
.screen-reader-text {
    display: none;
}
.nav-previous, .nav-next {
    margin-bottom: 15px;
}
.nav-previous a, .nav-next a {
    color: #666666;
    padding: 5px 25px;
    cursor: pointer;
    border: 1px solid #EAEAEA;
}
.nav-previous a:hover, .nav-next a:hover {
    color: #97bf0d;
}
/* =COMMENT FORM
----------------------------------------------- */
#respond {
}
#respond h3#reply-title {
    line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
    margin-left: 10px;
    margin-left: 1rem;
    font-weight: normal;
}
#respond form {
    margin: 24px 0;
    margin: 2.4rem 0;
}
#respond form p {
    margin: 11px 0;
    margin: 1.1rem 0;
}
#respond form p.logged-in-as {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}
#respond form label {
    display: block;
    line-height: 1.5;
}
#respond form input[type="text"], #respond form textarea {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 100%;
}
#respond form p.form-allowed-tags {
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #5e5e5e;
}
.required {
    /*	color: red; */
    color: #000;
}
/* =WIDGETS
----------------------------------------------- */




#secondary .widget ul li, #colophon .widget ul li {
    line-height: 1.5;
    border-bottom: 1px solid #EAEAEA;
    padding: 5px 0;
}
#colophon .widget ul li {
/* border-bottom: 1px solid #444444; */
}
#secondary .widget ul li li, #colophon .widget ul li li {
    border-bottom: none;
}
#secondary .widget ul ul {
/* 	padding-left: 10px; */
}
#colophon .widget ul ul {
    padding-left: 10px;
}
.widget select {
    border: 1px solid #DDDDDD;
    color: #666;
    padding: 2px;
    width: 60%;
}
#secondary h3.widget-title {
    /* font-size: 22px; */
    line-height: 32px;
    padding-bottom: 15px;
}
#secondary h3.widget-title span {
/* font-size: 13px; */
}
#secondary .widget, .error-404 .widget {
    margin-bottom: 40px;
    background-color: #fff;/*	padding:10px; */
}
#secondary a:hover {
    text-decoration: underline;
}
.error-404 {
    padding-bottom: 20px;
    text-align: center;
}
.error-404 input.s {
    width: 50%;
}
/* =CALENDAR WIDGET
----------------------------------------------- */
#wp-calendar {
}
#wp-calendar th, #wp-calendar td, #wp-calendar caption {
    text-align: left;
    padding-bottom: 10px;
}
#wp-calendar #today {
    color: #97bf0d;
}
#wp-calendar caption {
    text-align: center;
}
#wp-calendar #next {
    padding-right: 35px;
    text-align: right;
}
.widget_calendar #wp-calendar th {
    font-weight: 600;
}
.widget-title span {
    border-bottom: 1px solid #97bf0d;
    padding: 2px 10px;
    display: block;
    text-transform: none;
    font-weight: bold;
}
#colophon #wp-calendar th, #colophon #wp-calendar td {
    border: 1px solid #444444;
    padding: 3px 2px 3px 8px;
}
.widget th, .widget td {
    padding: 1px 1px 1px 2px;
}
div.textwidget {
    padding: 0 10px;
}
/* =FOOTER WIDGET AREA
----------------------------------------------- */
div.footer-widgets-wrapper {
    border-top: 1px solid #97bf0d;
    font-size: 13px !important
}
div.footer-widgets-area {
    padding-top: 30px;
    padding-bottom: 10px;
    color: #999999;
    font-size: 12px !important;
    line-height: 16px;
}
.footer-widgets-area .tg-one-fourth .widget-title {
    text-align: left;
}
.footer-widgets-area h3.widget-title {
    color: #999;
    padding: 0;
    font-size: 13px;
}
.footer-widgets-area .tg-one-fourth p {
    text-align: left;
    color: #999999;
}
.widget-title span .footer-widgets-area a, .footer-widgets-area a {
    color: #999 !important;
}
.footer-widgets-area a:hover {
    color: #97bf0d !important;
}
.footer-widgets-area .widget-title span {
    border: 0 !important;
}
footer.entry-meta-bar {
}
#lang_sel {
    font-family: "myriad-pro", Arial, Helvetica, sans-serif !important;
}
#colophon .widget {
    padding-bottom: 25px;
}
#colophon .widget-title {
}
#colophon, #colophon p {
}
/* =FOOTER SOCKET AREA
----------------------------------------------- */
.footer-socket-wrapper {
    padding: 10px 0px;
    /* background-color: #F8F8F8; */
    border-top: 1px solid #EAEAEA;
    font-size: 12px !important;
}
.footer-socket-wrapper span {
    font-size: 12px !important;
}
.footer-socket-area {
    width: 100%;
}
.footer-socket-wrapper .copyright {
    color: #666666;
    max-width: 50%;
    float: left;
    font-size: 12px;
}
.footer-socket-wrapper .copyright a {
    color: #666666;
}
.footer-socket-wrapper .copyright a:hover {
    color: #97bf0d;
}
.footer-socket-wrapper .small-menu {
    float: right;
}
.footer-socket-wrapper .small-menu a {
    padding-top: 0;
}
.footer-socket-wrapper .small-menu ul li ul {
    top: 21px;
}
/* =SCROLL UP
----------------------------------------------- */
a#scroll-up {
    bottom: 20px;
    position: fixed;
    right: 20px;
    display: none;
    -webkit-font-smoothing: antialiased;
    font: normal 26px/1 'Genericons';
    vertical-align: top;
    color: #FFFFFF;
    background-color: #97bf0d;
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    border-radius: 3px;
    padding: 6px;
}
a#scroll-up:before {
    content: '\f432';
}
a#scroll-up:hover {
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
/* =READ MORE LINK
----------------------------------------------- */
.read-more, .more-link {
    color: #97bf0d;
}
/* =PRIMARY AND SECONDARY CONTENT AREA
----------------------------------------------- */
#primary {
    float: left;
    width: 600px;
}
#primary.full {
    float: left;
    width: 100%;
}
#secondary a {
    background-color: #999;
    color: #fff;
    padding: 3px 6px; display:inline-block;
    margin:3px 0; 
    font-size:90%;
}
#secondary a:hover {
    background-color: #97bf0d;
    color: #fff;
    text-decoration: none;
}
.single-post #secondary a,
.absolventen #secondary a {
    background-color: #fff;
    color: #97bf0d;
    padding: 0;
    margin: 0; 
    font-size:100%;
}
.single-post #secondary a,
.absolventen #secondary a:hover {
    background-color: #fff;
    color: #97bf0d;
    text-decoration: none;
}







/*
.wide-978 #primary, .narrow-978 #primary {
	width: 65.5763547%;
}
.wide-978 #secondary, .narrow-978 #secondary {
	width: 30.4827586%;
}

*/

/* =LEFT SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.left-sidebar #primary {
    float: right;
}
.left-sidebar #secondary {
    float: left;
}
/* =NO SIDEBAR CONTENT LAYOUT
-------------------------------------------------------------- */
.no-sidebar #primary {
    float: none;
    margin: 0 auto;
}
.no-sidebar-full-width #primary {
    width: 100%;
}
.no-sidebar #secondary, .no-sidebar-full-width #secondary {
    display: none;
}
/* =POST CONTENT
----------------------------------------------- */
#content .post, #content .page {
    padding-bottom: 45px;
}
.single #content .post {
    padding-bottom: 25px;
}
.post .entry-title, .page .entry-title, .post .entry-title a, .page .entry-title a {
    font-size: 26px;
    line-height: 32px;
}
.post .entry-title a, .page .entry-title a {
    color: #444444;
}
.post .entry-title a:hover, .page .entry-title a:hover {
    color: #97bf0d;
}
.post .entry-content {
    margin-bottom: 10px;
}
.entry-content ul {
    list-style: square;
}
.entry-content ul, .entry-content ol {
    padding: 0 0 0 35px;
    margin-bottom: 30px;
}
.entry-content li > ul, .entry-content li > ol {
    margin-bottom: 0;
}
.post .entry-content a:hover {
    text-decoration: underline;
}
.blog-medium .post .post-featured-image {
    float: left;
    width: 36%;
    text-align: left;
    padding-right: 4%;
}
.blog-alternate-medium #primary article:nth-child(odd) figure {
    float: left;
    padding-right: 4%;
}
.blog-alternate-medium #primary article:nth-child(even) figure {
    float: right;
    padding-left: 4%;
}
.post .entry-meta {
    color: #666666;
    margin: 0 0 20px;
}
.post .entry-meta .by-author, .post .entry-meta .date, .post .entry-meta .category, .post .entry-meta .comments, .post .entry-meta .edit-link {
    padding: 4px 8px;
}
.post .entry-meta .edit-link {
    display: none;
}
.post .entry-meta .read-more-link {
    padding: 4px 8px;
    background-color: #999;
    /* float: right; */
    float: left;
    border-right: none;
}
.post .entry-meta .read-more-link:hover {
    background-color: #97bf0d;/* -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.6); */
}
.post .entry-meta a, .type-page .entry-meta a {
    color: #666666;
}
.post .entry-meta a.read-more {
    color: #FFFFFF;
}
.post .entry-meta a.read-more:hover {
    color: #FFFFFF;
}
.post .entry-meta a:hover, .type-page .entry-meta a:hover {
    color: #97bf0d;
}
.post .entry-meta span {
    float: left;
    padding: 0 6px 0 6px;
}
.post .entry-meta span:first-child {
    border-left: none;
}
.post .entry-meta .by-author:before, .post .entry-meta .date:before, .post .entry-meta .category:before, .post .entry-meta .comments:before, .post .entry-meta .edit-link:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 18px/1 'Genericons';
    vertical-align: top;
}
/*
.post .entry-meta .by-author:before {
	content: '\f304';
}
.post .entry-meta .date:before {
	content: '\f307';
}
.post .entry-meta .category:before {
	content: '\f301';
}
.post .entry-meta .comments:before {
	content: '\f300';
}
.post .entry-meta .edit-link:before {
	content: '\f411';
}
*/
.single #content .tags {
    margin: 30px 0;
}
.single #content .tags a {
    border: 1px solid #EAEAEA;
    padding: 3px 5px;
    border-radius: 3px;
    color: #666666;
}
.single #content .tags a:hover {
    color: #97bf0d;
    text-decoration: none;
}
/* termine */
.tablepress tbody tr.odd {
    display: none;
}
.tablepress .even td {
    background-color: #f9f9f9 !important;
}
.tablepress .odd td {
    background-color: #fff !important;
}
/* beiträge übersicht / bücher */
figure.post-featured-image {
    width: 120px;
    float: left;
    margin: 0 20px 20px 0;
}

/* beiträge übersicht / blog */

body.category-blog figure.post-featured-image {
	  width: 120px;
	height:120px;
	overflow:hidden;
    float: left;
    margin: 0 20px 20px 0;
	}

body.single-post .category-blog figure.post-featured-image {
	  width: 180px;
	height:180px;
	overflow:hidden;
    float: left;
    margin: 0 20px 20px 0;
	}



.headerimage {
    width: 580px;
    height: 240px;
    margin-bottom: 30px;
    overflow: hidden;
}
.contentbild {
    padding: 40px 0 20px 0;
}
/* formular */
.wpcf7-list-item {
    clear: left;
    display: block;
    margin-left: 0 !important;
}
.wpcf7-not-valid-tip {
    margin-bottom: 40px;
}
.boxAusbildung {
    padding: 15px;
    margin: 20px 0;
    background-color: #f9f9f9;
}
/* newsletter-button */
.tg-column-4 .textwidget h4 a {
    background-color: #97bf0d;
    color: #fff !important;
    padding: 4px 8px;
    font-size: 15px !important;
    text-transform: none;
}
#wpcf7-f1475-p1485-o1 label {
    line-height: 30px;
}
/* sprache */
.tg-column-4 .widget_mslswidget a {
    padding: 0 10px;
}

/* =RESPONSIVE STRUCTURE
----------------------------------------------- */

/* Minimum width of 600 pixels. */
@media screen and (min-width: 940px) {
body {
    padding: 15px 0;
}
#content {
    min-height: 1000px;
}
#secondary {
    margin-top: 0; 
    float: right;
    width: 320px;
    top: 30px;
    right: 0;
   /* 
	 margin-top: -48px; 
	position: absolute; */
}
#featured-slider .entry-container {
    max-width: 60%;
}
.call-to-action-content {
    float: none;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.call-to-action-button {
    width: 93%;
}
.footer-socket-wrapper .copyright {
    float: none;
    max-width: 100%;
    text-align: center;
    margin-bottom: 5px;
}
.footer-socket-wrapper .small-menu {
    float: none;
    text-align: center;
}
.footer-socket-wrapper .small-menu li {
    float: none;
    display: inline;
}
.footer-socket-wrapper .small-menu a {
    float: none;
    display: inline;
    padding: 5px 5px 0;
}
.small-menu li.default-menu, li.default-menu {
    display: none;
}
.tg-one-half, .tg-one-third, .tg-one-fourth {
    float: left;
    /* width: 46.7684729%; */
    width: 220px;
}
/*
.widget_service_block .tg-one-third {
	float: left;
	margin: 0 2.46305%;
	padding: 0 0 30px;
	width: 28.4072%;
}
*/
.tg-one-half-last, .tg-one-fourth-last {
    float: right;
}
.tg-service-left {
    float: left;
    margin: 0;
}
.tg-service-right {
    float: right;
    margin: 0;
}
.tg-column-1, .tg-column-3, .tg-column-2, .tg-column-4 {
    float: left;
}
td.column-1 {
    width: 162px !important;
}
td.column-2 {
    width: 172px !important;
}
td.column-3 {
    width: 152px !important;
}
td.column-4 {
    width: 172px !important;
}
td.column-5 {
    width: 202px !important;
}
td.column-5 strong {
    cursor: pointer;
}
.tg-after-two-blocks-clearfix {
}
.tg-after-three-blocks-clearfix {
    clear: none;
}
#main {
    padding-bottom: 100px;
    position: relative;
}
}

/* nur smartphones */
@media screen and (max-width: 940px) {
#page {
    width: 95%;
}
#primary, #secondary {
    float: none;
    width: 100%;
    margin: 0;
    clear: both;
}
#header-left-section {
    float: none;
    max-width: 100%;
    margin-right: 0px;
}
#header-logo-image {
    float: none;
    margin-bottom: 10px;
    padding: 15px 0 30px 0;
}
#header-text {
    float: none;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
}
#site-description {
    padding-bottom: 5px;
}
#header-right-section {
    float: none;
    max-width: 100%;
}
#header-right-section .widget {
    padding: 0 0 10px 0;
    float: none;
    text-align: center;
}
.menu-toggle, .main-navigation.toggled .nav-menu {
    display: block;
}
.main-navigation ul {
    display: none;
}
.main-navigation {
    float: none;
}
ul li ul li.current_page_item a {
    color: #fff !important;
}
.tg-one-half, .tg-one-third, .tg-one-fourth {
    float: left;
    width: 50%;
    /*	height: 200px; */
    height: auto;
    margin: 0;
}
.widget_service_block .tg-one-third {
    float: none;
    width: 100%;
    margin: 0;
}
.tg-column-1, .tg-column-2, .tg-column-3, .tg-column-4 {
}
#primary, #secondary {
    float: none;
    width: 100%;
    margin: 0;
    position: relative;
}
.wide-978 #primary, .narrow-978 #primary, .wide-978 #secondary, .narrow-978 #secondary {
    width: 100%;
}
h1.header-post-title-class {
    width: 100%;
}
.headerimage {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}
.tablepress .column-1, .tablepress .column-2, .tablepress .column-3, .tablepress .column-4, .tablepress .column-5, .tablepress .column-6, .tablepress .column-7, .tablepress .column-8 {
    width: auto;
    font-size: 11px;
    line-height: 17px;
}
.social {
    position: fixed;
    clear: both;
    bottom: 20px;
    margin-top: 40px;
}
.main-navigation {
    /*    padding: 5px 0px 0 0; */
    padding: 0;
}
/* newsletter-button */
.tg-column-4 .textwidget h4 a {
    padding: 2px 4px;
    font-size: 12px !important;
    text-transform: none;
}
footer {
    position: relative;
    margin-bottom: 50px;
    background-color: #fff;
}
}
/* schweiz allgemein */


#sprache_5 a {
   color: #B1996C;
}

.smli {
    display: block;
    float: left;
    height: 28px;
    width: 28px;
    background-image: url("so-li-bu.png");
    transition: .2s ease;
}
#sprache_5 {
    font-family: 'Open Sans', sans-serif;
}
#sprache_5 #page #main a {
    color: #B1996C;
}
#sprache_5 #header-logo-image {
    border-top: 1px solid #B1996C;
    border-bottom: 1px solid #B1996C;
}
#sprache_5 .widget-title span {
    border-bottom: 1px #B1996C solid;
}
#sprache_5 .footer-widgets-area .widget-title span  {
    border-bottom: 0 !important;
}
#sprache_5 div.footer-widgets-wrapper {
    border-top: 1px #B1996C solid;
}
#sprache_5 #secondary a {
    color: #fff !important;
}
#sprache_5 #secondary a:hover {
    background-color: #B1996C;
    color: #fff !important;
    text-decoration: none;
}
#sprache_5 #page .site-header .menu-toggle:hover {
    background: #B1996C;
}
#sprache_5 .tablepress tfoot th, #sprache_5 .tablepress thead th {
    background-color: #B1996C;
    color: #fff;
}
#sprache_5 a#scroll-up {
    background-color: #B1996C;
    color: #fff;
}
#sprache_5 button {
    background-color: #B1996C;
    color: #fff;
}
#sprache_5 .main-navigation a:hover, #sprache_5 .main-navigation ul li.current-menu-item a, #sprache_5 .main-navigation ul li.current_page_ancestor a, #sprache_5 .main-navigation ul li.current-menu-ancestor a, #sprache_5 .main-navigation ul li.current_page_item a, #sprache_5 .main-navigation ul li:hover > a {
    color: #B1996C;
}
#sprache_5 ul li ul li.current_page_item a {
    color: #B1996C !important;
}
#sprache_5 a.read-more, #sprache_5 .post .entry-meta .read-more-link {
    background-color: #999 !important;
    color: #fff !important;
}
#sprache_5 a.read-more:hover, #sprache_5 .post .entry-meta .read-more-link:hover {
    background-color: #B1996C !important;
    color: #fff !important;
}
#sprache_5 footer a:hover {
    color: #B1996C !important;
}
#sprache_5 footer .search-wrap {
    padding: 0 10px;
}
#sprache_5 footer .widget_mslswidget a {
    padding: 0 10px;
}
#sprache_5 .tg-column-4 a {
    background-color: #B1996C !important;
    color: #fff !important;
    padding: 4px 8px;
    font-size: 13px !important;
    font-weight: bold;
    text-transform: none;
    margin-top: 20px;
}
#sprache_5 .tg-column-4 a:hover {
    color: #fff !important;
}
#sprache_5 .tg-column-4 .widget-title {
/* display:none; */
}
#sprache_5 .headerimage {
    height: auto;
}
#sprache_5.single-format-standard figure.post-featured-image {
    width: 280px !important;
}
#sprache_5 .featured-image-caption {
    padding: 0px 0 0 0;
    font-size: 80%;
    text-align: left;
    display: block;
}

/* Sprache 6 = NL */

#sprache_6 #page #main a {
    color: #21468B;
}
#sprache_6 #header-logo-image {
    border-top: 1px solid #21468B;
    border-bottom: 1px solid #21468B;
}
#sprache_6 .widget-title span {
    border-bottom: 1px #21468B solid;
}
#sprache_6 .footer-widgets-area .widget-title span  {
    border-bottom: 0 !important;
}
#sprache_6 div.footer-widgets-wrapper {
    border-top: 1px #21468B solid;
}
#sprache_6 #secondary a {
    color: #fff !important;
}
#sprache_6 #secondary a:hover {
    background-color: #21468B;
    color: #fff !important;
    text-decoration: none;
}
#sprache_6 #page .site-header .menu-toggle:hover {
    background: #21468B;
}
#sprache_6 .tablepress tfoot th, #sprache_6 .tablepress thead th, #sprache_6 a#scroll-up, #sprache_6 button, #sprache_6 a.read-more:hover, #sprache_6 .post .entry-meta .read-more-link:hover {
    background-color: #21468B;
    color: #fff;
}
#sprache_6 .main-navigation a:hover, #sprache_6 .main-navigation ul li.current-menu-item a, #sprache_6 .main-navigation ul li.current_page_ancestor a, #sprache_6 .main-navigation ul li.current-menu-ancestor a, #sprache_6 .main-navigation ul li.current_page_item a, #sprache_6 .main-navigation ul li:hover > a, #sprache_6 ul li ul li.current_page_item a, #sprache_6 footer a:hover {
    color: #21468B !important;
}
#sprache_6 a.read-more, #sprache_6 .post .entry-meta .read-more-link {
    background-color: #999 !important;
    color: #fff !important;
}
#sprache_6 footer .search-wrap {
    padding: 0 10px;
}
#sprache_6 footer .widget_mslswidget a {
    padding: 0 10px;
}
#sprache_6 .tg-column-4 h4 a {
    background-color: #21468B !important;
    color: #fff !important;
    padding: 4px 8px;
    font-size: 13px !important;
    font-weight: bold;
    text-transform: none;
    margin-top: 20px;
}
#sprache_6 .tg-column-4 a:hover {
    color: #fff !important;
}
#sprache_6 .tg-column-4 .widget-title {
/* display:none; */
}
#sprache_6 .headerimage {
    height: auto;
}
#sprache_6.single-format-standard figure.post-featured-image {
    width: 280px !important;
}
#sprache_6 .featured-image-caption {
    padding: 0px 0 0 0;
    font-size: 80%;
    text-align: left;
    display: block;
}

#sprache_6 .main-small-navigation li:hover {
     background-color: #21468B !important;
    color: #fff !important;
}

#sprache_6 #menu-item-348{
    font-style: italic;
}

/* anmeldeformular */
#sprache_6 #wpcf7-f336-p38-o1 .wpcf7-list-item {
    display:block !important;
}




/* sprache 7-hu und 8-ro */


#sprache_7 #page #main a,
#sprache_8 #page #main a{
    color: #ffba32; 
}
#sprache_7 #header-logo-image,
#sprache_8 #header-logo-image{
    border-top: 1px solid #ffba32;
    border-bottom: 1px solid #ffba32;
}
#sprache_7 .widget-title span,
#sprache_8 .widget-title span{
    border-bottom: 1px #ffba32 solid;
}
#sprache_7 .footer-widgets-area .widget-title span,
#sprache_8 .footer-widgets-area .widget-title span{
    border-bottom: 0 !important;
}
#sprache_7 div.footer-widgets-wrapper,
#sprache_8 div.footer-widgets-wrapper{
    border-top: 1px #ffba32 solid;
}
#sprache_7 #secondary a,
#sprache_8 #secondary a{
    color: #fff !important;
}
#sprache_7 #secondary a:hover,
#sprache_8 #secondary a:hover{
    background-color: #ffba32;
    color: #fff !important;
    text-decoration: none;
}
#sprache_7 #page .site-header .menu-toggle:hover,
#sprache_8 #page .site-header .menu-toggle:hover{
    background: #ffba32;
}
#sprache_7 .tablepress tfoot th, 
#sprache_7 .tablepress thead th, 
#sprache_7 a#scroll-up, 
#sprache_7 button, 
#sprache_7 a.read-more:hover, 
#sprache_7 .post .entry-meta .read-more-link:hover,
#sprache_8 .tablepress tfoot th, 
#sprache_8 .tablepress thead th, 
#sprache_8 a#scroll-up, 
#sprache_8 button, 
#sprache_8 a.read-more:hover, 
#sprache_8 .post .entry-meta .read-more-link:hover{
    background-color: #ffba32;
    color: #fff;
}
#sprache_7 .main-navigation a:hover, 
#sprache_7 .main-navigation ul li.current-menu-item a, 
#sprache_7 .main-navigation ul li.current_page_ancestor a, 
#sprache_7 .main-navigation ul li.current-menu-ancestor a, 
#sprache_7 .main-navigation ul li.current_page_item a, 
#sprache_7 .main-navigation ul li:hover > a, 
#sprache_7 ul li ul li.current_page_item a, 
#sprache_7 footer a:hover,
#sprache_8 .main-navigation a:hover, 
#sprache_8 .main-navigation ul li.current-menu-item a, 
#sprache_8 .main-navigation ul li.current_page_ancestor a, 
#sprache_8 .main-navigation ul li.current-menu-ancestor a, 
#sprache_8 .main-navigation ul li.current_page_item a, 
#sprache_8 .main-navigation ul li:hover > a, 
#sprache_8 ul li ul li.current_page_item a, 
#sprache_8 footer a:hover{
    color: #ffba32 !important;
}

#sprache_7 a.read-more, 
#sprache_7 .post .entry-meta .read-more-link,
#sprache_8 a.read-more, 
#sprache_8 .post .entry-meta .read-more-link{
    background-color: #999 !important;
    color: #fff !important;
}
#sprache_7 footer .search-wrap,
#sprache_8 footer .search-wrap{
    padding: 0 10px;
}
#sprache_7 footer .widget_mslswidget a,
#sprache_8 footer .widget_mslswidget a{
    padding: 0 10px;
}


/* newsletter-button */
/*
#sprache_7 .tg-column-4 .textwidget h4 a,
#sprache_8 .tg-column-4 .textwidget h4 a{
    background-color: #ffba32;
    color: #fff !important;
    padding: 4px 8px;
    font-size: 15px !important;
    text-transform: none;
}
*/





#sprache_7 .tg-column-4 h4 a:hover,
#sprache_8 .tg-column-4 h4 a:hover{
    color: #fff !important;
}
#sprache_7 .tg-column-4 .widget-title,
#sprache_8 .tg-column-4 .widget-title{
 /* display:none; */
}

/**/

#sprache_7 .headerimage,
#sprache_8 .headerimage {
    height: auto;
}
#sprache_7.single-format-standard figure.post-featured-image,
#sprache_8.single-format-standard figure.post-featured-image{
    width: 280px !important;
}
#sprache_7 .featured-image-caption,
#sprache_8 .featured-image-caption{
    padding: 0px 0 0 0;
    font-size: 80%;
    text-align: left;
    display: block;
}

#sprache_7 .main-small-navigation li:hover,
#sprache_8 .main-small-navigation li:hover{
    background-color: #ffba32 !important;
    color: #fff !important;
}




#tablepress-4 td.column-1, #tablepress-5 td.column-1 {
    width: 25% !important;
}

/*
#sprache_5 .small-menu a:hover, #sprache_5 .small-menu ul li.current-menu-item a, #sprache_5 .small-menu ul li.current_page_ancestor a, #sprache_5 .small-menu ul li.current-menu-ancestor a, #sprache_5 .small-menu ul li.current_page_item a, #sprache_5 .small-menu ul li:hover > a {
    color: #B1996C;
}
*/

/* smartphones ch */
@media screen and (max-width: 940px) {
#sprache_5 .small-menu a:hover, #sprache_5 .small-menu ul li.current-menu-item a, #sprache_5 .small-menu ul li.current_page_ancestor a, #sprache_5 .small-menu ul li.current-menu-ancestor a, #sprache_5 .small-menu ul li.current_page_item a, #sprache_5 .small-menu ul li:hover > a {
    color: #B1996C;
}
#sprache_5 .main-small-navigation ul > .current_page_item, #sprache_5 .main-small-navigation ul > .current-menu-item {
    background: #B1996C;
    color: #fff;
}
#sprache_5 .main-small-navigation li:hover {
    background: #B1996C;
}
#sprache_5 #page ul li ul li.current_page_item a,
#sprache_6 #page ul li ul li.current_page_item a,
#sprache_7 #page ul li ul li.current_page_item a,	
#sprache_8 #page ul li ul li.current_page_item a	
	{
    color: #fff !important;
}
	
	
	
/* smartphones nl */

#sprache_6 .small-menu a:hover, #sprache_6 .small-menu ul li.current-menu-item a, #sprache_6 .small-menu ul li.current_page_ancestor a, #sprache_6 .small-menu ul li.current-menu-ancestor a, #sprache_6 .small-menu ul li.current_page_item a, #sprache_6 .small-menu ul li:hover > a,  #sprache_6 .main-small-navigation li:hover {
    color: #21468B;
}
#sprache_6 .main-small-navigation ul > .current_page_item, #sprache_6 .main-small-navigation ul > .current-menu-item {
    background: #21468B;
    color: #fff;
}

	
/* smartphones hu */

#sprache_7 .small-menu a:hover, 
#sprache_7 .small-menu ul li.current-menu-item a, 
#sprache_7 .small-menu ul li.current_page_ancestor a, 
#sprache_7 .small-menu ul li.current-menu-ancestor a, 
#sprache_7 .small-menu ul li.current_page_item a, 
#sprache_7 .small-menu ul li:hover > a,  
#sprache_7 .main-small-navigation li:hover,
#sprache_8 .small-menu a:hover, 
#sprache_8 .small-menu ul li.current-menu-item a, 
#sprache_8 .small-menu ul li.current_page_ancestor a, 
#sprache_8 .small-menu ul li.current-menu-ancestor a, 
#sprache_8 .small-menu ul li.current_page_item a, 
#sprache_8 .small-menu ul li:hover > a,  
#sprache_8 .main-small-navigation li:hover{
    color: #ffba32;
}
#sprache_7 .main-small-navigation ul > .current_page_item, 
#sprache_8 .main-small-navigation ul > .current-menu-item {
    background: #ffba32;
    color: #fff;
}

	
	
.main-small-navigation ul > .current_page_item, .main-small-navigation ul > .current-menu-item  #header-flags {
    width: 100%;
}
#header-text-nav-container {
    clear: both;
}
}

/*

#sprache_5 #page .main-small-navigation ul > .current_page_item, 
#sprache_5 .main-small-navigation ul > .current-menu-item{
	background: #B1996C;
color: #fff !important; 
}
#sprache_5 #page .main-small-navigation ul li a:hover { color:#fff!important; }

#sprache_5 #page .main-small-navigation li:hover {
	background: #B1996C;
}

#sprache_5 #page .main-small-navigation li.current-menu-item a{  }



#sprache_5 .main-navigation ul li ul li a:hover, 
#sprache_5 .main-navigation ul li ul li:hover > a, 
#sprache_5 .main-navigation ul li.current-menu-item ul li a:hover {
	color: #B1996C;

}


ul li ul li.current_page_item a
{
	color: #97bf0d !important;
}
*/




#sprache_7 .tg-column-4 .textwidget h4 a,
#sprache_8 .tg-column-4 .textwidget h4 a
{
    background-color: #ffba32 !important;
    color: #fff !important;
    padding: 4px 8px;
    font-size: 13px !important;
    font-weight: bold;
    text-transform: none;
    margin-top: 20px;
}
