/*
Theme Name:     Customizr Child
Theme URI:      http://themesandco.com/customizr
Description:    A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr's core code. In order to keep your code as clean and flexible as possible, try to use Customizr's hooks API for your customizations. Do something awesome and have fun !
Author:         Nicolas Guillaume (nikeo)
Author URI:     http://themesandco.com
Template:       customizr-pro
Version:        1.0.0
*/

/*** verwendete Google-Schriftarten statiönär einbinden ***/

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/roboto-v20-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('fonts/roboto-v20-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v20-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('fonts/roboto-v20-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/roboto-v20-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
       url('fonts/roboto-v20-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/roboto-v20-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('fonts/roboto-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v20-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-slab-300 - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-slab-v9-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Light'), local('RobotoSlab-Light'),
       url('fonts/roboto-slab-v9-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-slab-v9-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-slab-v9-latin-300.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-slab-v9-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-slab-v9-latin-300.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-regular - latin */
@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-slab-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Slab Regular'), local('RobotoSlab-Regular'),
       url('fonts/roboto-slab-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-slab-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-slab-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-slab-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-slab-v9-latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-regular - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-slab-v24-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-slab-v24-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-slab-v24-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-slab-v24-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-slab-v24-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-slab-v24-latin-ext_latin-regular.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-500 - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-slab-v24-latin-ext_latin-500.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-slab-v24-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-slab-v24-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-slab-v24-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-slab-v24-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-slab-v24-latin-ext_latin-500.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-600 - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/roboto-slab-v24-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-slab-v24-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-slab-v24-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-slab-v24-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-slab-v24-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-slab-v24-latin-ext_latin-600.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-slab-700 - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-slab-v24-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-slab-v24-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-slab-v24-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-slab-v24-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-slab-v24-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-slab-v24-latin-ext_latin-700.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-ext_latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-ext_latin-italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin-ext_latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-ext_latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-ext_latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-ext_latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-ext_latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v30-latin-ext_latin-500.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-ext_latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500italic - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url('fonts/roboto-v30-latin-ext_latin-500italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin-ext_latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-ext_latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-ext_latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-ext_latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-ext_latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-ext_latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/roboto-v30-latin-ext_latin-700italic.eot'); /* IE9 Compat Modes */
  src: url('fonts/roboto-v30-latin-ext_latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v30-latin-ext_latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v30-latin-ext_latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v30-latin-ext_latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v30-latin-ext_latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* caveat-regular - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/caveat-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Caveat Regular'), local('Caveat-Regular'),
       url('fonts/caveat-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/caveat-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/caveat-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/caveat-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/caveat-v7-latin-regular.svg#Caveat') format('svg'); /* Legacy iOS */
}
/* caveat-700 - latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/caveat-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Caveat Bold'), local('Caveat-Bold'),
       url('fonts/caveat-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/caveat-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/caveat-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/caveat-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/caveat-v7-latin-700.svg#Caveat') format('svg'); /* Legacy iOS */
}
/* caveat-regular - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/caveat-v17-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: url('fonts/caveat-v17-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/caveat-v17-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/caveat-v17-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/caveat-v17-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/caveat-v17-latin-ext_latin-regular.svg#Caveat') format('svg'); /* Legacy iOS */
}
/* caveat-500 - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500;
  src: url('fonts/caveat-v17-latin-ext_latin-500.eot'); /* IE9 Compat Modes */
  src: url('fonts/caveat-v17-latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/caveat-v17-latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/caveat-v17-latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/caveat-v17-latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/caveat-v17-latin-ext_latin-500.svg#Caveat') format('svg'); /* Legacy iOS */
}
/* caveat-600 - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/caveat-v17-latin-ext_latin-600.eot'); /* IE9 Compat Modes */
  src: url('fonts/caveat-v17-latin-ext_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/caveat-v17-latin-ext_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/caveat-v17-latin-ext_latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/caveat-v17-latin-ext_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/caveat-v17-latin-ext_latin-600.svg#Caveat') format('svg'); /* Legacy iOS */
}
/* caveat-700 - latin-ext_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/caveat-v17-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: url('fonts/caveat-v17-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/caveat-v17-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/caveat-v17-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/caveat-v17-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/caveat-v17-latin-ext_latin-700.svg#Caveat') format('svg'); /* Legacy iOS */
}

/*************************************** übrige Anpassungen *******************************************/

body {
	font-family: 'Roboto' !important;
	background: #fff;
	hyphens: auto;
}

h1, h2 {
	font-family: 'Roboto Slab' !important;
	color: #4e4e4e;
}
h3 {
	font-family: 'Roboto' !important;
}

p.schriftart-roboto-slab {
	font-family: 'Roboto Slab' !important;
}

a:focus, 
a:active,
.czr-focusable:focus,
.czr-focusable:active {
    outline: 2px dotted rgba(0,0,0,0.25);
    -moz-outline-style: 2px dotted rgba(0,0,0,0.25);
}

strong {
    font-weight: 700;
    color: #555555;
    letter-spacing: 0.01em;
}

label {
	font-family: inherit;
	color: #585858;
	line-height: 1.625;
	letter-spacing: 0.075em;
}
input, textarea, select {
	margin: 10px 0;
}

select {
	color: #777;
}

blockquote,
blockquote p {
	border: none;
    font-style: italic;
    font-size: 1.07em;
    font-weight: normal;
    margin-left: 0 !important;
    margin-bottom: 2px;
    margin-top: 10px;
}
blockquote + h3 {
  margin-top: 22px;
}

cite {
    font-weight: 400;
}

input[type=checkbox], input[type=radio] {
	margin: -2px 4px 0 0;
}

table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) th, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th, .woocommerce table.shop_table th, table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) td, #add_payment_method .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce table.shop_table td {
    padding: 0.75em;
}
table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) th, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th, .woocommerce table.shop_table th {
    font-family: 'Roboto', sans-serif;
}
.letter-spacing-2, table:not([id^=wp-calendar]):not(.ui-datepicker-calendar):not(.tribe-mini-calendar) th, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th, .woocommerce table.shop_table th, .tax__container a, label, .czr-overlay .overlay-content .nav__container nav, .post-section-title, .post-navigation .page-numbers, .post-navigation a, .action-link, .comment-reply-link, .pingback-list li.pingback sup, .sidebar .widget-title, .woocommerce .woocommerce-message, .woocommerce .woocommerce-error-list, .woocommerce .woocommerce-info {
    letter-spacing: 0.07em;
}

.wp-block-table.aligncenter, 
.wp-block-table.alignleft, 
.wp-block-table.alignright {
    display: table;
    width: 100%;
}

.home body.custom-background {
	background-image: none !important;
}
.home #main-wrapper, .home #content {
	background-color: #fefefe;
}
.home h1.sek-heading {
	font-size: 2.5rem;
}
.home .fpc-widget-area::before {
	height: auto;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 auto -8px;
    content: 'Empfohlene Seiten';
	font-family: 'roboto slab';
    font-size: 2em;
    line-height: 1.3;
	color: #5A5A5A;
    padding: 1.25em 0 0;
}
.error404 #main-wrapper .container {
	margin-top: 0;
	padding-top: 3em;
    padding-bottom: 3.75em;
}

.btn-edit {display: none;}

img.scaled-image {
	margin: 1px !important;
    border: none !important;
}

h3 + figure {
    margin-top: 14px !important;
}

h2 + .wp-block-columns, h3 + .wp-block-columns, h3 + .wp-block-columns {
	margin-top: 2em;
}
.wp-block-column {
	margin-bottom: 0 !important;
	word-break: keep-all;
}
.wp-block-column h2, .wp-block-column h3, .wp-block-column h4{
	margin-top: 0px;
}
h2 + .wp-block-image, h3 + .wp-block-image, h4 + .wp-block-image {
	margin-top: 2em;
}
.wp-block-column > h2 + .wpcf7,
.wp-block-column > h3 + .wpcf7,
.wp-block-column > h4 + .wpcf7,
.wp-block-column > h5 + .wpcf7 {
	margin-top: 1.3em;
}
.wp-block-column p {
	margin-top: 0 !important;
}
.wp-block-image img {
    width: auto;
}
.wp-block-image figcaption {
    color: #444;
    font-size: 0.88em;
    line-height: 1.4em;
}
.wp-block-image.is-style-editorskit-circular figcaption {
    text-align: center !important;
}
.bild-links {
  text-align: left;
}

.links-vortraege-kontakt .wp-block-group__inner-container {
	display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-content: center;
}
.links-vortraege-kontakt .wp-block-group__inner-container .wp-block-button {
	padding: 0 40px 30px 0;
}
.links-vortraege-kontakt .wp-block-group__inner-container .wp-block-button:last-of-type {
	padding: 0;
}

.wp-block-gallery + .fotorechte-hinweis {
	margin-top: -10px;
}

.home #tc-page-wrap {
	background-color: #ebedec;
}

.header-skin-light .tc-header {
    background: transparent;
}
.tc-header {
	height: unset !important;
	border-bottom: none;	
}
.tc-header:not(.header-transparent) {
    box-shadow: none;
}
.sticky-visible {
    border-bottom-color: #79b833;
    border-bottom-style: solid;
    border-bottom-width: 6px;
}
.mobile-sticky, .desktop-sticky {
	box-shadow: none;
}
.topbar-nav__menu.nav__menu {
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
}
.topbar-nav__menu.nav__menu > .menu-item {
    margin: 0 1.05rem;
}
.topbar-navbar__wrapper, .dropdown-item:not(:last-of-type) {
    border-color: rgb(222,222,222) !important;
}
.topbar-nav__menu.nav__menu > .menu-item > a {
    text-transform: uppercase;
    font-size: 0.93em;
    font-weight: 600;
    letter-spacing: 0.065em;
    color: rgba(57, 59, 124, 0.92) !important;
    text-shadow: none;
}
.topbar-nav__menu.nav__menu > .menu-item > a:hover, .topbar-nav__menu.nav__menu > .menu-item > a:focus {
    color: #72ab32 !important;
}
.can-shrink-brand.sticky-brand-shrink-on .desktop-sticky .navbar-brand {
    display: none;
}
.can-shrink-brand.sticky-brand-shrink-on .desktop-sticky .navbar-brand img {
    max-height: 20vH !important;
}
.can-shrink-brand.is-sticky .primary-navbar__wrapper.desktop-sticky .branding__container {
	display: none;
}
.tc-header.is-sticky .primary-navbar__wrapper .primary-nav__container {
    background-color: #b2b4b3;
}  
.tc-header.is-sticky .primary-nav__wrapper  .primary-nav__menu-wrapper {
    display: flex;
    justify-content: center !important;
}
.logo_centered .primary-navbar__wrapper:not(.desktop-sticky) .primary-navbar__row .branding__container, 
.logo_centered:not(.fixed-header-on) .primary-navbar__wrapper.desktop-sticky .primary-navbar__row .branding__container {
	margin: 7px 0 15px 0;
}
.primary-navbar__wrapper {
	background: #ebedec;
    border-bottom: 7px solid #79b833;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.primary-navbar__wrapper .primary-nav__container {
	flex-basis: 70%;
}
.primary-navbar__wrapper.has-horizontal-menu .branding__container {
    flex-basis: 30%;
}
.primary-navbar__wrapper .primary-nav__container .primary-nav__wrapper .primary-nav__utils .search-toggle_btn  {
	padding: 0.5em 15px;
	color: #fff;
}
.astm-search-menu {
	/*top: 10px !important;*/
}
.full-search-opened .czr-overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.logo_centered .primary-navbar__wrapper:not(.desktop-sticky) .primary-navbar__row .primary-nav__container, .logo_centered:not(.fixed-header-on) .primary-navbar__wrapper.desktop-sticky .primary-navbar__row .primary-nav__container {
    width: 100%;
    background-color: #b2b4b3;
    color: #fff;
    display: flex;
    justify-content: center !important;
    flex-direction: row !important;
}
.logo_centered .primary-navbar__wrapper .desktop-sticky .primary-navbar__row .primary-nav__container, .logo_centered .fixed-header-on .primary-navbar__wrapper.desktop-sticky .primary-navbar__row .primary-nav__container {
	
}
.header-skin-light .czr-highlight-contextual-menu-items [class*=nav__menu] li:not(.dropdown-item).current-active > .nav__link, .header-skin-light .czr-highlight-contextual-menu-items [class*=nav__menu] li:not(.dropdown-item).current-active > .nav__link-wrapper .nav__link, .header-skin-light .czr-highlight-contextual-menu-items [class*=nav__menu] .current-active > .nav__link-wrapper .nav__link {
    color: rgba(255, 255, 255, 0.75);
}
.header-skin-light .czr-highlight-contextual-menu-items [class*=nav__menu] .current-active > .nav__link {
	color: rgb(160,160,160);
}
.header-skin-light [class*=nav__menu] .nav__title::before {
    background-color: transparent;
}
.header-skin-light [class*=nav__menu] .nav__link:hover, .header-skin-light [class*=nav__menu] .nav__link-wrapper .caret__dropdown-toggler:hover, .header-skin-light [class*=nav__menu] .show:not(.dropdown-item) > .nav__link, .header-skin-light [class*=nav__menu] .show:not(.dropdown-item) > .nav__link-wrapper .nav__link {
    color: rgba(255, 255, 255, 0.75);
}
.nav__menu .menu-item .nav__link {
	padding: 0 10.25px;
    color: #fff;
    line-height: 1.2em;
}
.regular-nav.nav__menu {
    display: flex;
    justify-content: center;
}

.mobile-sticky .mobile-nav__nav {
    background: rgba(145, 145, 145, 0.95);
}
.header-skin-light [class*=nav__menu] .nav__link, .header-skin-light [class*=nav__menu] .nav__link-wrapper .caret__dropdown-toggler {
    color: #ffffff;
}
.primary-navbar__wrapper, .topbar-navbar__wrapper, .mobile-navbar__wrapper, .mobile-navbar__row, .mobile-nav__container, .mobile-nav__nav {
    background: #ebedec;
}
.dropdown-menu .current-menu-item > a {
	color: rgb(160, 160, 160);
}
.mobile-navbar__wrapper {
	border-bottom: 7px solid #79b833;
}
.branding {
	padding-bottom: 0;
}
.branding .navbar-brand {
	padding-top: 1rem;
	padding-bottom: 1.35rem;
}

.flickity-enabled {
    background-color: transparent;
}
.carousel-caption {
    letter-spacing: 0.04em;
	width: 100% !important;
    max-width: 900px;
	background-color: rgba(69, 69, 69, 0.41);
    padding: 1em 1em 2.2em;
    border-radius: 4px;
	overflow: visible;
	hyphens: none;
}
.carousel-cell .btn:hover,
.carousel-cell .btn:focus {
    background-color: #fff !important;
}

.section-slider .czr-filter::before {
    background: rgba(49, 49, 49, 0.5) !important;
}

h3.czrs-subtitle {
    margin: 0 0 0.75em !important;
}

#main-wrapper, #content {
	padding-bottom: 0em;
	background-color: transparent;
}
#main-wrapper .container {
	padding-bottom: 1.75em;
    background-color: white;
}
.home #main-wrapper .container {
	max-width: 1156px;
}
.container[role="main"] {
    margin-top: 1.7em;
}
.search .container[role="main"] {
    margin-top: 0;
}
.search #content {
    padding-top: 4.7em;
}

.fpc-marketing {
	margin-top: 0;
    margin-bottom: 0em;
    padding-bottom: 5.15em;
}
.fpc-marketing .fpc-row-fluid {
	max-width: 1140px;
	margin: 0 auto;
}
.fpc-marketing .featured-page {
	font-size: 1em;
}
.fpc-marketing .featured-page .fpc-widget-front {
	padding: 0.5em 0 0.75em;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.fpc-marketing .featured-page .fpc-widget-front:hover, 
.fpc-marketing .featured-page .fpc-widget-front:focus {
	transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.15);
}
.fpc-marketing .featured-page .fpc-widget-front .czr-link-mask {
	top: -1px;
}
.fpc-marketing .featured-page img[src="https://www.evangelisationsteam.de/wp-content/uploads/2019/10/featured-image-informationen-1-270x250@2x.jpg"] {
	top: 0 !important;
	left: 15px !important;
}
.fpc-marketing .featured-page .fp-title {
	margin-top: 0.7em;
    margin-bottom: 0.5em;
	font-family: 'roboto slab';
}
.fpc-marketing .featured-page .fp-title::after {
	height: 0;
	margin: 0;
}
.fpc-marketing .featured-page .fp-excerpt {
	margin-top: 0 !important;
}
.fpc-marketing .fpc-widget-front .czr__r-wFP::before {
    padding-top: 68.592593%;
}

.fpc-marketing .fp-button .btn-skin-dark {
  background-color: rgb(118, 183, 40);
  border-color: rgb(118, 183, 40);
}
.fpc-marketing .fp-button .btn-skin-dark:hover,
.fpc-marketing .fp-button .btn-skin-dark:focus {
  background-color: rgb(255, 255, 255);
}

.page-breadcrumbs {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 1em;
	padding-bottom: 2em !important;
}
.page-breadcrumbs + .container {
	margin-top: 0;
}
.czr-no-sidebar .breadcrumbs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.czr-no-sidebar .breadcrumbs span {
	padding: 0 0.17em;
}
.breadcrumbs {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	border-bottom: 1px solid #dedede;
    padding-bottom: 0.8em;
}
.breadcrumbs .trail-begin, .breadcrumbs .sep, .breadcrumbs a {
	padding-right: 4px;
}
.breadcrumbs .trail-begin > a  {
	padding-right: 0;
}

.sidebar .widget:first-child .widget-title {
    margin-top: 0;
    padding: 0.4em 0 1.25em;
}
.widget-area ul li.page_item,
.widget-area ul li.cat-post-item {
	padding-bottom: 0;
}
.widget-area ul li.page_item a:hover,
.widget-area ul li.page_item a:focus {
	padding-left: 0.2em;
}
.widget-area ul li.cat-post-item a:hover,
.widget-area ul li.cat-post-item a:focus {
	padding-left: 0.2em;
}
.widget-area li.page_item_has_children > a {
    display: block;
}
.widget-area li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children {
    margin-bottom: 5px !important;
}
.widget-area li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li.page_item {
	padding-bottom: 0;
}
.widget-area li a {
	line-height: 120% !important;
	transition: all 0.25s ease;
	-webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.widget-area .widget li:not(:last-of-type) {
    margin-bottom: 0 !important;
}

aside.widget_nav_menu {
	padding: 1em;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
aside.widget_nav_menu:hover, aside.widget_nav_menu:focus {
	transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.15);	
}
aside.widget_nav_menu ul.menu > li {
	text-transform: none;
}
aside.widget_nav_menu ul.menu > li.menu-item-has-children {
	padding-bottom: 14px;
}
aside.widget_nav_menu ul.sub-menu > li {
	text-transform: none;
}
aside.widget_nav_menu ul.menu > li > a {
	display: block;
	padding-bottom: 7px;
}
aside.widget_nav_menu ul.sub-menu > li.menu-item-has-children > a {
	display: block;
	padding-bottom: 3px;
}
aside.widget_archive select[name="archive-dropdown"] {
	background: transparent;
}
aside.widget_archive select[name="archive-dropdown"]:hover,
aside.widget_archive select[name="archive-dropdown"]:focus {
	cursor: pointer;
}

.article-container h2 {
	padding: 6px 11px 10px !important;
	font-size: 1.95rem !important;
	background-color: #ebedec;
    border-radius: 1px;
}

.flickity-viewport {
    min-height: 300px;
}
section.tc-content.entry-content__holder {
    position: relative;
    z-index: 99;
    height: 300px;
}
.tc-content .entry-content__wrapper {
    mask-image: unset;
    -webkit-mask-image: unset;
	height: 100%;
}
.tc-content .entry-meta.post-info {
    margin: 0px;
}
.tc-content h2.entry-title {
    padding: 0 !important;
    background-color: transparent;
    line-height: 1;
    margin-bottom: 0px;
}
.tc-content-inner.entry-summary {
    margin-top: 12px;
}
.tc-content-inner.entry-summary > .czr-wp-the-content > p {
    margin-top: 0px;
	line-height: 1.35;
}

article .entry-content {
	font-size: 1.15em;
}

.is-content-justification-space-between.is-layout-flex.wp-block-buttons.has-mobile-text-align-center .wp-block-button {
	  	padding: 0 0 20px 0;
	}

@media screen and (max-width: 736px) {
	.is-content-justification-space-between.is-layout-flex.wp-block-buttons.has-mobile-text-align-center .wp-block-button {
	  	padding: 0 10px 20px 10px;
	}
}

.wp-block-group.audio-und-praesentation.is-layout-constrained.wp-block-group-is-layout-constrained {
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 1px 20px 12px;
    margin-bottom: 21px;
    border-radius: 3px;
}
.wp-block-group.audio-und-praesentation.is-layout-constrained.wp-block-group-is-layout-constrained:hover,
.wp-block-group.audio-und-praesentation.is-layout-constrained.wp-block-group-is-layout-constrained:focus {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.15);
}
.wp-block-group.zeile-text-und-button.is-content-justification-left.is-layout-flex {
    align-items: baseline;
}

.czr-wp-the-content ul, 
.woocommerce-Tabs-panel.entry-content ul, 
.woocommerce-product-details__short-description ul {
    overflow: hidden;
}

.tc-singular-thumbnail-wrapper.__before_regular_heading_title {
    margin-top: 0.1em;
}
.tc-singular-thumbnail-wrapper.__after_regular_heading_title {
    margin: 0.833333em 0 3em;
}
.tc-singular-thumbnail-wrapper .entry-media__wrapper {
    height: unset !important;
    min-height: 200px;
}
@media screen and (max-width: 575px) {
	.tc-singular-thumbnail-wrapper .entry-media__wrapper {
		max-height: 380px;
	}
}
.single-post .tc-thumbnail + .tax__container {
	margin: 3.3em 0 0;
}
.single-post #content h1 {
	margin: 0.5em 0;
}
.author-meta {
	color: #fff;
}
.vcard::before {
	content: 'von'; 
	font-family: inherit; 
	font-size: inherit; 
	font-weight: inherit; 
	color: #888; 
	letter-spacing: inherit; 
	display: inline-block; 
	width: auto; 
	height: auto; 
	padding: 0 7px 0 0; 
	margin: 0 0 0 -24px; 
	line-height: inherit; 
	-webkit-font-smoothing: antialiased;
}

.post-content p + .wp-block-image {
	margin-top: 2em;
}
.post-content .wp-block-image + ul {
	padding-left: 1.4rem; 
	overflow: hidden;
}
.post-content .fussnoten,
.post-content .quellenangabe {
	columns: 1;
}

.post-content .links-vita-kontakt .wp-block-group__inner-container {
	display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
	padding-bottom: 50px;
}
.post-content .links-vita-kontakt .wp-block-group__inner-container .wp-block-buttons {
	display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
	padding-bottom: 50px;
}
.post-content .kasten-gebet-segen {
    height: auto;
    overflow: hidden;
	max-width: 520px;
    margin: 0 auto;
    padding: 0 30px 16px;
	border-radius: 1px;
	background-color:#2c3079;
	line-height: 1.65;
}


.post-content .links-vita-kontakt .wp-block-group__inner-container .wp-block-button {
	padding: 30px 24px 0 0;	
}

.post-navigation {
    background-color: #f1f1f1;
	border-bottom: 1px solid rgb(222,222,222);
}
.post-navigation .meta-nav {
    opacity: 1;
}
.post-content h2 + .wp-block-button, .post-content h3 + .wp-block-button, .post-content h4 + .wp-block-button {
	margin-top: 1.5em;
}
.post-related-articles .czr-title {
	font-size: 26px;
}
.post-related-articles .czr-title::after {
	bottom: 0 !important;
	width: 0 !important;
}

.entry-header-inner .entry-title {
	margin-bottom: 1em;
}

.alignleft {
    margin: 0.375em 1.75em 1.35em 0;
}

section.post-related-articles {
    margin-top: -2em;
}

.sek-heading span {
	text-shadow: -2px 2px 8px #888888;
}
.sek-col-8, .sek-col-9, .sek-col-10, .sek-col-11, .sek-col-12, .sek-col-14, .sek-col-16, .sek-col-20, .sek-col-25, .sek-col-30, .sek-col-33, .sek-col-40, .sek-col-50, .sek-col-60, .sek-col-66, .sek-col-70, .sek-col-75, .sek-col-80, .sek-col-83, .sek-col-90, .sek-col-100, .sek-col-base, .sek-col, .sek-col-auto {
    padding-right: 0;
    padding-left: 0;
}

.wp-block-image .alignleft {
    margin-right: 1.2em;
}
.wp-block-image figcaption, .wp-caption-text {
	margin: 0.35em 0 !important;
}
.wp-block-image figcaption::before, .wp-caption-text::before {
	border-top: none !important;
}

.wp-block-gallery .blocks-gallery-image figcaption, 
.wp-block-gallery .blocks-gallery-item figcaption {
	line-height: 1.35em;
}
.czr-wp-the-content .wp-block-gallery ul > li {
	padding: 0.25rem 0.5rem 0.25rem 0;
}
.czr-wp-the-content .wp-block-gallery ul {
	margin-right: -0.5rem;
	padding: 0.5rem 0 1rem 0;
}

.wp-block-button__link {
	background-color: #79b833 !important;
    letter-spacing: 0.02em !important;
    color: #fff !important;
    text-decoration: none !important;
    display: inline-block !important;
	margin-bottom: 0.9em !important;
    padding: 0.5em 1.5em 0.6em !important;
    text-align: left !important;
}
.wp-block-button__link::after {
	content: "»";
    padding: 5px 0 0 4px;
    line-height: inherit;
    font-size: 1.5em;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
	color: #79b833 !important;
	background-color: transparent !important;
}
.wp-block-button__link, .wp-block-button__link:active, .wp-block-button__link:hover, .wp-block-button__link:focus, .wp-block-button__link:visited {
	border: 2px solid #79b833 !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
	line-height: 1em !important;
    font-size: 0.85em !important;	
}

.wp-block-quote, .wp-block-pullquote blockquote {
	margin-top: 0;
	margin-bottom: 1.4em;
	padding-top: 0;
	overflow: hidden;
}
.wp-block-quote::before, .wp-block-pullquote blockquote::before {
	position: relative;
    float: left;
    top: 0;
	font-size: 1.2;
	color: #969696;
}
.wp-block-quote cite, .wp-block-pullquote blockquote cite {
	margin: 0 0 14px;
	padding-left: 0;
}
.wp-block-quote cite::before, .wp-block-pullquote blockquote cite::before {
	display: none;
}
h2 + .wp-block-audio, h3 + .wp-block-audio, h4 + .wp-block-audio {
	margin-top: 2em;
}
.wp-block-audio figcaption {
	text-align: left;
}
.wp-block-separator {
	max-width: 98% !important;
	margin: 2.75em auto !important;
	border-top: 1px solid #d9d9d9 !important;
}
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 0;
}
.wp-block-embed {
    overflow: hidden;
}
.wp-block-embed-youtube > .wp-block-embed__wrapper > iframe {
    max-height: 480px;
}
@media screen and (max-width: 767px) {
	.wp-block-embed-youtube > .wp-block-embed__wrapper > iframe {
		max-height: 400px;
	}	
}

.czrs-cta-wrapper .btn,
.tribe-common-c-btn {
	margin-top: 18px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
    padding: 10px 25px 10px 28px;
	text-shadow: none;
}
.btn-skin-dark:hover, .btn-skin-dark.inverted:hover,.btn-skin-h-dark:hover, .btn-skin-dark-oh:hover, .btn-skin-dark-oh.inverted:hover, button[type=submit]:hover, input[type=submit]:hover {
    background-color: #fefefe !important;
	color: #56851d;
}
.btn-skin-dark.inverted:hover, .btn-skin-h-dark:hover, .btn-skin-dark-oh.inverted:hover, .grid-container__classic .post-type__icon:hover, button[type=submit]:hover, input[type=submit]:hover, .czr-link-hover-underline {
    background-color: #fefefe !important;
	color: #56851d;
}
.sek-pg-title {
	padding: 0.025em 0.26em 0.13em !important;
    margin-bottom: 0.3em !important;
}

.sek-post-grid-wrapper .sek-grid-items {
    background: transparent;
}
.sek-post-grid-wrapper .sek-grid-items.sek-shadow-on-hover article {
	padding-top: 1em;
    box-shadow: none;
}
.sek-post-grid-wrapper .sek-pg-thumbnail {
    box-shadow: none;
}
.sek-post-grid-wrapper .sek-thumb-custom-height .sek-pg-thumbnail img {
    border-left: 1em solid #fff;
    border-right: 1em solid #fff;
}
.sek-module-inner .sek-post-grid-wrapper .sek-pg-content p {
    margin: 0;
	font-size: 1.12em !important;
	line-height: 1.55 !important;
}
.sek-module-inner .sek-btn {
	margin-top: 0 !important;
}

.tc-content-inner .post-footer .row {
	justify-content: center !important;
}
.tc-content-inner ul.socials, .tc-content-inner ul.tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

section.post-related-articles > header.row {
    margin-top: 0;
}
section.post-related-articles > header .related-posts_title {
    text-transform: none;
    margin-top: 0;
	text-align: center;
	color: #555;
}
section.post-related-articles > header h3.col {
	flex-basis: unset;
}
section.post-related-articles > header .related-posts_nav {
	margin: 1.5em auto 1em;
}
.tc-content-inner .post-footer {
    border-top: none;
    border-bottom: none;
}
.related-posts_nav .slider-control.disabled {
    color: rgba(0, 0, 0, 0.52);
    background: transparent;
    border-color: rgba(0, 0, 0, 0.22);
}
.related-posts_nav .slider-control.disabled:focus {
    color: #fff !important;
}
.post-related-articles.czr-carousel .related-posts_nav .slider-control.disabled:focus {
    color: rgba(0, 0, 0, 0.52) !important;
}

.czr_pager.row.flex-row.flex-no-wrap {
    justify-content: space-evenly;
}
.czr_pager li.previous.col-5.text-left {
	flex: 0 0 45.3%;
    max-width: 45.3%;
}
.czr_pager li.nav-back.col-2.text-center {
	flex: 0 0 0.1%;
    max-width: 0.1%;
}
.czr_pager li.next.col-5.text-right {
	flex: 0 0 45.3%;
    max-width: 45.3%;
}

.footer-skin-dark .footer__wrapper {
	background: #727270;
	border-top: 5px solid #79b833;
	color: #ececec;
}
.footer-skin-dark .footer__wrapper a {
    color: #fff;
	letter-spacing: 0.02em;
	color: #ececec;
}
.footer__wrapper .widget__wrapper {
    padding-top: 0;
    padding-bottom: 0;
	border-top: 3px solid #79b833;
}
.footer__wrapper .widget__wrapper .widget li {
	text-transform: uppercase;
}
.footer-skin-dark .footer__wrapper a {
	transition: all 0.25s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.footer-skin-dark .footer__wrapper a:active,
.footer-skin-dark .footer__wrapper a:hover, 
.footer-skin-dark .footer__wrapper a:focus {
    padding-left: 0.2em;
}
.footer__wrapper .widget__wrapper .widget li:not(:last-of-type) {
    line-height: 1.2em;
}
#footer_one, #footer_two, #footer_three {
	padding: 2.5em 0 1.7em 0
}
#footer_one {
	display: flex;
    justify-content: center;
	align-items: start;
    font-size: 1.035em;
    flex-direction: column;
}
#footer_one .widget {
	margin-bottom: 0;
}
#footer_one p strong {
	letter-spacing: 0.05em;
}
#footer_one .textwidget {
	width: 100%;
}
#footer_one #text-2 h5 {
	margin-top: 0;
	margin-bottom: 0;
}
#footer_one #text-2 p:first-child {
	margin-top: 0.15em;
}
#footer_one .widget_custom_html h5 {
	font-size: 1.05em;
	margin-bottom: -0.4em;
}
#footer_one .widget_custom_html .custom-html-widget {
	padding-left: 0.5em;
}
#footer_one .widget_custom_html .custom-html-widget .social-media-button {
	padding: 0.55em 0.75em 0.5em;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
#footer_one .widget_custom_html .custom-html-widget .social-media-button:hover, 
#footer_one .widget_custom_html .custom-html-widget .social-media-button:focus {
	transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.15);
}
#footer_one .widget_custom_html .custom-html-widget .social-media-button .col-md-4,
#footer_one .widget_custom_html .custom-html-widget .social-media-button .col-sm-4,
#footer_one .widget_custom_html .custom-html-widget .social-media-button .col-xs-4 {
	padding: 0 !important;
}
#footer_two {
	display: flex;
	justify-content: center;
    align-items: center;
	flex-wrap: wrap;
	background-color: #878785;
}
#footer_two .widget_media_image {
	display: flex;
	justify-content: center;
	margin-top: 0;
    margin-bottom: 1em;
}
#footer_two .widget_media_image a {
	display: flex;
	justify-content: center;
	align-items: start;
}
#footer_two .websites {
	width: 100%;
	margin-top: 1em;
    margin-bottom: 0.5em;
}
#footer_two .websites div {
	width: 190px;
	margin: 0 auto;
	text-align: center;
}
#footer_two .websites div > ul > li:last-of-type {
	line-height: 1.2em !important;
}
#evi-logo-footer {
  max-width: 340px;
}
#logo-fbfd-footer {
  max-width: 260px;
  display: block !important;
}
#logo-fbfd-footer .widget-title {
  display: flex;
  justify-content: center;
  color: rgb(227, 227, 227);
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 1.14em;
}

#footer_three {
	display: flex;
    align-items: start;
    justify-content: center;
	flex-wrap: wrap;
}
#footer_three .menu-footer-menue-container {
	display: flex;
    justify-content: center;
}
#footer_three aside.widget_nav_menu {
	margin-bottom: 1.05em;
	box-shadow: none;
}
@media screen and (min-width: 768px) {
	#footer_three aside.widget_nav_menu {
		width: 100%;
	}	
}
#footer_three aside.widget_nav_menu:hover, 
#footer_three aside.widget_nav_menu:focus {
	transform: none;
	box-shadow: none;
}
#footer_three .widget_nav_menu ul {
    min-width: 190px;
}
@media screen and (min-width: 768px) {
	#footer_three .widget_nav_menu ul {
		width: 70%;
	}	
}
@media screen and (min-width: 768px) {
	#footer_three .widget_nav_menu li {
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}
}
#footer_three .widget_nav_menu div > ul > li:last-of-type {
	line-height: 1.2em !important;
}
#footer_three .soli-deo-gloria {
	width: 100%;
	margin-bottom: 8px;
	/*text-align: right;*/‚
}
@media screen and (min-width: 1200px) {
	#footer_three .soli-deo-gloria {
		width: 76%;
	}
}
@media screen and (max-width: 767px) {
	#footer_three .soli-deo-gloria {
		text-align: center;
	}
}
#footer_three .soli-deo-gloria div {
	margin: 0 auto;
}
#footer_three .soli-deo-gloria .textwidget p {
	margin-top: -2px;
	margin-bottom: 0;
	/*margin-left: -6px;*/
	font-family: 'Caveat';
    font-size: 2.5em;
    letter-spacing: 0.02em;
    word-spacing: 0.04em;
}
@media screen and (max-width: 770px) {
	#footer_three .soli-deo-gloria .textwidget p {
		font-size: 2.45em;
	}
}

.footer-skin-dark .footer__wrapper #colophon {
    background: #70ab2f;
}
.footer__wrapper .colophon__row {
	display: flex;
	justify-content: center !important;
	flex-wrap: wrap;
	padding-top: 0.45em;
	padding-bottom: 0;
}
.footer__wrapper .colophon__row .footer__credits {
	margin-top: 1.35em;
    color: #fff;
}

/*** Anpassungen für Seiten ohne Sidebars ***/
.czr-no-sidebar h1,
.czr-no-sidebar h2,
.czr-no-sidebar h3,
.czr-no-sidebar h4 {
	text-align: center !important;
}

/*** Post meta-Angaben und Post related articles-Anzeige in ausgewählten Beiträgen und zugehörigen Kategorien-Seiten entfernen ***/
.postid-10902 .header-bottom, 
.postid-10904 .header-bottom {
	display: none;
}
.postid-10902 .post-related-articles,
.postid-10904 .post-related-articles {
	display: none;
}
.category-grundlagen-unserer-arbeit .post-info {
	display: none;
}

/*** andere individuelle Anpassungen in Seiten ***/
body.page-id-20656 .tc-thumbnail {display: none;} /* Seite Ueber uns -> Friedhelm Bilsing */

/*** andere individuelle Anpassungen in Posts ***/
.single-post #content {
	padding-top: 1em;
}
.postid-10902 ul {
	padding-bottom: 0;
}
.postid-10904 #content h2 {
	font-size: 1.80rem !important;
	background-color: transparent; 
}
@media (min-width: 576px) {
	.postid-11975 .tc-singular-thumbnail-wrapper .entry-media__wrapper {
		max-height: 573px;
		height: 573px;
	}
	.postid-11975 .tc-singular-thumbnail-wrapper .entry-media__wrapper img.attachment-full {
		top: 0 !important;
	}
}

@media only screen and (min-width: 768px) {
	.single-post .tc-sidebar {
		margin-top: 1em;
	}
	.postid-10902 ul,
	.postid-10904 p {
		columns: 2;
		column-fill: balance;
	}
}

/*** Individuelle Anpassungen auf Archiv-Seiten für normale Beiträge (nicht Veranstaltungen) ***/
.czr-post-list-context .nav-veranstaltungen {
	display: none;
}
@media only screen and (min-width: 768px) {
	.archive .tc-sidebar {
		margin-top: 1em;
	}
}

/*** individuelle Anpassungen in Seiten ***/
.page-id-28 .uagb-infobox {
	padding-left: 2.5em;
}
.page-id-28 .uagb-infobox .uagb-ifb-title {
    letter-spacing: 0.02em;
}
.page-id-28 .uagb-infobox .uagb-ifb-separator {
	width: 40% !important;
}
.page-id-28 .uagb-infobox .uagb-ifb-desc {
    margin-top: 0.3em;
}
.page-id-28 .pt-cv-content p {
	margin: 0;
	padding: 0;
}
.page-id-28 .pt-cv-wrapper .btn {
    margin: 1.5em 0 0.15em;
}
.page-id-129 .tc-thumbnail .entry-media__wrapper img {
	top: 0 !important;
}
.page-id-157 #content h2,
.page-id-6770 #content h2 {
    background-color: transparent;
}
.page-id-1682 #content h2,
.page-id-2021 #content h2 {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
}
.page-id-9017 .czr-wp-the-content > p:first-of-type {
	margin-top: -30px !important;
}
.page-id-10207 .wp-block-button__link {
	margin-top: 1.1em;
}
.page-id-10500 .entry-media__wrapper > img {
	top: -30px !important;
}
.page-id-10500 .tc-singular-thumbnail-wrapper.__after_regular_heading_title {
    margin: 0.833333em 0 1em;
}
.page-id-10509 .pt-cv-content p {
    margin: 0 0 -1em !important;
}

@media only screen and (min-width: 768px) {
	.page-id-157 #main-wrapper .container p,
	.page-id-6770 #main-wrapper .container p {
		padding-right: 0.6em;
		columns: 2;
		column-rule: 1px solid #dfdfdf;
		column-gap: 3em;
		column-fill: balance;
	}
	.eine-spalte {
		columns: 1 !important;
	}
}

.page-id-13632 #pt-cv-view-e1e9e21dz1 .pt-cv-href-thumbnail {
    -moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.page-id-13632 #pt-cv-view-e1e9e21dz1 .pt-cv-title a {
	font-weight: 400 !important;
	hyphens: none;
}

/*** individuelle Anpassungen von Widgets ***/
.datenschutzhinweis-titel {
	font-size: 1.2em !important;
}
.datenschutzhinweis-text {
	font-size: 0.8em;
	line-height: 1.6em;
}

@media only screen and (min-width: 991px) {
	.nachricht-container {
		flex-basis: calc(71% - 16px);
		flex-grow: 0;
	}
	.datenschutzhinweis-container {
		flex-basis: calc(29% - 16px);
		flex-grow: 0;
		padding-top: 2.7em;
	}
	.datenschutzhinweis-container-oben {
		flex-basis: calc(29% - 16px);
		flex-grow: 0;
		margin-top: -0.2em;
		padding-top: 0;
	}
}


/*** Theme-Design global ändern ***/

.btn-skin-dark, .btn-skin-dark.inverted:active, .btn-skin-dark.inverted:focus, .btn-skin-h-dark:active, .btn-skin-h-dark:focus, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-dark-oh.inverted:active, .btn-skin-dark-oh.inverted:focus, button[type=submit], input[type=submit], a.czr-format-link::before, .comment-author a::before, .comment-link::before, .tabs .nav-link.active::before {
    background-color: #79b833;
}
.grid-container__classic.tc-grid-border .grid__item, .btn-skin-dark, .btn-skin-dark.inverted, button[type=submit], input[type=submit], .btn-skin-dark:active, .btn-skin-dark:focus, .btn-skin-dark:hover, .btn-skin-dark.inverted:active, .btn-skin-dark.inverted:focus, .btn-skin-dark.inverted:hover, .btn-skin-h-dark:active, .btn-skin-h-dark:focus, .btn-skin-h-dark:hover, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-h-dark.inverted, .btn-skin-dark-oh:active, .btn-skin-dark-oh:focus, .btn-skin-dark-oh:hover, .btn-skin-dark-oh.inverted:active, .btn-skin-dark-oh.inverted:focus, .btn-skin-dark-oh.inverted:hover, button[type=submit]:hover, button[type=submit]:active, button[type=submit]:focus, input[type=submit]:hover, input[type=submit]:active, input[type=submit]:focus {
    border-color: #79b833;
}

/*** Einstellungen bzgl. Social Media Buttons im Footer ***/
.social-media-buttons-container {
	margin-top: 10px;
	margin-bottom: 5px;
}

/*** Einstellungen bzgl. Plugin UAG (Ultimate Addons for Gutenberg) ***/
/* Modul Inhaltsverzeichnis */
.uagb-post-grid .uagb-post__link {
	font-weight: 400;
}
.wp-block-uagb-table-of-contents {
	margin-top: 2em;
}
.uagb-toc__title {
    font-size: 22px !important;
    margin-bottom: 4px !important;
    color: #79b833;
}
.uagb-toc__list-wrap {
    margin-top: 7px !important;
}
.uagb-toc__list {
	text-align: left !important;
}
/* Modul Beiträge-Raster */
.uagb-post-grid .uagb-post__inner-wrap {
    height: 108% !important;
	background-color: #fff !important;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.uagb-post-grid .uagb-post__inner-wrap:hover, 
.uagb-post-grid .uagb-post__inner-wrap:focus {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.15);
}
.uagb-post-grid .uagb-post__inner-wrap:active .uagb-post__cta,
.uagb-post-grid .uagb-post__inner-wrap:hover .uagb-post__cta, 
.uagb-post-grid .uagb-post__inner-wrap:focus .uagb-post__cta,
.uagb-post-grid .uagb-post__inner-wrap:visited .uagb-post__cta {
	bottom: 18px !important;
}
.uagb-post-grid .uagb-post__title {
    text-align: left !important;
}
.uagb-post__cta {
    position: absolute;
	bottom: 0;
	color: unset !important;
    background: transparent !important;
    border-width: 0 !important;
    border-style: none !important;
}
.uagb-post__link {
	display: block;
    width: 170px;
    margin: 1.2em 0 1em;
    font-size: 0.75em;
    font-weight: 400 !important;
    color: #fff;
    line-height: 2.5em;
    text-transform: uppercase;
    padding: 0.1em 2.5em 0 !important;
    border: 2px solid #79b833;
    background-color: #79b833;
}
.uagb-post__link:hover, 
.uagb-post__link:focus {
	color: #56851d !important;
    background-color: #fefefe;
}

/*** Einstellungen bzgl. Plugin Kadence Blocks ***/
.kt-blocks-accordion-header {
	line-height: 1.35 !important;
	cursor: pointer;
}
.kt-blocks-accordion-header[aria-expanded="false"] {
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.kt-blocks-accordion-header:active,
.kt-blocks-accordion-header:hover, 
.kt-blocks-accordion-header:focus,
.kt-blocks-accordion-header[aria-expanded="true"] {
	transform: translateY(-4px);
}


/*** Einstellungen bzgl. Plugin Category Posts ***/
.categoryPosts-loadmore {
	text-align: left !important;
}
.categoryPosts-loadmore button {
	height: 30px;
    margin-top: -2px;
	background: #fff;
    border: none;
    padding: 0;
    color: #6db71b;
    font-weight: 600;
    letter-spacing: 0.06em;
	transition: all 0.25s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
.categoryPosts-loadmore button::after {
	content: '';
}
.categoryPosts-loadmore button:hover,
.categoryPosts-loadmore button:focus {
	cursor: pointer;
    padding: 0.25em 0 0 0;
}

/*** Einstellungen bzgl. Plugin Contact Form 7 ***/
.czr-l-sidebar .wpcf7 form {
	max-width: 700px;
}
.wpcf7 label, .wpcf7 input[type="text"], .wpcf7 textarea {
	width: 100%;
}
.wp-block-column .wpcf7 label, .wp-block-column .wpcf7 input[type="text"], .wp-block-column .wpcf7 textarea {
	width: 99%;
}
.wpcf7 textarea[name="your-message"] {
    max-height: 200px;
}
input.wpcf7-form-control, textarea.wpcf7-form-control, input[type="checkbox"] {
    border: 1px solid rgb(215 215 215);
}
.wpcf7 span.wpcf7-list-item {
	margin: 0;
}
.wpcf7 .einverstaendniserklaerung input[type=checkbox] {
    margin: -4px 0.3em 0 0;
}
.wpcf7-submit {
	width: 190px;
    margin: 0.75em 0 1em;
    padding: 0 2.5em !important;
    font-size: 0.75em !important;
    font-weight: 400 !important;
    line-height: 2.6em !important;
    text-transform: uppercase !important;
	text-shadow: 0.5px 0.5px 0.5px #fff;
}

/*** Einstellungen bzgl. Plugin CC Child Pages ***/
aside.widget_ccchildpages_widget {
    padding: 1em;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
aside.widget_ccchildpages_widget:hover, aside.widget_ccchildpages_widget:focus {
	transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.15);
}

/*** Einstellungen bzgl. Plugin Mail Poet ***/
.comment-form-mailpoet label {
	text-transform: none !important;
	letter-spacing: 0.02em;
}

/*** Einstellungen bzgl. Plugin WP Sitemap ***/
@media only screen and (min-width: 768px) {
	.wsp-container > ul {
		padding: 1em 1.651em 1em 1em;
		columns: 2;
		column-rule: solid;
		column-rule-width: 1px;
		column-rule-color: #dfdfdf;
		column-gap: 4em;
	}
	.wsp-container > ul .children {
		padding-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.wsp-container > ul {
		padding: 1em 0 1em 1em;
	}
	.wsp-container > ul .children {
		padding-left: 1em;
	}
}

/*** Einstellungen bzgl. Plugin WP YouTube Lyte ***/
.lyte-wrapper {
	margin: 5px 5px 5px 0 !important;
}
.lL {
	width: auto !important;
	margin: -10px 5px 5px !important;
}

/*** Einstellungen bzgl. Plugin Kadence Blocks, speziell Carousel-Blocks  ***/
.wp-block-kadence-pane {
	margin-bottom: 40px;
}
.kt-blocks-accordion-header,
.kt-blocks-accordion-header.kt-accordion-panel-active,
.kt-blocks-accordion-header:hover, 
.kt-blocks-accordion-header:focus {
	padding: 11px 14px 14px !important;   
    background: #ebedec !important;
    border: none;
	font-family: 'Roboto Slab';
	font-size: 1.75rem !important;
	color: #4e4e4e;	
}

/*** Einstellungen bzgl. Plugin WP Mobile Menu ***/
.mobmenu .left-menu-icon-text,
.mobmenu .right-menu-icon-text {
	line-height: 2.15em !important;
}
@media only screen and (max-width: 1024px) {
	.mob-menu-header-holder {
		background-color: rgba(0, 0, 0, 0.1) !important;
	}
	body.is-scrolled .mob-menu-header-holder {
		background-color: rgba(0, 0, 0, 0.4) !important;
	}
	.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay, .show-mob-menu-search .mobmenu-overlay {
		background: rgba(0, 0, 0, 0) !important;
	}
}
.show-nav-left .mobmenu-overlay, .show-nav-right .mobmenu-overlay {
    opacity: 0 !important;
}

/*** Einstellungen bzgl. Plugin Content View ***/
.pt-cv-colsys .pt-cv-content-item {
    overflow: visible;
}
.pt-cv-view .pt-cv-ifield {
	padding: 16px 16px 0;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.pt-cv-view .pt-cv-ifield:hover {
	transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.15);
}
.pt-cv-thumbnail {
	padding-bottom: 5px;
	margin-top: -16px !important;
}
.pt-cv-view .pt-cv-title {
    margin: 0;
	padding: 0.15em 0 0 !important;
	background-color: transparent !important;
	font-family: 'Roboto slab';
	font-size: 1.725rem !important;
	text-align: center;
    line-height: 1.15em !important;
	hyphens: none;
}
.pt-cv-view .pt-cv-title a {
	font-weight: 400 !important;
	hyphens: manual;
}
.pt-cv-content {
	padding: 16px;
}
.pt-cv-title a {
	font-weight: 400;
	color: #444;
}
.pt-cv-title a:hover, .pt-cv-title a:focus {
	color: #444;
}
.pt-cv-wrapper .btn {
    display: block;	
	width: 190px;
    margin: 1.35em auto 0;
	font-size: 0.75em;
	font-weight: 400 !important;
	color: #fff;
    line-height: 2.5em;
	text-transform: uppercase;
    padding: 0 2.5em;
	border: 2px solid #79b833;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #79b833;
}
.pt-cv-wrapper .btn:hover, .pt-cv-wrapper .btn:focus {
	color: #79b833 !important;
	background-color: #fefefe !important;
	border-color: #79b833 !important;
}

/*** Einstellungen bzgl. Plugin Tribe Events Calendar ***/
body.nimble-no-local-data-skp__post_type_archive_tribe_events #main-wrapper > .container > .flex-row > #content,
body.post-type-archive-tribe_events #main-wrapper > .container > .flex-row > #content,
body.tribe-events-page-template #main-wrapper > .container > .flex-row > #content,
body.tribe-filter-live #main-wrapper > .container > .flex-row > #content {
	flex: 0 0 100%;
	max-width: 100%;
}
body.nimble-no-local-data-skp__post_type_archive_tribe_events #main-wrapper > .container > .flex-row > .sidebar,
body.post-type-archive-tribe_events #main-wrapper > .container > .flex-row > .sidebar,
body.tribe-events-page-template #main-wrapper > .container > .flex-row > .sidebar,
body.tribe-filter-live #main-wrapper > .container > .flex-row > .sidebar {
	display: none;
}
#tribe-events-pg-template, .tribe-events-pg-template {
	max-width: 1140px;
    background-color: #fff;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-l-container {
	max-width: 1140px;
    padding-left: 0;
    padding-right: 0;
	background-color: #fff;
}
.tribe-common-l-container.tribe-events-l-container {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
	background-color: #fff;
} 
.tribe-common-l-container.tribe-events-l-container .tribe-events-calendar-day__time-separator .tribe-events-calendar-day__time-separator-text::after {
    content: 'Uhr';
}
.tribe-common-l-container.tribe-events-l-container .tribe-events-calendar-day__event-details {
    padding: 0 !important;
}
.tribe-common-l-container.tribe-events-l-container .tribe-events-calendar-day__event-featured-image {
  max-height: 200px;
}
.tribe-events-calendar-list__month-separator {
	padding: 0 20px !important;
}
.tribe-common-g-row.tribe-events-calendar-list__event-row {
	padding-right: 20px;
}
.tribe-events-c-subscribe-dropdown {
	padding: 0 20px !important;
}
span.tribe-events-c-top-bar__datepicker-separator::before {
	position: relative;
    content: "bis";
	margin-right: -16px;
    padding-left: 8px;
	font-size: 100%; 
    background-color: #fff;
    z-index: 100;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
    height: 10px;
    width: 28px;
}
.tribe-events .tribe-events-c-top-bar__datepicker-button-icon-svg {
    height: 8px;
    width: 20px;
}
button.tribe-common-c-btn.tribe-events-c-search__button,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
    background-color: #76b728;
    border-radius: 2px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-right: 8%;
    padding-left: 8%;
    margin-top: 2em;
    font-size: 0.75em;
    line-height: 2.25em;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button {
	min-width: 250px;
	font-size: 1em;
	letter-spacing: 2px !important;
	border: 2px solid #76b728;	
}
.tribe-common button, 
.tribe-common button:focus, 
.tribe-common button:hover {
	letter-spacing: 2px;
} 
button.tribe-common-c-btn.tribe-events-c-search__button:hover,
button.tribe-common-c-btn.tribe-events-c-search__button:focus,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:hover,
.tribe-common-c-btn-border.tribe-events-c-subscribe-dropdown__button:focus {
	color: #56851d !important;
	border: 2px solid #76b728;
	background-color: rgba(118,183,40,0) !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-view-selector--tabs .tribe-events-c-view-selector__list-item--active .tribe-events-c-view-selector__list-item-link:after {
    background-color: #79b833;
    height: 4px;
}
.tribe-events-page-title {
	margin-top: 0;
	margin-bottom: 1.1em;
    font-size: 2rem;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    line-height: 2.4rem !important;
    font-family: 'Roboto Slab' !important;
}
.tribe-events-list-separator-month {
    margin: 1.6em 0 0;
}
.tribe-bar-submit {
    margin-left: 0;
}
.tribe-events-back {
    margin: 0 0 1.35em;
}
.tribe-events-notices {
    background: rgba(255, 17, 0, 0.7);
    border-radius: 0;
    border: none;
    color: #ffffff;
    margin: 10px 0 2em;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 0 0 #000;
    letter-spacing: 0.035em;
}
.tribe-events-schedule h2 {
    margin-top: 0.375em;
	background-color: transparent !important;
}
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
    background-color: #79b833;
}
.tribe-events-calendar-list .tribe-event-time::after {
    content: 'Uhr';
    padding-left: 4px;
}
/*.tribe-common .tribe-common-c-svgicon {
	margin-right: 0;
	margin-left: 0 !important;
    color: #79b833;
}*/
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text {
    color: #79b833;
    letter-spacing: 0.1em;
}
.tribe-common--breakpoint-medium.tribe-common .tribe-common-h6--min-medium,
.tribe-common .tribe-common-h7 {
    font-size: 1.3em;
}
.tribe-events-header__breadcrumbs.tribe-events-c-breadcrumbs {
	margin-top: 10px;
	margin-bottom: 32px !important;
}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-breadcrumbs__list {
	font-size:30px !important;
}

.tribe-events .tribe-events-calendar-list__event-date-tag-weekday {
    font-size: 0.9em;
}
.tribe-common .tribe-common-b2 {
    font-size: 0.9em;
}
td.active.day,
td.active.day.current {
    color: #fff !important;
    background-color: #79b833 !important;
}
.tribe-events .tribe-events-calendar-list__event-featured-image, 
.tribe-events .tribe-events-calendar-list__event-featured-image-link {
	height: 220px;
	object-fit: cover;
    object-position: center 38%;
}
@media screen and (min-width: 828px) {
	.tribe-events .tribe-events-calendar-list__event-featured-image, 
	.tribe-events .tribe-events-calendar-list__event-featured-image-link {
		float: right;
	}
}
.post-type-archive-tribe_events .author::before {
	display: none;
}
.tribe-block__events-link .tribe-block__btn--link img {
    max-width: 40px !important;
}
.tribe-events-calendar-month span.tribe-events-calendar-month__header-column-title-desktop.tribe-common-a11y-hidden {
    padding-left: 17px;
}
.tribe-events-calendar-month__calendar-event-datetime-separator + time::after {
    content: 'Uhr';
    padding-left: 4px;
}
.tribe-events-calendar-month-mobile-events__mobile-event-datetime .tribe-event-time::after {
    content: 'Uhr';
    padding-left: 4px;
}
.tribe-events-view--month h3 {
	padding-top: 6px;
	font-size: 1.1em !important;
}
.tribe-events-view--month .tribe-events-calendar-month__multiday-event-wrapper {
	margin-bottom: 20px !important;
}
.tribe-events-view--month .tribe-events-calendar-month__multiday-event-bar {
	padding: 0 10px;
    background-color: transparent !important;
}
.tribe-events-view--month .tribe-events-calendar-month__day .tribe-events-calendar-month__multiday-event-bar-inner,
.tribe-events-view--month .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current .tribe-events-calendar-month__multiday-event-bar-inner {
	background-color: rgba(118, 183, 40, 0.7) !important;
}
.tribe-events-view--month .tribe-events-calendar-month__day.tribe-events-calendar-month__day--past .tribe-events-calendar-month__multiday-event-bar-inner {
	background-color: rgba(220, 220, 220, 0.8) !important;
}
.tribe-events .tribe-events-calendar-month__calendar-event-datetime {
    font-size: 0.9em;
}
.tribe-events .month.current {
  background: #ddd !important;
}
.single-tribe_events #content h2 {
	font-size: 1.1rem !important;
	line-height: 1.6rem;
}
.single-tribe_events #tribe-events-header {
    margin: 1.6em 0 20px;
}
.post-type-archive-tribe_events .cat-post-widget,
.single-tribe_events .cat-post-widget {
	display: none;
}
.single-tribe_events .widget_archive {
	display: none;
}
.tribe-events-single-section dl dt::before {
	display: none;
}
.tribe-events-single-section dl dt {
	padding: 1.25em 1.25em 0.625em 0;
}
.tribe-events-abbr.tribe-events-start-time.published.dtstart::after {
    content: 'Uhr';
	padding-left: 4px;
}
.tribe-event-duration::after {
    content: "Uhr";
}
.tribe-events-single-event-title {
    font-size: 28px !important;
}
.tribe-events-schedule .tribe-event-time::after {
    content: 'Uhr';
    padding-left: 4px;
}
.tribe-events-day .tribe-events-event-meta::before {
	display: none;
}
.single-tribe_events .tribe-events-event-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	align-items: flex-start;
}
.tribe-events-event-meta::before, 
.tribe-events-event-meta ~ div:not(.tribe-events-event-meta, .event-tickets) {
    border-top: none !important;
}
.tribe-events-event-meta .column, 
.tribe-events-event-meta .tribe-events-meta-group {
	width: unset !important;
	flex-grow: 1 !important;
	padding-top: 0;
} 
.tribe-events-back a {
    color: #78B833 !important;
}
h2.tribe-events-single-section-title {
	padding: 0 !important;
	font-size: 1.4em !important;
	background-color: transparent !important;
}
.tribe-events-single > .tribe_events {
    padding-bottom: 15px;
}
.tribe-events-event-image {
  margin-bottom: 20px !important;
}
.tribe-events-event-image img {
    float: left;
    height: auto;
	width: 100%;
    max-width: 500px;
    margin-right: 2em;
}
.tribe-events-single-event-description.tribe-events-content {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.tribe-events-single-event-description.tribe-events-content p {
    margin: 10px 0;
	font-size: 1.15em;
	line-height: 1.55;
}
.tribe-events-cal-links {
	display: flex !important;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 16px !important;
	margin-bottom: 4px !important;
}
.tribe-events-cal-links .tribe-events-button {
    margin: 0 0 20px !important;
}
.single-tribe_events .tribe-events-cal-links .tribe-events-gcal, 
.single-tribe_events .tribe-events-cal-links .tribe-events-ical {
    padding-left: 30px !important;
    padding-top: 3px !important;
}
.single-tribe_events a.tribe-events-gcal,
.single-tribe_events a.tribe-events-gcal:hover,
.single-tribe_events a.tribe-events-ical,
.single-tribe_events a.tribe-events-ical:hover {
	padding-left: 30px !important;
    padding-top: 3px !important;
}
.tribe-events .datepicker .day.current {
    background-color: #ccc !important;
}
.single-tribe_events .tribe-events-event-meta {
	  border: none;
	  border-top: 1px solid #ddd;
	  margin-top: 10px;
	  padding-top: 15px;
}
.tribe-events-meta-group {
	padding: 0 !important;
}
.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
	width: 100%;
	margin-top: 10px;
	padding-top: 15px;
	border-top: 1px solid rgb(221, 221, 221);
	font-size: 1em;
}
.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix {
    width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-top: none;
    padding-top: 0;
}
.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-meta-group.tribe-events-meta-group-venue {
	background: transparent;
}
.tribe-events-single-section.tribe-events-event-meta.secondary.tribe-clearfix .tribe-events-venue-map {
	width: unset;
	flex-grow: 1 !important;
	margin-right: 5px;
}
.tribe-events-button.tribe-events-ics {
	color: #fff !important;
    background-color: #78B833;
    padding: 7px;
    border-radius: 5px;
    font-size: 0.8em;
}
.tribe-events-single-section .tribe-events-meta-group {
    padding: 0 !important;
}
.tribe-events-meta-group.tribe-events-meta-group-details {
    max-width: 277px;
}
.tribe-events-address .tribe-events-gmap {
	display: block;
	margin-top: 10px;
}
}
.tribe-events-meta-group.tribe-events-meta-group-gmap {
    margin-right: 5px;
	margin-bottom: 25px;
	border-top: none;
}
.tribe-events-venue-map {
    width: 100%;
}
#tribe-events-footer {
    padding-top: 35px;
}
#tribe-events-content a, 
.tribe-events-adv-list-widget .tribe-events-widget-link a, 
.tribe-events-adv-list-widget .tribe-events-widget-link a:hover, 
.tribe-events-back a, .tribe-events-back a:hover, 
.tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, 
.tribe-events-list-widget .tribe-events-widget-link a:hover, 
ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
    letter-spacing: 0.05em;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
}
.single-tribe_events .row.entry-meta.justify-content-between.align-items-center {
    margin: 0;
    padding: 0;
}
.single-tribe_events .tribe-events-meta-group+.tribe-events-meta-group+.tribe-events-meta-group-gmap {
	width: 100% !important;
	border-top: none;
}
.tribe-events-list .tribe-events-loop .tribe-event-featured, 
.tribe-events-list #tribe-events-day.tribe-events-loop .tribe-event-featured, 
.type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap, 
.type-tribe_events.tribe-events-photo-event.tribe-event-featured .tribe-events-photo-event-wrap:hover {
    background-color: #8BC34A !important;
}
.tribe-events-single .tribe-events-sub-nav {
    padding: 0;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-previous a {
	font-size: 15px !important;
	font-weight: 600 !important;
	color: rgb(121, 184, 51) !important;
	letter-spacing: 0.05em !important;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a {
    float: right;
	font-size: 15px !important;
	font-weight: 600 !important;
	color: rgb(121, 184, 51) !important;
	letter-spacing: 0.05em !important;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::before {
    width: 0px !important;
}
.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::after {
    float: right;
	margin-top: 2px;
}

.tribe-events-list-widget {
	margin-top: 2.8em;
	padding-bottom: 0.5em;
	border: 1px solid #d9d9d9;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-image {
    display: none;
}
.tribe-events-list-widget h2.widget-title {
	margin-top: 0;
	padding-bottom: 8px;
	font-size: 1.8em !important;
	text-align: center;
}
.tribe-events-list-widget .tribe-event-duration {
	padding: 0.52em 0 0.4em;
}
.tribe-events-list-widget .tribe-event-featured {
    background: #FFEB3B !important;
    line-height: 1em !important;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-title {
    padding-left: 0.45em !important;
}
.tribe-events-list-widget .tribe-event-featured a,
.tribe-events-list-widget .tribe-event-featured span  {
	color: #606060 !important;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-duration .tribe-event-date-start::after {
	content: "-";
	color: #606060;
	padding: 0 0.3em;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-duration .tribe-event-date-end::before {
	content: " ";
	background: #FFEB3B;
	margin-left: -0.8em;
}
.tribe-events-list-widget .tribe-event-featured .tribe-event-duration::after {
    content: "Uhr";
	color: #606060;
}

.tribe-events-widget-link {
	font-size: 1.4em;
}
.tribe-events-widget-link a {
	display: block;
    width: 220px;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    padding: 0.55em 2.5em;
    border: 2px solid #79b833;
    background-color: #79b833;
    font-size: 0.8em !important;
    letter-spacing: 0.1em;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    vertical-align: middle;
    outline: 0;
    line-height: 130%;
    transition: all 0.2s ease-in-out;
}
.tribe-events-widget-link a::after {
	content: "»";
	font-size: 1.25em;
	padding-left: 4px;
}
.tribe-events-widget-link a:hover, .tribe-events-widget-link a:focus {
    color: #56851d;
    background-color: #fefefe;
}
.tribe-events-list-widget .tribe-event-title {
	font-size: 1.15em;
	line-height: 1.35;
}

.tribe-events-list .tribe-events-list-event-title {
    font-size: 1.4em !important;
}

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
    margin: 0 4%;
    padding: 6px 2px;
}

@media only screen and (min-width: 768px) {
	.tribe-events-style-full .tc-sidebar {
		margin-top: 5.4em;
	}
	#tribe-events-content-wrapper {
		padding: 0 2em;
	}
	#tribe-events-content {
		margin-bottom: 0;
		position: relative;
	}
	.tribe-events-list-widget .tribe-list-widget {
		margin: 0.75em auto 1.15em auto !important;
		padding: 0 1.2em !important;
	}
	.tribe-events-list-widget ol li {
		display: flex;
		justify-content: space-between;
		margin-bottom: 0 !important;
		flex-wrap: wrap;
		align-items: baseline;
	}
	.tribe-events-list-widget .tribe-event-title {
		width: 50%;
		display: table-cell;
		padding-bottom: 0.3em;
		padding-right: 1.25em;
		text-align: left !important;
	}
	.tribe-events-list-widget .tribe-event-duration {
		width: 50%;
		display: table-cell;
	}
	.tribe-events-c-top-bar.tribe-events-header__top-bar,
	.tribe-events-header__breadcrumbs.tribe-events-c-breadcrumbs {
		padding: 0 20px;
	}
	.tribe-events-c-nav__list {
		padding: 0 20px !important;
	}
	.tribe-common-l-container.tribe-events-l-container .tribe-events-calendar-day__time-separator {
		padding: 0 20px !important;
	}
	.tribe-common-l-container.tribe-events-l-container .tribe-events-calendar-day__event {
		padding-right: 30px !important;
	}
	#tribe-events .tribe-events-nav-previous,
	#tribe-events .tribe-events-nav-left,
	#tribe-events .tribe-events-nav-next,
	#tribe-events .tribe-events-nav-right,
	#tribe-events .tribe-events-past {
		margin-top: -2px;
	}	
}

@media only screen and (max-width: 990px) {
	.tribe-block__venue {
		flex-direction: column;
	}	
	.tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__map, 
	.tribe-block__venue.tribe-block__venue--has-map .tribe-block__venue__meta {
		width: 100%;
		flex-basis: 100%;
	}
}

@media only screen and (max-width: 767px) {
	#tribe-events-view-selector-content {
		min-width: 122px;
	}
	.tribe-events-event-meta .column, 
	.tribe-events-event-meta .tribe-events-meta-group {
		margin-bottom: 10px;
	}
	.tribe-events-list-widget .tribe-list-widget {
		margin-top: 2em !important;
		margin-bottom: 2em !important;
		margin-left: 0 !important;
		padding: 0 1em !important;
	}
	.tribe-events-list-widget .tribe-events-list-widget-events {
		margin-bottom: 1rem;
	}
	.tribe-events-list-widget .tribe-event-title {
		text-align: center;
	}
	.tribe-events-list-widget .tribe-event-duration {
		padding: 0.15em 0 0.4em;
		text-align: center;
	}
	.tribe-events-schedule.tribe-clearfix {
		background: transparent;
		border: none;
		padding: 0 0 15px;
	}
	.tribe-events-c-top-bar.tribe-events-header__top-bar,
	.tribe-events-header__breadcrumbs.tribe-events-c-breadcrumbs{
		padding: 0px;
	}
	.tribe-events-c-nav__list {
		padding: 0 !important;
	}
	.tribe-common-l-container.tribe-events-l-container .tribe-events-calendar-day__time-separator {
		padding: 0 !important;
	}
	.tribe-common-l-container.tribe-events-l-container .tribe-events-calendar-day__event {
		padding: 0 10%;
	}
	.tribe-events-single-section.tribe-events-event-meta.primary.tribe-clearfix {
		border-bottom: 1px solid #ddd;
	}
	.tribe-events-single-section-title {
		margin-top: 15px !important;
	}
	.tribe-events-venue-map {
		margin-bottom: 10px !important;
	}
	.tribe-events-sub-nav li a {
		padding: 0;
		background: transparent;
	}
	.tribe-events-single .tribe-events-sub-nav .tribe-events-nav-next a::after {
		float: right;
		margin-top: 0px;
		margin-left: 5px;
	}
}

@media only screen and (max-width: 530px) {
	#tribe-events-header:before,
	#tribe-events-header:after,
	#tribe-events-footer:before,
	#tribe-events-footer:after	{
		background-color: transparent !important;
	}
	
	#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-previous,
	#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next,
	#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous,
	#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next {
		float: none !important;
		margin: 0 auto !important;
		padding: 0.5em 0;
		width: 100% !important;
		max-width: 300px;
	}
}

/** Tribe Events-Seite mit Sidebar **/
.post-type-archive-tribe_events .neue-beitraege, 
.post-type-archive-tribe_events .archiv-beitraege {
	display: none;
}

/*** Einstellungen bzgl. Plugin To Top (Catch Plugins) ***/
#to_top_scrollup {
	right: 50% !important;
	margin-right: -21px !important;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.8);
	z-index: 99999 !important;
}
#to_top_scrollup:hover {
    background-color: #fefefe;
    border: 2px solid #78b833;
    color: #869a87;
}


/*** Einstellungen bzgl. Plugin Complianz (Cookie-Hinweise) ***/
.cmplz-soft-cookiewall {
	z-index: 9999999 !important;
}
.cmplz-btn.cmplz-manage-consent.cmplz-show {
	width: 220px;
	right: unset !important;
	left: 50%;
	margin-left: -110px !important;
	z-index: 999999 !important;
	border-radius: 6px 6px 0px 0px !important;
	padding: 7px 15px 3px !important;
	background-color: #f1f1f1 !important;
	text-transform: uppercase;
	font-size: 0.875em;
	letter-spacing: 0.05em;
}
.cmplz-placeholder-element.tribe-events-venue-map.cmplz-processed.cmplz-activated {
  	min-height: 353px;
}
button.cmplz-blocked-content-notice.cmplz-accept-category.cmplz-accept-marketing {
    cursor: pointer;
}
@media screen and (max-width: 768px) {
	.cmplz-cookiebanner {
		width: 90% !important;
		max-width: 500px !important;
	}
 .cmplz-cookiebanner .cmplz-buttons {
		flex-direction: column;
	}
	.cmplz-cookiebanner .cmplz-body {
		 min-width: unset !important;
	}
	#cmplz-manage-consent .cmplz-manage-consent {
		display: block !important;
	}
}
@media screen and (max-width: 500px) {
	.cmplz-cookiebanner .cmplz-header {
		grid-template-columns: auto auto auto !important;
	}
	.cmplz-cookiebanner .cmplz-title {
		display: block !important;
	}
}
body.cmplz-document #content h2 {
    background-color: transparent;
}
div#cmplz-document {
    max-width: unset;
}
div#cmplz-cookies-overview h3 {
    text-align: left !important;
}


/*** Einstellungen bzgl. Plugin Shariff Wrapper ***/
.shariff {
    padding-top: 0.125em;
}
.home .shariff {
    padding-top: 3em;
}
.shariff .theme-default a,
.shariff .theme-grey a {
    text-decoration: none !important;
}
.shariff .theme-grey a.shariff-link {
	background-color: #c7c7c7 !important;
}
.ShariffHeadline {
	text-align: center;
    color: #777;
}
.shariff .shariff-count, 
.shariff .shariff-text {
    font-family: 'Roboto' !important;
    letter-spacing: 0.05em;
}
.widget .shariff.shariff-widget-align-flex-start ul {
    justify-content: center !important;
}
.shariff li.shariff-button {
	margin: 14px 10px !important;
}
.shariff-button {
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.shariff-button:hover,
.shariff-button:focus {
	transform: translateY(-4px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.14), 0 5px 5px rgba(0, 0, 0, 0.1);
}
.shariff li.shariff-button:first-child {
	margin-left: -38px !important;
}
.shariff li.shariff-button:last-child {
	margin-right: 0px !important;
}
.single-tribe_events .shariff {
	margin-bottom: 2em;
}

@media screen and (min-width: 768px) and (max-width: 976px) {
	.shariff li.shariff-button:first-child {
		margin-left: 3px !important;
	}
}
@media screen and (max-width: 767px) {
	.shariff li.shariff-button:first-child {
		margin-left: 8px !important;
	}
	.shariff li.shariff-button:last-child {
		margin-right: 8px !important;
	}
}
@media only screen and (min-width: 361px) {
	.shariff .shariff-buttons li {
		width: 160px !important;
	}
}


@media only screen and (min-width: 768px) {
	#hu-revoke.hu-position-bottom-left {
		bottom: 40px;
	}
}
@media only screen and (max-width: 767px) {
	#hu-revoke.hu-position-bottom-left {
		bottom: 16px;
	}
}
#hu-revoke .hu-revoke-button {
	height: 46px;
	width: 46px;
	transition: all 0.2s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
#hu-revoke .hu-revoke-button:hover,
#hu .hu-footer-content > .hu-footer-actions .hu-btn:hover {
    background-color: rgb(129, 199, 54);
}
#hu .hu-footer-content > .hu-footer-actions .hu-btn {
	transition: all 0.2s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/*** Einstellungen betreffend Plugin Ivory Search  ***/
aside.widget_is_widget {
	margin-bottom: 1.75em !important;
    padding: 1em;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
aside.widget_is_widget:hover,
aside.widget_is_widget:focus {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18), 0 10px 10px rgba(0, 0, 0, 0.15);
}
aside.widget_is_widget h3.widget-title {
    margin: 0;
    padding: 0.4em 0 1.25em;
}
.is-ajax-search-result .author {
	display: none;
}
.is-search-form {
	display: flex;
    flex-direction: column;
    align-items: start;
}
.is-search-form input[type="text"] {
	margin-top: 20px;
}
.is-search-form input[type="submit"] {
	min-width: 90px;
	font-size: small;
	text-transform: none;
}
.is-search-form input[value="Suche"]:after {
	content: "»";
    padding: 5px 0 0 4px;
    line-height: inherit;
    font-size: small;
}

/*** Einstellungen betreffend Plugin LuckyWP Table of Content ***/
}
.lwptoc {
	clear: both;
}
.lwptoc-notInherit .lwptoc_i DIV A:hover > .lwptoc_item_label {
    border-bottom: 1px solid #FAFAFA !important;
}
a.lwptoc_toggle_label {
	font-size: 1.05em;
    letter-spacing: 0.01em;
}
span.lwptoc_toggle > a.lwptoc_toggle_label,
span.lwptoc_toggle > a.lwptoc_toggle_label:active,
span.lwptoc_toggle > a.lwptoc_toggle_label:focus,
span.lwptoc_toggle > a.lwptoc_toggle_label:visited {
    color: #79b833 !important;
}
span.lwptoc_toggle > a.lwptoc_toggle_label:hover {
	color: #598826 !important;
	border-bottom: 1px solid #FAFAFA !important;
}
div.lwptoc_item > a:hover > span.lwptoc_item_label {
	border-bottom: 1px solid #FAFAFA !important;
}


/********************** Media Queries **********************/

@media only screen and (min-width: 992px) {
	#footer_two .widget_media_image img {
		width: 85%;
	}
}

@media only screen and (min-width: 822px) {
	.abstandshalter-speziell {
		height: 50px !important;
		clear: unset;
	}
}

@media only screen and (max-width: 821px) {
	.abstandshalter-speziell {
		height: 0;
		clear: unset;
		margin-bottom: -24px;
	}
}

@media only screen and (min-width: 768px) {
	.mobile-navbar__wrapper .navbar-brand-sitelogo img {
		max-height: 130px !important;
	}
	.navbar-brand img {
		max-width: 65%;
	}
	.tc-sidebar {
		margin-top: 5em;
	}
	.container {
		padding-right: 15px;
		padding-left: 15px;
	}
	#main-wrapper .container {
		padding-right: 2em;
		padding-left: 2em;
	}
	#footer_one  {
		flex: 0 0 31%;
		max-width: 31%;
	}
	#footer_two  {
		flex: 0 0 38%;
		max-width: 38%;
	}
	#footer_three  {
		flex: 0 0 31%;
		max-width: 31%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	#main-wrapper .container {
		max-width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.topbar-nav__container {
		display: block !important; padding-bottom: 9px;
	}
	.topbar-nav__container .nav__link {
		text-align: center;
	}
	.topbar-nav__container .nav__link > span {
		margin-bottom: 0 !important; 
		padding-bottom: 0 !important; 
		line-height: 1.3;
	}
	.topbar-nav__menu-wrapper {
		display: flex;
		justify-content: center;
	}
	.topbar-nav__menu.nav__menu > .menu-item {
		margin: 0 0.75rem;
	}
	.branding__container {
		justify-content: center !important;
	}
	.navbar-brand-sitelogo {
		display: flex; justify-content: center;
	}
	button#responsive-menu-button {
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
		border-radius: 50%;
		overflow: hidden !important;
	}
	#responsive-menu-container #responsive-menu-search-box, #responsive-menu-container #responsive-menu-additional-content, #responsive-menu-container #responsive-menu-title {
		padding: 21px 40px 20px 20px !important;
	}
	#responsive-menu-container .responsive-menu-search-box {
		height: 38px !important;
	}
	#responsive-menu-container {
		background: transparent !important;
	}
	.q2w3-fixed-widget-container .widget {
		position: relative !important;
		top: unset !important;
		height: unset !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
	#footer .container {
			max-width: 97% !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#main-wrapper .container {
		max-width: unset !important;
	}
	#footer_two .widget_media_image img {
		width: 95%;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	#footer-widget-area .container {
		max-width: unset;
		padding: 0;
	}
	#footer_two .widget_media_image img {
		width: 82.5%;
	}
}

@media only screen and (max-width: 767px) {
	#customizr-slider-main_posts_slider.czr-carousel {
		height: 380px;
	}
	.mobile-navbar__wrapper .navbar-brand-sitelogo img {
		max-height: 115px !important;
	}
	#content h1 {
		font-size: 2rem !important;
	}
	#content h2 {
		font-size: 1.75rem !important;
	}
	.home .container {
		padding-right: 0;
		padding-left: 0;
	}
	.fpc-container {
        padding-right: 0;
		padding-left: 0;
	}
	.widget__container {
		padding-right: 15px;
		padding-left: 15px;
	}
	#footer_one {
		max-width: 270px;
		margin: 0 auto;
		padding: 2.5em 0 1.3em;   
	}
	#footer_one #custom_html-3 {
		padding-top: 0;
		padding-bottom: 0;
	}
	#footer_two .widget_media_image {
		margin-top: 0;
		margin-bottom: 1.75em;
	}
	#footer_two .websites {
		margin-bottom: 2.5em;
	}
	#to_top_scrollup {
		bottom: 20px !important;
	}
	#footer_three {
		padding-bottom: 4.75em;
	}
	#footer_three aside.widget_nav_menu {
		margin-bottom: 0;
	}
	#footer_three .soli-deo-gloria {
		margin-bottom: 0;
		padding-top: 0.4em;
	}
	#tarteaucitronAlertSmall {
		margin-left: -65px;
	}
}

@media only screen and (max-width: 575px) {
	#customizr-slider-main_posts_slider.czr-carousel {
    	height: 325px;
	}
	.mobile-navbar__wrapper .navbar-brand-sitelogo img {
		max-height: 100px !important;
	}
	.home h1.sek-heading {
		font-size: 32px !important;
	}
	.sek-module-inner > .sek-heading {
		font-size: 30px !important;
	}
	ol ol, ol ul, ul ol, ul ul {
		margin-left: 1em;
	}
	#footer_two .widget_media_image img {
		width: 85%;
	}	
	.czr-btta {
		display: block !important;
	}
}

@media only screen and (max-width: 465px) {
	.mobile-navbar__wrapper .navbar-brand-sitelogo img {
		max-height: 85px !important;
	}
	.wp-block-image .alignright, .wp-block-image .alignleft {
		float: none;
		display: grid;
		margin: 0;
	}
	.wp-block-image figcaption, .wp-caption-text {
		text-align: left !important;
	}
	.parent-pageid-10207 .wp-block-image figcaption, .page-id-12577 .wp-caption-text {
		text-align: left !important;
	}
}

@media print {
	@page {
		margin: 2cm;
	}
	body {
		font-family: "Times New Roman", Times, serif;
		font-size: 14pt;
	}
	a {
		page-break-inside: avoid;
	}
	a:link, a:visited, a {
		background: transparent;
		color: #520;
		font-weight: bold;
		text-decoration: underline;
		text-align: left;
	}
	a[href^=http]:after {
		content: " <" attr(href) "> ";
	}
	a.navbar-brand-sitelogo[href^=http]:after {
		content: "";
	}
	$a:after > img {
	content: "";
	}
	article a[href^="#"]:after {
		content: "";
	}
	a:not(:local-link):after {
	content:" <" attr(href) "> ";
	}
	blockquote {
		page-break-inside: avoid;
	}
	h1, h2, h3, h4, h5, h6 { 
		page-break-after: avoid; 
		page-break-inside: avoid }
	#main-wrapper img { 
		page-break-inside: avoid; 
		page-break-after: avoid; 
	}
	table, pre { 
		page-break-inside: avoid; 
	}
	ul, ol, dl  { 
		page-break-before: avoid; 
	}
	.tc-header,
	.tc-header .container-fluid,
	.tc-header .primary-navbar__row,
	.logo_centered .primary-navbar__wrapper:not(.desktop-sticky) .primary-navbar__row .branding__container, 
	.logo_centered:not(.fixed-header-on) .primary-navbar__wrapper.desktop-sticky .primary-navbar__row .branding__container,
	.branding__container .branding, 
	.branding__container .mobile-utils__wrapper	{
		height: 249px !important;
	}
	.fixed-header-on .mobile-sticky, 
	.fixed-header-on .desktop-sticky {
		position: absolute;
		z-index: 0;
		display: block;
	}
	.primary-navbar__wrapper, 
	.topbar-navbar__wrapper, 
	.mobile-navbar__wrapper, 
	.mobile-navbar__row, 
	.mobile-nav__container, 
	.mobile-nav__nav {
		height: auto !important;
		background: white !important;
	}
	.primary-navbar__wrapper {		
		border-bottom: 2px solid grey !important;
		box-shadow: none !important;
	}
	.primary-navbar__wrapper .branding__container, 
	.primary-navbar__wrapper .primary-nav__utils li, 
	.primary-navbar__wrapper .primary-nav__wrapper, 
	.primary-navbar__wrapper .primary-nav__menu-wrapper {
		display: block;
	}
	.primary-navbar__wrapper row,
	.can-shrink-brand.is-sticky .primary-navbar__wrapper.desktop-sticky .branding__container {
		display: block !important;
	}
	.navbar-brand {
		display: block !important;
		width: 500px !important;
		height: 213px !important;
		background-image: url("https://www.evangelisationsteam.de/wp-content/uploads/2019/09/Logo-Evangelisationsteam-Header.png") !important;
		background-repeat: no-repeat;
		background-color: transparent;		
	}
	.navbar-brand img {
		display: none !important;
	}
	#main-wrapper {
		padding-top: 2cm;
	}
	#main-wrapper .container {
		max-width: 100%;
		padding: 0;
	}
	body.custom-background {
		background-image: none !important;
	}
	.primary-nav__container,
	.page-breadcrumbs,
	.sidebar,
	.wp-block-button,
	.wp-block-embed,
	.wpcf7-submit,
	.post-tags,
	.comments-area,
	.post-related-articles,
	.post-navigation,
	#footer,
	#tarteaucitronAlertSmall,
	#tarteaucitronManager {
		display: none !important;
	}
	.alignright, .alignleft {
		float: none !important;
		margin: 0 !important;
	}
	figcaption {
		display: block !important;
		text-align: left !important;
	}
	.pt-cv-view .pt-cv-title,
	.pt-cv-content,
	.pt-cv-wrapper .btn	{
		text-align: left !important;
	}
	.pt-cv-wrapper .btn {
		margin-top: 10px !important;
		margin-left: 0 !important;
	}
	.entry iframe, 
	ins {
		display: none;
		width: 0 !important;
		height: 0 !important;
		overflow: hidden !important;
		line-height: 0pt !important;
		white-space: nowrap;
	}
	.embed-youtube, .embed-responsive {
		position: absolute;
		height: 0;
		overflow: hidden;
	}
	.wp-block-gallery {
		display: block !important;
	}
}
