/*
Theme Name: colette-basler
Theme URI: http://www.colette-basler.ch
Author: Webdesign Bammert
Author URI: http://www.webdesign-bammert.ch
Description: Webdesign Bammert Theme colette basler
Version: 1.0
License: Copyright 2023 by Webdesign Bammert
Text Domain: websamurai-eins
Tags:

Websamurai 1 is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Header
# Footer
# Widgets
# Content
	## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
    font-weight: 700;
}

h1 {
    font-size: 33px;
    margin: 0 0 .5em;
    text-transform: uppercase;
    color: #e73137;
}
h2 {
    font-size: 1.2em;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: .2em;
    text-transform: uppercase;
}
h3 {
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	padding: 0px;
    border: 0px;
    font-size: 27px;
    font-style: italic;
    font-weight: 600;
    color: #e73137;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}



dl {
    display: block;
    float: left;
    width: 100%;
    margin: 0 0 .5em;
}
dt,
dd {
    width: 50%;
    display: inline-block;
    margin: 0;
    float: left;
}
dt {
    font-weight: bold;
    padding-right: 1em;
}
dd {
    
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
.button,
.more-link,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #212423;
	background: #fff;
	padding: .4em 1em .35em;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.more-link {
    font-size: .875em;
    padding-top: .4em;
}

button:hover,
.button:hover,
.more-link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #e73137;
    border-color: #e73137;
    color: #fff;
}

button:focus,
.button:focus,
.more-link:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
.button:active,
.more-link:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #212423;
}

textarea {
	width: 100%;
}

.form-group {
    float: left;
    width: 100%;
}
.form-control {
    border-radius: 0px;
}
.form-control:focus,
.widget .search-field:focus {
    border-color: #212423;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    margin-left: 0;
    position: relative;
}
span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 1em;
}
div.wpcf7-validation-errors {
    clear: both;
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
}
.form-control.wpcf7-not-valid {
    border-color: #a94442;
}
span.wpcf7-not-valid-tip {
    background-color: #d9534f;
    border-color: #d43f3a;
    color: #fff;
    padding: .2em .5em;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a,
a:visited {
	color: #000000;
    -webkit-transition: all .2s;
    transition: all .2s;
}

a:hover,
a:focus,
a:active {
	color: #e73137;
    outline: 0;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation .nav-menu {
    text-align: right;
    margin-top: 7px;
}

.main-navigation .nav-menu>li {
	display: inline-block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation .nav-menu>li>a {
    text-transform: uppercase;
    font-weight: 700;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
    color: #fff !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
    float: right;
    margin-top: 1em;
}

@media screen and (min-width: 992px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
    .main-navigation .nav-menu>li:after {
        content: '|';
        color: #000;
        position: relative;
        bottom: 14px;
        right: -16px;   
    }
    .main-navigation .nav-menu>li:last-child:after {
      opacity: 0;  
    }
    .main-navigation .nav-menu>li {
        padding: 4em 0.7em 0em 0.7em;
    }
    .main-navigation .nav-menu>li>a {
        color: #000000;
        margin-bottom: .5em;
        font-size: 15px;
    }
    .main-navigation .nav-menu>li>a:hover,
    .main-navigation .nav-menu>li>a:focus,
    .main-navigation .nav-menu>li>a:active {
    }
    .main-navigation .nav-menu>li>a:focus,
    .main-navigation .nav-menu>li>a:active {
        color: #e73137;
        border-color: #e73137;
    }
    .main-navigation ul ul {
        background: #fff;
        padding: .5em 0;
        float: left;
        position: absolute;
        top: 2em;
        left: -999em;
        z-index: 99999;
        text-align: left;
    }
    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }
    .main-navigation ul ul a:hover {
        color: #fff !important;  
    }
    .main-navigation ul ul a {
        padding: .35em 1em;
        width: 200px;
        font-size: 16px !important;
        font-weight: 600;
    }
}

@media screen and (max-width: 991px) {
    .main-navigation li,
    .main-navigation ul {
        width: 100%;
    }
    .main-navigation .nav-menu>li {
        margin-bottom: 1.5em;
    }
    .main-navigation a {
        line-height: 1.5em;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Pagination
--------------------------------------------------------------*/
.pagination {
    text-align: center;
}

.pagination,
.pagination ul {
    width: 100%;
    float: left;
}

.pagination ul,
.pagination li {
    margin: 0;
    padding: 0;
}

.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li.disabled {
    color: #212423;
    text-decoration:none;
}
.pagination li a:hover,
.pagination li.active a {
    color: #fff;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
    background-color: #fff;
    border: 1px solid #212423;
    cursor: pointer;
    padding: .3em .5em;
}

.pagination li a:hover,
.pagination li.active a {
    background-color: #212423;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-contact {
    color: #999;
    text-align: right;
    padding-top: .5em;
    padding-bottom: .5em;
    font-size: .875em;
}
.header-contact span {
    padding-left: 1.5em;
}
.header-contact a {
    color: #999;
}
.header-contact a:hover {
    color: #fff;
}

.site-header {
    
}
.logo img {
    max-width: 100%;
    height: auto;
}
.site-branding {
    margin-top: 1em;
}
.site-title {
    font-size: 2em;
    font-weight: 900;
}
.header-slider,
.header-image,
.header-image-placeholder,
.google-maps {
    float: left;
    width: 100%;
    display: block;
}
.header-slider .slide,
.header-image,
.google-maps {
    height: 650px;
    position: relative;
    background-size: cover;
    background-position: top;
}
.header-image-placeholder {
    height: 0px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#555555+0,111111+100 */
    background: #555555; /* Old browsers */
    background: -moz-linear-gradient(top,  #555555 0%, #333333 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #555555 0%,#333333 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #555555 0%,#333333 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
.header-slider .slide-content {
    position: absolute;
    bottom: 50px;
    width: 50%;
    padding-left: 3em;
    padding-right: 3em;
    margin: 0 25%;
    text-align: center;
    background: #000;
    background: rgba( 0, 0, 0, 0.8 );
    color: #fff;
}
.header-slider .slide-content h2 {
    margin: 1em 0 .5em;
}
.header-slider .slide-content a {
    color: #fff;
    border: 1px solid #fff;
    display: inline-block;
    padding: .5em 1em;
    font-weight: 700;
    text-transform: uppercase;
}
.header-slider .slide-content a:hover {
    background: #fff;
    color: #000;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #e73137;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    background: #e73137;
    color: #fff;
    padding-top: 2.3em;
    padding-bottom: 10px;
}
.site-footer a {
    color: #fff;
}
.site-footer a:hover {
    color: #fff;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
    font-size: .875em;
}

.widget p {
    margin-bottom: .5em;
}

.widget ul,
.widget li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#secondary .widget .widget-title {
    padding: 5px 0;
    background: #fff;
    margin-bottom: 0;
}

#masthead .search-submit{
    display: none;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget .search-field {
    border: 1px solid #e9e9e9;
    padding: .3em 1em .25em;
    font-weight: 400;
}

/* Beautiful News Widget */
.widget_beautiful_news_widget li:first-child {
    margin-top: 0;
    border-top: 0px none;
}
.widget_beautiful_news_widget li {
    border-top: 3px solid #e9e9e9;
    margin-top: 1.5em;
    padding-top: 1em;
    margin-bottom: 1em;
}
.widget_beautiful_news_widget h3 {
    display: inline-block;
    margin: 0;
}
.widget_beautiful_news_widget time {
    display: inline-block;
    margin-bottom: 1em;
}
.widget_beautiful_news_widget .thumbnail {
    width: 100%;
    height: auto;
}
.widget_beautiful_news_widget .thumbnail img {
    width: 100%;
    height: auto;
}

/* Widget Search */
#secondary .widget_search .search-submit {
    font-size: 1em;
}

/* Callback form */


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.bg-grey {
    background: #f2f2f2;
}

.site-content {
    margin-bottom: 1.5em;
}
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 0 1.5em;
}

.page-header {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: 0px none;
}

.thumbnail {
    padding: 0px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 0px none;
    border-radius: 0;
}
.thumbnail-link {
    display: inline-block;
}

time {
    font-size: .875em;
    margin-bottom: 1em;
    display: block;
    color: #999;
    font-style: italic;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.more-link {
    float: right;
    clear: both;
    margin-top: 1.5em;
}

.feature-box {
    margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sub-page-box h3 {
    margin: .35em 0 1.5em;
}

/*--------------------------------------------------------------
## Template: Frontpage
--------------------------------------------------------------*/

.page-template-frontpage .news .thumbnail {
    height: 250px;
    background-position: 50% 50%;
    background-size: cover;
}
.page-template-frontpage .news article {
    margin-bottom: 1.5em;
}
.page-template-frontpage section {
    padding-bottom: 65px;
}
.page-template-frontpage .feature-box {
    text-align: center;
    background: #fff;
    border: 1px solid #212423;
    padding: 15px 15px 0px;
    margin-bottom: 30px;
}
.feature-box img {
    margin-bottom: 1em;
}
.page-template-frontpage .feature .feature-icon {
    font-size: 6em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
 
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
    padding: 0 30px 30px 0;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
    .header-slider .slide,
    .google-maps {
        height: 500px;
    }
    .header-image {
        height: 250px;
    }
    .header-slider .slide-content {
        bottom: 0;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0;
        text-align: center;
        background: #000;
        background: rgba( 0, 0, 0, 0.8 );
        color: #fff;          
    }
}
#masthead{
    background-color: #e73137;
}
.claim{
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}
.claim h3 p{
    margin-bottom: 0px;   
}
.claim h3{
    font-weight: 700;
    margin-top: 13px;
    margin-bottom: 7px;
    font-size: 17px;
    letter-spacing: 2px;
}
.main-navigation .menu-home{
    padding-left: 0px !important;
}
.site-info{
    font-size: 14px;
    text-align: center;
}
.footer-logo-full{
    display: block;
    float: none;
    clear: both;
}
.red-box{
    background-color:  #e73137;
    color:  #fff;
    position: absolute;
    bottom: 0;
    max-width: 380px;
    padding: 26px;
    padding-left: 32px;
    padding-right: 32px;
}
.box-oben-oben{
    letter-spacing: 2px;
    font-size: 37px;
    font-weight: 700;   
}
.box-oben-mitte{
    letter-spacing: 3px;
    font-size: 26px;
    font-weight: 700;  
    line-height: 30px;  
    margin-bottom: 25px;
}
.box-oben-unten .unten-first{
    font-weight: 300;
    letter-spacing: 3px;
    font-size: 22px; 
}
.box-oben-unten .unten-second{
    font-weight: 600;
    font-size: 18px;  
    letter-spacing: 2px;
}
.main-content .col-left .col-left-inner{
    max-width: 680px;  
    float: right; 
}
.main-content .col-right{
    min-height: 470px;
    background-size: cover;
    float: right;
}
.col-left, .video-section .col-right, .video-section, .komitee, .komitee .col-right{
    padding-top: 60px;
}
.main-content{
    max-width: 1700px;
    margin: 0 auto;
}
.su-button-style-default, .su-button-style-default span{
    background-color: #e73137 !important;
    color: #fff !important;
    border-color:  #e73137 !important;
    font-size: 18px !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
    padding: 5px 7px !important;
    display: block !important;
    min-width: 205px !important;
}
.su-button-style-default:hover span{
  
}
hr{
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    background-color: transparent !important;
}
blockquote{
    margin-bottom: 25px;
}
.agenda-home{
    background-color: #e73137;    
    color: #fff;
    clear: both;
    padding-top: 70px;
}
.home-agenda-titel{
    color: #000;
    margin-bottom: 10px;
    font-size: 23px;
}
.home-blog-titel{
    color: #000;
    margin-bottom: 15px;
    font-size: 33px;
    color: #e73137;
}
.news-content{
    border-right: 1px solid #fff;
} 
.page-id-17 .main-content .col-right{
    min-height: 850px;
}
.video-section .col-right h2{
    margin-bottom: 25px;       
}
.video-section{
    background-color: #b3b3b3;
}
.page-id-17 h2{
    font-size: 33px;
    font-weight: 700;
    color: #e73137; 
}
.komitee, .video-section{
    padding-bottom: 30px;
}
.page-id-23 h1{
    margin-top: 60px;
}
.page-id-23 .attachment-post-thumbnail{
    float: left;
}
.divleft{
    float: left;
    padding-right: 20px;
}
.page-id-23 .blog-maintitle{
    margin-bottom: 40px;   
}
.page-id-23 .thumbnail{
    background-size: cover;
    min-height: 300;   
}
.page-id-23 .post-title-blog{
    clear: none;
    margin-top: 0px;
    display: block;
    color: #000;
    font-size: 23px;
    margin-bottom: 20px;
}
.page-id-23 .blog-button{
    text-decoration: underline;   
}
.page-id-23 .blog-otherposts .post:first-child{
    padding-left: 0px;   
}
.page-id-23 .blog-otherposts .post h3{
    letter-spacing: 1px;
    margin-top: 35px;   
}
.page-id-23 .blog-otherposts .post{
    padding-top: 10px;   
    padding-bottom: 20px; 
    padding-left: 10px;
    padding-right: 10px;
}
.page-id-23 .blog-otherposts .thumbnail{
    min-height: 200px;
}
.page-id-23 .blog-otherposts .news-content{
    border-right: 0px;   
}
.page-id-23 .blog-otherposts .post:nth-child(odd) .blog-button{
    color: #fff !important;   
}
.page-id-23 .blog-otherposts .post:nth-child(odd) {
    background-color: #e73137;
} 
.page-id-23 .blog-otherposts h1{
    margin-top: 50px;
    margin-bottom: 25px;
}  
.page-id-19 .col-left{
    padding-top: 0px;
}
.politisches-section p{
    margin-bottom: 25px;   
}
.politisches-section h1{
    margin-bottom: 25px;
    padding-left: 5px;   
}
.politisches-section{
    margin-top: 35px;
    margin-bottom: 20px;
}
.rpwe-alignleft{
    display: block !important;
    float: none !important;
    clear: both !important;
}
.page-id-19 .main-content h1{
    margin-top: 50px;
}
.page-id-25 h1, .page-id-21 h1{
    margin-top: 60px;
    margin-bottom: 30px;   
    
}
.page-id-25 #primary, .page-id-21 #primary{
    padding-right: 50px;
}
.weiterlesen{
    float: right;
    text-decoration: underline;
    color: #e73137;
    margin-top: 0px;
}      
time{
    float: left;
    display: inline-block;
    color: #000;
    font-style: normal;
        font-size: 1em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.2em;
    text-transform: uppercase;
    line-height: 1;
    margin-right: 10px;
}
.page-id-25 .more-link:hover, .page-id-21 .more-link:hover, .page-id-246 .more-link:hover{
    background-color: transparent !important;
    border: 0px !important;
    text-decoration: none !important;   
}
.page-id-25 .blog-main-content .more-link, .page-id-21 .more-link, .page-id-246 .more-link{
    text-decoration: underline;
    color: #e73137;   
    border: 0px !important;
    text-transform: none !important;
    box-shadow: none !important;
    margin-top: 0px !important;
    float: left !important;
    padding-left: 0px !important;
    margin-top: 10px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
}
.page-id-25 .post, .page-id-21 .post{
    padding-top: 30px;   
}
.wochentag{
    color: #000;
    font-style: normal;
    font-size: 1em;
    font-weight: 700;
}
.page-id-25 .post-title-blog, .page-id-21 .post-title-blog{
    clear: none;
    margin-left: 10px; 
    font-size: 18px;
    font-weight: 700;  
}
.line-red-aticle{
    border-bottom: 1px solid  #e73137;
    max-width: 400px;
    margin-top: 5px;
}
.presse-untertitel{
    color: #e73137;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 0px;
}
.page-id-21 time{
    float: none;
}
.rpwe_widget .widget-title{
    font-size: 33px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e73137;
    margin-bottom: 30px !important;
    font-weight: 700 !important;
}   
.rpwe_widget{
    margin-top: 50px;
}
.blog-main-content h1{
    letter-spacing: 2px;
}
body .rpwe-thumb{
    border: 0px !important;
    margin: 0px !important;
    width: 100%;
}                 
body .rpwe-title a{
    color: #000;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 25px;
    margin-bottom: 10px;
    font-weight: 700;
    display: block !important;
}
body .rpwe-summary{
    font-size: 18px !important;
}
body .rpwe-block li {
    margin: 0 0 8px !important;
    padding: 5px 0 30px !important;
    border-bottom: 0px solid #e73137 !important;
    padding-bottom: 0px !important;
}
#secondary .widget .widget-title{
    letter-spacing: 1px;
}
#primary{
    padding-left: 0px;
    padding-right: 0px;
}
.page-id-21 .post{
    margin-top: 5px;
    padding-top: 10px;
}
.site-footer h2{
    margin-top: 20px !important;   
}
.site-footer h2, .site-footer h3{
    font-weight: 700;
    color: #000;
    margin-bottom: 10px !important;
    font-size: 19px;
    letter-spacing: 2px;
}
#site-footer .widget p{
    font-size: 16px;
}
#text-4 a:hover{
    text-decoration: underline;
}
.site-footer h3{
    margin-bottom: 5px !important;   
}
#text-4 a{
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
#text-4 img{
    margin-right: 10px;
    margin-top: 4px;
    margin-bottom: 10px;
}
.footer-right p{
    font-size: 16px !important;   
}
.footer-right h3 p{
     font-weight: 700;
    margin-top: 0px !important;
    margin-bottom: 7px;
    font-size: 18px !important;
    letter-spacing: 0px;   
    color: #fff !important;
}
.footer-right h3{
    margin-top: 0px !important;
}
.footer-right{
    color: #fff;
    font-size: 13px;
    line-height: 16px;
}
.site-footer #text-4{
    padding-left: 70px;
}
.links-footer-rechts{
    line-height: 29px;
}
.site-footer #text-2{
    max-width: 300px;
}
.site-footer .widget-area.row{
    padding-left: 100px;
}
.site-info{
    padding-top: 10px;
    padding-bottom: 10px;
}
.page-id-21 .divleft img{
    max-width: 400px;   
    float: left;
}
.page-id-21 .presse-untertitel{
    float: left;   
}
.page-id-21 .divleft{
    float: left;
}
.page-id-21 time, .zeit, .wochentag, .ortschaft{
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-id-21 .post-title-blog{
    color: #e73137 !important;
    margin-top: 4px;
    margin-left: 0px;
}
#secondary .widget .widget-title{
    margin-bottom: 15px;
}
.page-id-21 .weiterlesen{
    float: left;
}
.page-id-21 .weiterlesen {
    float: none;
    display: block;
}
.page-id-21 .line-red-aticle{
    margin-top: 15px;
}
.page-id-21 a.agenda-button{
    color: #e73137 !important;
    text-decoration: underline;
}
.page-id-21 .blog-button{
  color: #e73137 !important;
  display: block;  
   text-decoration: underline;
}
.page-id-21 a.agenda-button:hover, .page-id-21 .blog-button:hover{
    text-decoration: none;
} 
#secondary #rpwe_widget-2{
    padding-bottom: 10px;   
}
#secondary .widget{
    border-bottom: 1px solid #e73137 !important;
    padding-bottom: 25px;  
}
#secondary .widget:last-child{
    border-bottom: 0px !important;   
}
#secondary #text-5 img{
    margin-right: 10px;
}
.entry-content a{
   color: #e73137 !important;
   text-decoration: underline;   
}
.entry-content a:hover{
   text-decoration: none;   
}
.page-id-27  h1 {
    margin-top: 50px;
}
#secondary .more-link{
    text-decoration: underline;
    color: #e73137;   
    border: 0px !important;
    text-transform: none !important;
    box-shadow: none !important;
    margin-top: 0px !important;
    float: left !important;
    padding-left: 0px !important;
    margin-top: 10px !important;
    font-weight: 400 !important;
    font-size: 18px !important;    
}
.page-id-25 .line-red-aticle{
    margin-top: 15px;   
}
.page-id-25 .weiterlesen{
    margin-top: 10px;
    color: #e73137;
}
.post-title-blog, .teilen{
    letter-spacing: 1px;
}
.heateor_sss_svg svg{
    background: #e73137 !important;
}
.teilen{
    margin-bottom: 15px;
}
.page-id-23 .blog-otherposts h1 {
    margin-bottom: 15px;
}
.page-id-23 .blog-otherposts .post:first-child{
    padding-left: 0px;
}
.single .nav-links, .single .cat-links{
   /* display: none; */
}
.single article{
    margin-top: 50px;
}
.single h1, .single h2, .single h3{
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.entry-content {
    max-width: 890px;   
}
.entry-content ul{
    margin-top: -20px;
    margin-left: 0px;
}
.parent-pageid-19 .entry-content h2{
    margin-bottom: 20px;   
    margin-top: 40px;   
}
.parent-pageid-19 h1{
    margin-top: 50px;
    margin-bottom: 25px;
}
.main-navigation ul ul{
    background-color: #e73137 !important;
}
.main-navigation .nav-menu>li>a:hover{
    color:#fff !important;
}
.site-branding{
    margin-top: 40px;
}
.claim{
    padding-top: 20px;
}
.claim h3 p{
    font-size: 17px; !important;
}
.claim p{
    font-size: 15px;
}
#secondary .widget p{
    font-size: 18px;
}
.site-footer #text-3{
    margin-left: 40px;
}
.site-footer #text-4 {
    padding-left: 110px;
}
.search-form{
    text-align: right;
}
#searchsubmit:hover, #searchsubmit:focus{
    border: 0px !important;   
    box-shadow: none !important;
}
#searchsubmit{
    background-color: transparent;
    background-image: url(https://webdesign-bammert.ch/dev/colette-basler.ch/wp-content/uploads/2023/04/lupe.png);
    background-repeat: no-repeat;
    background-position: center;
    border: 0px !important;
    position: relative;
    bottom: -16px;
}
.main-navigation .nav-menu>li:last-child{
    margin-right: 0px;
    padding-right: 0px;
}
.main-navigation{
    padding-right: 0px;
}
#masthead input[type="search"]:focus{
    border: 0px !important;   
    box-shadow: none !important;  
}
#masthead input[type="search"]{
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #000;
}
#search-form{
    display: inline-block;
    float: right;
}
#masthead input[type="search"]{
    line-height: 19px !important;    
}
@media screen and (min-width: 992px){
    .main-navigation .nav-menu>li>a{
        margin-bottom: 0px !important;        
    }
}
@media screen and (min-width: 992px){
.main-navigation .nav-menu>li {
    padding: 6px 0.5em 0em 0.5em;
    line-height: 12px;
}
#menu-item-45 a{
 margin-right: 7px;
}
}
#masthead input[type="search"]::placeholder{
    color: #000 !important;
}
#masthead input[type="search"]:focus-visible{
    border: 0px !important;
    outline: none !important;
}
#masthead input[type="search"]:focus{
    border-bottom: 1px solid #000 !important;
}
.claim, .claim p{
    margin-bottom: 0px !important;
}
#masthead{
    padding-bottom: 3px;
}
.arrow-box{
        position: absolute;
    bottom: 150px;
    /* right: 200px; */
    margin-left: 380px;
}
.home .blog-button, .blog-home-section .agenda-button{
    color: #e73137 !important;
    text-decoration: underline;
}
.home .blog-button:hover, .blog-home-section .agenda-button:hover, .agenda-content .agenda-button:hover{
    text-decoration: none !important;
}
.agenda-content .agenda-button:hover{
    color: #000 !important;
    
}
.agenda-content .agenda-button{
  text-decoration: underline; 
}
.arrow-bottom{
    margin-top: 20px;
}
.agenda-home{
    padding-bottom: 55px !important;   
}
.agenda-home .arrow-bottom{
    margin-top: 50px;
}
.blog-home-section{
    padding-bottom: 45px !important;   
}
.agenda-home .post{
    padding-left: 0px;
}
.home-blog-titel{
    letter-spacing: 2px;
}
.home-blog-titel{
    margin-top: 15px;
    margin-bottom: 15px;
}
.blog-home-section{
    padding-top: 40px;
}
#colophon a:hover{
    text-decoration: underline;   
}
#colophon section{
    padding-bottom: 0px !important;
    margin-bottom: 0px;
}
.col-left-inner {
    padding-right: 30px;   
}
.col-left-inner p{
    font-weight: 600;   
}
.col-left-inner h4{
    color: #e73137 !important;   
    font-size: 14px;
}
.col-left-inner h1{
    margin-bottom: 0px;
}
#masthead .search{
    padding-bottom: 65px;
}
.video-section .col-right h2{
    letter-spacing: 2px;
}
.page-id-17 .video-section .col-right{
    font-weight: 400;
}
.komitee .col-md-7, .video-section .col-md-7{
    padding-left: 0px;
}
.komitee{
    padding-top: 55px;
}
.divleft{
    max-width: 520px;
}
.heateor_sss_horizontal_sharing{
    padding-bottom: 30px;
}
.page-id-23 .line-red-aticle{
    border: 2px solid  #e73137;
}
.page-id-23 .blog-otherposts h1{
    letter-spacing: 2px;
}
.page-id-23 .site-content{
    margin-bottom: 2.5em;
}
h1{
    letter-spacing: 1.5px;
}
.page-id-19 .main-content h1{
    margin-bottom: 30px;
}
.page-id-21 .arrow-bottom{
    margin-top: 40px;
    margin-bottom: 10px;
}
.link-spenden{
    float: right;
    margin-top: -20px;
    margin-left: -20px;
}
@media screen and (min-width: 992px){
.page-template-default .entry-content, .search-results #main{
    padding-right: 50px;   
}
}
.search-results #main{
    margin-top: 50px;
}
.page-template-default #main h2{
    margin-top: 15px;
    margin-bottom: 20px;   
}
.page-template-default #main h1{
    margin-top: 50px;
}
@media (max-width: 991px){
 .search{
     display: none;
 }   
 .site-branding {
    margin-top: 15px;
}
.claim, .claim p {
    margin-top: -8px;
}
.site-branding {
    margin-bottom: 11px;
}
.main-content .col-left .col-left-inner {
    max-width: 100%;
}
}
@media (max-width: 1080px){
.main-navigation .nav-menu>li:after{
    right: -11px;
}
.main-navigation .nav-menu>li {
    padding: 6px 0.2em 0em 0.5em;
}
}
@media (max-width: 1200px){
.container {
    width: 100%;
}
}
.claim, .claim p {
    margin-bottom: 0px !important;
    max-width: 210px;
}
.main-navigation {
    float: right;
}

.menu-toggle:hover{
    background-color: #fff !important;
}
.menu-toggle:focus, .menu-toggle{
    border: 0px !important;
    box-shadow: none !important;   
}
.menu-toggle:hover i{
    color: #000 !important;
}
@media screen and (max-width: 1340px) {
.site-footer .widget-area.row {
    padding-left: 0px;
}  
.footer-left{
    padding-left: 0px;
} 
}
@media screen and (max-width: 1040px) {
 .site-footer #text-3 {
    margin-left: 0;
} 
.site-footer #text-4 {
    padding-left: 50px;
}  
}
@media screen and (max-width: 991px) {
.main-navigation .nav-menu>li {
    margin-bottom: 0.5em;
}
.link-spenden img{
    margin-top: 10px;   
}
.site-footer #text-4 {
    padding-left: 15px;
}
.link-spenden {
    float: none;
    margin-top: 0px;
    margin-left: 0px;
}
#site-navigation{
    width: 100%;
}
.blog-home-section {
    padding-top: 0;
}
.home .news-content p{
    margin-bottom: 0px;
}
.menu-toggle{
    margin-top: -56px;
}
.main-navigation .nav-menu>li {
    margin-bottom: 0.5em;
    text-align: center;
    font-size: 1.4em;
}
.site-branding{
    max-width: 200px;
}
.container2{
    clear: both;
}
.col-left, .video-section .col-right, .video-section, .komitee, .komitee .col-right, .agenda-home {
    padding-top: 45px;
}
.news-content {
    border-right: 0px solid #fff;
}
.main-content .col-right{
    width: 100%;
    margin-top: 50px;
    min-height: 380px;
}
.main-content .col-left-inner p:first-child{
    display: none !important;
    height: 0px;
}
.page-id-17 .main-content .col-right{
    width: 41.66666%;
    background-position: center top;
    min-height: 660px !important;
}
.video-section .col-right{
    padding-top: 0px;
}
.komitee .col-md-7{
    padding-top: 20px !important;
}
.komitee .col-right, .page-id-17 .video-section .col-right{
    padding-left: 0px;
}
 .komitee .col-right, .agenda-home {
    padding-top: 0px;
}  
.politisches-section p {
    min-height: 240px !important;
} 
.parent-pageid-19 h1{
    padding-top: 45px !important;
}    
 .main-navigation.toggled ul{
    margin-top: 0px;
}                
#primary-menu{
    padding-top: 40px;
}    
.sub-menu li a{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;    
    margin-top: 10px;
}
#secondary {
    padding-left: 0px;   
    padding-right: 0px;   
}
.rpwe_widget{
    margin-top: 0px;
}
#secondary img{
    max-width: 400px;
}
#site-navigation, .main-navigation .nav-menu>li{
    padding-left: 0px;
}
.blog-main-content h1 {
    padding-top: 0px;
}
.page-id-21 #secondary .page-id-23 #secondary{
    padding-top: 40px;
}
.divleft, .page-id-21 .divleft, .page-id-23 .divleft {
    float: none;
    padding-right: 0px;
    max-width: unset;
}
.page-id-21 #secondary{
    padding-top: 40px;
}
 .page-id-21 .divleft img,  .page-id-23 .divleft img{
    float: none;
    margin-bottom: 20px;
}
.post-title-blog{
    clear: both;
    padding-top: 20px;
}
.page-id-23 .blog-otherposts .post{
    max-width: 400px;
    float: none;
    clear: both;
}
.page-id-23 .arrow-bottom, .page-id-21 .arrow-bottom {
    margin-top: -30px;
}
.blog-main-content h1{
    padding-top: 40px;
}
.page-id-23 .blog-main-content h1{
    padding-top: 0px;
}
.page-id-25 .post-title-blog{
    padding: 0;
}
.page-template-default #main h1{
    padding-top: 40px;
}
.home-agenda-titel{
    padding-top: 40px;
}  
.header-slider .slide, .header-image, .google-maps {
    height: 450px;
}
.page-id-27 #main h1{
    padding-top: 0px;
}
.page-id-27 .entry-title{
    padding-top: 40px !important;
}
.page-id-246 .header-image {
    margin-bottom: 0px !important;
}
.page-id-246 .attachment-post-thumbnail{
    margin-bottom: 20px;
}
.page-id-246 .arrow-bottom{
    margin-top: -20px;
}
.page-id-23 .blog-otherposts .post:nth-child(odd){
    background-color: transparent;
}
.page-id-23 .blog-button, .page-id-23 .agenda-button{
  color: #e73137 !important;  
}
.page-id-23 .blog-otherposts .post:nth-child(odd) .blog-button{
    color: #e73137 !important;
}
 .video-section .col-left, .video-section .col-left-inner{
     padding-right: 0px;
 }
 .page-id-17 h2{
     word-break: break-all;
 }
 .page-id-25 #primary, .page-id-21 #primary {
    padding-right: 0px;
}
.single h1{
    padding-top: 50px;
} 
.single-post #primary .col-md-8{
    padding-top: 20px;   
}
.single-post h1{
    padding-top: 0px;
}
.page-id-25 .blog-maintitle{
    margin-bottom: 0px;
}
}
.main-navigation.toggled{
    height: 100vh;
    width: 100%;
}
.menu-toggle i{
 color: #e73137;   
}
@media screen and (max-width: 1400px) {
  .page-id-17 .main-content .col-right {
    min-height: 700px;
}  
.header-slider .slide, .header-image, .google-maps {
    height: 580px;
}
}
.page-id-23 .agenda-button:hover, .page-id-23 .blog-button:hover{
    text-decoration: none;   
}
.page-id-23 .agenda-button, .page-id-23 .blog-button{
    text-decoration: underline;
}
@media screen and (max-width: 820px) {
  .site-info {
    font-size: 12px;
    text-align: left !important;
    padding-left: 10px;
    padding-right: 10px;
}   
}
@media screen and (min-width: 768px) {
 .col-left-inner h1{
     margin-bottom: 40px;
 }   
   .col-left-inner h4{
     margin-bottom: 40px;
 }  
 .page-id-17  .col-left-inner h1{
     margin-bottom: 0px;
 } 
 .page-id-17 .main-content .col-left{
     padding-right: 50px;
 } 
}
@media screen and (max-width: 768px) {
 #colophon .logo img {
 max-width: 160px;
}   
 .col-left-inner h1{
     margin-bottom: 15px;
 } 
  .col-left-inner h4{
     margin-bottom: 15px;
 }   
 .page-id-17 .main-content .col-right {
    width: 100%;
    background-position: center top;
    min-height: 870px !important;
}
.video-section .col-md-7{
    padding-top: 25px !important;
}
.politisches-section p {
    min-height: 0px !important;
}    
.politisches-section .col-right{
    padding-top: 40px;
}
.header-slider .slide, .header-image, .google-maps {
    height: 250px;
    background-position: right;
}
}
@media screen and (max-width: 685px) {
.red-box, .arrow-box{
     display: none;
 }   
}
@media screen and (max-width: 685px) {
.agenda-home .post{
    width: 100%;
}    
    
}
@media screen and (max-width: 450px) {
     .page-id-17 h2{
     font-size: 23px;
 }
 .page-id-21 .divleft img {
    max-width: 100%;
 }
}
@media screen and (max-width: 500px) {
    .claim, .claim p{
        display: none;
    }   
}
@media screen and (max-width: 580px) {
 #colophon .widget{
     width: 100%;
     float: none;
 }   
 .site-info {
    font-size: 11px;
    text-align: center;
}
.page-id-17 .main-content .col-right{
    min-height: 660px !important;
}
}
.politisches-section p {
    min-height: 170px;
}
.parent-pageid-19 .entry-content a{
    word-break: break-all;    
}
.home .header-image{
    background-position: center;
}
.home-agenda-titel{
    letter-spacing: 2px;
}
.agenda-home p{
    text-transform: uppercase;
}
.home .agenda-content h3{
    letter-spacing: 1.5px;
    padding-right: 10px;
    min-height: 43px;
}
    
.home .agenda-content a:hover{
    color: #000;   
}
.home .agenda-content .agenda-button{
    margin-top: 15px;
    display: block;
}
.blog-home-section h3{
    letter-spacing: 1.5px;
}
.page-id-246 .entry-footer{
    display: none;   
}
.page-id-246 #primary{
    padding-right: 50px;   
}
.page-id-246 .blog-main-content .col-md-4{
    padding-left: 0px;   
}
.page-id-246 .blog-maintitle{
    margin-bottom: 40px;   
}
.page-id-246 .header-image{
    margin-bottom: 50px;   
}
.page-id-246 .more-link{
    display: none;   
}
.page-id-246 .agenda-button{
     margin-top: -20px !important;
    display: block;   
}
.page-id-246 #rpwe_widget-2{
    display: none;
}
#secondary .link-spenden{
    margin-top: 10px;
    margin-right: 10px;
}
.page-id-23 .arrow-bottom {
    margin-top: 40px;
}
.home .header-image {
    background-position: top;
 }
 .page-id-19 .arrow-bottom {
    margin-top: 60px;
}
.single article .col-md-12, .single #main .container{
    padding-left: 0px;
    padding-right: 0px;
}
.single-post #content{
    clear: both;
}
.back-to-top:hover, .link-spenden:hover, .arrow-bottom:hover{
    cursor: pointer;
    opacity: 0.6;  
}
.arrow-box img{
    opacity: 0;
}
.home .col-left-inner p{
    font-weight: 400;
}
#secondary .more-link{
    clear: both !important;
    float: none !important;
    display: block !important;
    margin-top: 0px !important;
}
.komitee .col-left-inner p{
    font-weight: 400;
}
.rpwe-block h3{
    line-height: 2em !important;
}
.agenda-single{
        text-transform: uppercase;
    letter-spacing: 1px;
    color: #000;
    font-style: normal;
    font-size: 1em;
    font-weight: 700;
}
.page-id-23 .blog-otherposts .post h3:hover a{
    color: #000 !important;
}
.site-info p{
    margin-bottom: 0px !important;
}
.home .su-button-style-default span , .page-id-17 .su-button-style-default span{
    background-color: #e73137 !important;
    color: #fff !important;
    border-color: #e73137 !important;
    font-size: 18px !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
    padding: 5px 7px !important;
    display: block !important;
    min-width: 205px !important;
}   
.post-navigation, .cat-links{
    display: none;
}
.page-id-23 .news-content .alignleft{
    margin-right: 0.7em;
    margin-bottom: 0.7em;    
}
.button-back{
    
    background-color: #e73137 !important;
    color: #fff !important;
    border-color: #e73137 !important;
    font-size: 18px !important;
    -webkit-border-radius: 1px !important;
    -moz-border-radius: 1px !important;
    border-radius: 1px !important;
    padding: 10px 14px !important;
    margin-bottom: 15px !important;
    display: inline-block !important;
}
.heateor_sss_horizontal_sharing{
    padding-bottom: 0px !important;
}
.col-untere{
    margin-top: 60px;
}
.komitee-unten .container{
    padding: 0px;   
}
.komitee-unten ul{
    margin-left: 0px;   
}
.komitee-unten .col-md-12{
    padding-top: 0px;
}
.page-id-25 .news-condftent {
    font-weight: bold;
}
.page-id-19 .col-untere p{
    min-height: auto;
}
.page-id-21 .line-red-aticle{
    display: none;
}
.cmplz-show{
    font-weight: 400 !important;
    font-size: 15px !important;
}
body .sendit{
    background-color: #e73137 !important;
}