/*
Theme Name: Perfect Responsive
Theme URI: https://netperfection.de
Description: Das Theme von netperfection.de
Version: 0.5
Author: NetPerfection - Denis Metten
Author URI: http://www.netperfection.de
 */
/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url('fonts/OpenSans-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'), url('fonts/OpenSans-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/OpenSans-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/OpenSans-latin-300.woff') format('woff'), /* Modern Browsers */ url('fonts/OpenSans-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/OpenSans-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/OpenSans-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('fonts/OpenSans-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/OpenSans-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/OpenSans-latin-regular.woff') format('woff'), /* Modern Browsers */ url('fonts/OpenSans-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/OpenSans-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: italic;
    font-weight: 400;
    src: url('fonts/OpenSans-latin-italic.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url('fonts/OpenSans-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/OpenSans-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/OpenSans-latin-italic.woff') format('woff'), /* Modern Browsers */ url('fonts/OpenSans-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/OpenSans-latin-italic.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: url('fonts/OpenSans-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('fonts/OpenSans-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('fonts/OpenSans-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('fonts/OpenSans-latin-700.woff') format('woff'), /* Modern Browsers */ url('fonts/OpenSans-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('fonts/OpenSans-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* lora-600 - latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/lora-v17-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/lora-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/lora-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/lora-v17-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/lora-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/lora-v17-latin-600.svg#Lora') format('svg'); /* Legacy iOS */
}

html, body {
    height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #fff;
}
.cc-revoke, .cc-window, .cc-color-override-1038738536.cc-window {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 0.8em !important;
}
.wrapper {
    padding-top: 170px;
    padding-bottom: 50px;
}
a, a:link, a:visited, a:active {
    color: #565656;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a, a:hover {
    -webkit-transition: all 0.5s ease; /* Firefox */
    -moz-transition: all 0.5s ease; /* WebKit */
    -o-transition: all 0.5s ease; /* Opera */
    transition: all 0.5s ease; /* Standard */
    word-wrap: break-word;
}
a.blue,a:hover.blue,a:link.blue{
	color:#083D59;
}
p {
    margin: 0;
    padding: 10px 0;
}
h1 + p, h2 + p, h3 + p {
    padding-top: 0px;
}
iframe {
    width: 100%;
    height: 400px;
    max-width: 100% !important;
}
img {
    max-width: 100%;
    height: auto;
}
input, fieldset, textarea {
    width: 100%;
}
input[type="checkbox"], input[type="radio"], input.math {
    width: auto;
}
input.submit-send {
    float: right;
    background-color: #565656;
    width: auto;
    padding: 5px 30px;
    border: none;
    color: #fff;
    margin-top: 20px;
}
/*p img,img.alignnone{float:left;padding-right:30px;padding-bottom:30px;}*/
ul {
    margin-left: 5px;
    padding-left: 0px;
}
li {
    margin: 0 0 1rem 1rem;
}
.alignleft {
    float: left;
    padding-right: 30px;
    padding-bottom: 30px;
}
.alignright {
    float: right;
    padding-left: 30px;
    padding-bottom: 30px;
}
/*p:after{clear:both;display: table;content: " ";}*/
.margin-top-20 {
    margin-top: 20px;
}
.padding-10-0 {
    padding: 10px 0;
}
.padding-15 {
    padding: 15px;
}
.padding-30-0 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padding-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padding-100 {
    padding-top: 130px;
    padding-bottom: 100px;
}
.padding-100-0-0-0 {
    padding-top: 150px;
}
.bg-gray {
    background-color: #f1f1f1;
}
.bg-red {
    background-color: #565656;
}
.text-red {
    color: #565656;
}
.bg-red-cover {
    display: block;
    background-color: #565656;
    padding-right: 15px;
    padding-left: 15px;
}
@-webkit-keyframes zoom {
    0% {
        margin-bottom: 0;
        margin-top: 0;
    }
    50% {
        margin-bottom: -20px;
        margin-top: 20px;
    }
    100% {
        margin-bottom: 0;
        margin-top: 0;
    }
}
@keyframes zoom {
    0% {
        margin-bottom: 0;
        margin-top: 0;
    }
    50% {
        margin-bottom: -20px;
        margin-top: 20px;
    }
    100% {
        margin-bottom: 0;
        margin-top: 0;
    }
}
.cover-pfeil {
    -webkit-animation: zoom 2s infinite;
    animation: zoom 2s infinite;
}
.cover-pfeil {
    display: block;
    margin: 0 auto;
}
.bg-red h2 {
    color: #fff;
}
.bg-opacity-layer {
    background-color: rgba(0, 0, 0, .7);
    padding: 60px 0;
}
.bg-textfeld2, .bg-textfeld1 {
    background-attachment: fixed;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-textfeld1 {
    padding: 60px 0;
}
.bg-textfeld2, .bg-textfeld2 h2 {
    color: #fff;
}
.bg-textfeld2 h2 {
    padding-bottom: 20px;
}
/*a, a:hover{
-webkit-transition: all 2s ease; 
-moz-transition: all 2s ease;
-o-transition: all 2s ease; 
transition: all 2s ease; 
}*/
.logo {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.sidebar {
    border: 1px solid #002B5C;
    padding: 15px;
    background-color: #0A3B69;
    color: #fff;
}
.clear {
    width: 100%;
    clear: both;
}
.menu-menue-1-container {
    display: none;
}
a.btn-red, a:link.btn-red, a:hover.btn-red {
    background-color: #af1917;
    color: #fff;
    border: none;
    border-radius: 0;
    font-weight: 700;
}
.sidebar-widget {
    padding-bottom: 30px;
    padding-top: 30px;
    border-top: 2px solid #ccc;
}
.sidebar-widget ul, .sidebar-widget li {
    padding: 5px 0;
    margin: 0;
    list-style-type: none;
}
.widget-feld1 h3, .widget-feld2 h3, .widget-feld3 h3 {
    padding-top: 0;
    margin-top: 0;
    font-size: 1.2em;
    font-weight: 700;
    padding-bottom: 10px;
}



/*+++ Formular++++*/
.contactform {
    margin-top: 30px;
}
.contactform p {
    margin: 0;
    padding: 0;
}
.contactInput {
    height: 64px;
    margin-bottom: 15px;
}
.contactTextarea {
    height: 143px !important;
}
.contactformnormal .senden, .contactform .senden {
    background-color: #565656;
    border-radius: 5px;
    padding: 10px;
    color: #fff;
    border: none;
}
.form-control:focus {
    border-color: #565656;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(200, 14, 45, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(200, 14, 45, .6);
}
/*+++ Bootstrap +++++++++++*/

.thumbnail {
    border: none;
}
.thumbnail a > img, .thumbnail > img {
    margin-left: 0px;
}
.thumbnail .caption {
    padding: 9px 9px 9px 0;
}
.startseite-buecher .thumbnail {
    min-height: 810px;
}

/*##########################*/
/*###### NAVIGATION ########*/
/*##########################*/

.navbar-brand {
    float: left;
    height: auto;
    padding: 0px;
}
.logo {
    float: left;
    display: inline;
    width: 100px;
	padding: 0;
	padding-bottom:10px;
	padding-top:10px;
    max-width: 100%;
}
.top-nav {
    margin-right: 0;
    font-size: 16px;
    color: #ccc;
}
.navbar-default .navbar-nav > li > a {
    color: #000;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #000;
}
.navbar-default #menu-header > li > a {
    color: #000;
}
.top-nav > li:last-child > a {
    padding: 10px 10px 10px 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #af1917;
    background-color: transparent;
}
.top-nav > li > a {
    color: #ccc;
}
.navbar-header {
    width: 100%;
}
.navbar-default, #footer {
    background-color: rgba(255, 255, 255, 1);
    border: none;
}
.navbar {
    margin: 0 0 0 0;
    color: #fff;
    padding-top: 0;
    padding-bottom: 0px;
}
#menu-header {
    margin-top: 13px;
    text-transform: uppercase;
}
.fixed-top {
    box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 3px rgba(0, 0, 0, 0.3);
}
.navbar-footer {
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.navbar-default .navbar-brand {
    color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ccc;
}
.dropdown-menu {
    background-color: rgba(255, 255, 255, 1);
    max-width: 400px;
    min-width: 400px;
}
.dropdown-menu li, .dropdown-menu a {
    max-width: 100%;
}
.dropdown-menu a {
    max-width: 100%;
    white-space: normal !important;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: transparent;
    color: #000;
}
.navbar-default #menu-header > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #565656;
}
.navbar-default .navbar-toggle {
    margin-top: 20px;
}
.navbar-toggler {
    padding: .25rem 0rem;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}
.lang-item {
    color: #af1917;
}
.navbar-nav > li {
    margin: 0;
}
.navbar-nav > li.lang-item > a {
    padding: 0px 0;
}
.navbar-nav > li.lang-item-16 a {
    border-left: 1px solid rgba(0, 0, 0, .5);
}
.nav-btn-red a {
    background-color: rgba(167, 23, 32, 1); /*#af1917;*/
}
.nav-btn-red a:hover {
    background-color: rgba(167, 23, 32, 0.9); /*#af1917;*/
}
.bg-white {
    background-color: #fff !important;
}
/*######################################*/
/*### BOOTSTRAP MENU ICON ANIMATION ####*/
/*######################################*/
/* Icon 1 */
.animated-icon3 {
    width: 30px;
    height: 20px;
    display: inline-block;
    position: relative;
    margin: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.animated-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.animated-icon3 span {
    background: #000;
}
/* Icon 4 */
.animated-icon3 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.animated-icon3 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.animated-icon3 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}
.animated-icon3.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 4px;
}
.animated-icon3.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}
.animated-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 21px;
    left: 4px;
}
/*#########################*/
/*+++ Allgemein +++++++++++*/
/*#########################*/
.gray {
    background-color: #f1efef;
}
.padding_20_0 {
    margin: 20px 0;
}
.layer2 {
    padding: 20px 0;
}
.carousel-control {
    width: 5%;
}
.carousel-caption * {
    color: #000;
    text-align: left;
}
.carousel {
    margin: 0;
}
.carousel-control.left, .carousel-control.right {
    background: none;
}
.carousel-caption {
    color: #565656;
    text-shadow: none;
    padding-bottom: 15px;
    position: absolute;
    top: 100px;
    left: 0px;
    background-color: #ffff;
    bottom: auto;
    right: auto;
    padding: 30px 100px;
}
.carousel-caption {
    font-size: 1.8em;
    left: auto;
    right: 0;
    bottom: auto;
    top: 80px;
    background-color: transparent;
    width: 45%;
    padding: 10px 50px 20px 50px;
}
.carousel-caption.carousel-text2 p, .carousel-caption.carousel-text2 strong {
    color: #fff;
}
.carousel-caption.carousel-text3 {
    width: 35%;
}
.carousel-caption.carousel-text1 {
    left: 80px;
    right: 0;
    bottom: auto;
    top: 30px;
}
.start-feld5 .thumbnail img {
    max-height: 350px;
}
.cr_ipe_item .itemname {
    width: auto !important;
}
/*
inspired from https://codepen.io/Rowno/pen/Afykb */
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/*
WHAT IS NEW IN 3.3: "Added transforms to improve carousel performance in modern browsers."
now override the 3.3 new styles for modern browsers & apply opacity*/
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next, .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev, .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left, .carousel-fade .carousel-inner > .item.prev.right, .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
/* just for demo purpose */
html, body, .carousel, .carousel-inner, .carousel-inner .item {
    height: 100%;
}
.header {
    position: relative;
    min-height: auto;
    z-index: 1;
    width: 100%;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}
.header-text {
    background-color: rgba(200, 14, 45, 0.7);
    padding: 20px;
    width: 450px;
    position: absolute;
    top: 170px;
    left: 10%;
}
.header_bg_layer_opacity {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 30px 10px 30px 10px;
}
.schraeg {
    position: relative;
    background-color: #fdf6d9;
    margin: 0;
    padding: 4% 0 4% 0;
    z-index: 2;
    border-top: 2px solid #000;
}
.normal {
    background-color: #fdf6d9;
    margin: 0 0 -200px 0;
    padding: 0 0 200px 0;
}
.frame_layer {
    position: relative;
    width: 100%;
    z-index: 9;
    padding: 60px 10px;
}
.img_fixed {
    position: fixed;
    top: 0;
    width: 100%;
}
.show_circle_icon {
    border-radius: 100%;
    border: 1px solid #ccc;
    color: #015198;
    font-size: 2.5em;
    width: 100px;
    height: 100px;
    line-height: 90px;
    padding: 0;
    margin: 0 auto;
}
.start_bg {
    float: left;
    width: 100%;
    background-color: transparent;
}
.padding_body {
    padding: 140px 0 60px 0;
}
.bg {
    width: 100%;
    padding: 0;
    margin: 0;
}
.white {
    background-color: #fff;
}
.center_100 {
    width: 100%;
    text-align: center;
}
.img_round {
    display: inline;
    padding: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.img_round_cover {
    display: inline;
    width: 300px;
    max-width: 100%;
    height: 300px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg_opacity {
    background-color: rgba(255, 255, 255, 0.8);
}
.formular {
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 15px;
}
.formular h3 {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.3em;
    font-weight: 400;
    padding: 0 0 15px 0;
}
.formular label {
    font-size: 0.8em;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-bottom: 15px;
}
.formular input, .formular textarea, .formular select {
    width: 100%;
    color: #000;
    border-radius: 4px;
    border: none;
}
.submit, .formular .wpcf7-submit {
    padding: 7px 0;
    background-color: #015198;
    border-radius: 4px;
    color: #fff;
    border: none;
}
.submit:hover, .wpcf7-submit:hover {
    opacity: 0.8;
}
.margin_20_0 {
    margin: 20px 0;
}
.padding_0_3 {
    padding: 0;
}
.slogan {
    width: 60%;
}
.header_text h1 {
    width: 100%;
    text-align: center;
    font-size: 2.5em;
    font-weight: 400;
    color: #fff;
    padding-top: 200px;
    line-height: 1.5em;
}
.header_text h3 {
    width: 100%;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    color: #000;
}
.bg-blue {
    background-color: #000;
}
.bg-blue h1, .bg-blue h2, .bg-blue h3, .bg-blue h4 {
    color: #fff;
}
.bg-blue a, .bg-blue a:link, .bg-blue a:visited, .bg-blue a:active {
    color: #fff;
    text-decoration: none;
}
.carousel-inner img {
    margin: auto;
    width: 100%;
}
#google_maps {
    width: 100%;
    height: 500px;
}
.none_display {
    height: 0px !important;
}
.text_right {
    text-align: right
}
.single-wrapper h1 {
    margin-top: 0;
    padding-top: 0;
}
.widget-wrapper ul, .widget-wrapper li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget-wrapper li a {
    color: #000;
}
.widget-wrapper .post-date, .widget-wrapper .event-date-footer {
    display: block;
    font-size: 0.8em;
    color: #565656;
    padding-bottom: 15px;
}
.widget-wrapper .event-date-footer {
    padding-bottom: 0px;
}
a.event_list_headline {
    text-decoration: none;
    color: #000;
    font-size: 1.3em;
    font-weight: bold;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}
.social-media-header {
    float: right;
    width: 100%;
}
.social-single-post {
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.seminar-md {
    display: none;
}
.online-seminar-wrapper, .seminar-md {
    background-color: #af1917;
    color: #fff;
    padding: 7px 10px 8px 25px;
    font-weight: 700;
    font-size: 1.2em;
    margin-bottom: 15px;
}
.social-media-header .footer-socials > li {
    padding: 0px;
    width: 35px;
    height: 35px;
    margin: 0;
    text-align: center;
    line-height: 35px;
    display: block;
    float: right;
}
.social-media-header .footer-socials > li:first-child {
    padding: 0;
    width: auto;
    height: auto;
    margin-top: 0;
}
.social-media-header .footer-socials > li > a, .social-media-header .footer-socials > li > a > i, .social-media-header .footer-socials > li > a > i:before {
    height: 35px;
    line-height: 35px;
    display: block;
    vertical-align: middle;
}
.shariff-main {
    margin-bottom: -23px;
    float: right;
}
.publikationen-teaser {
    max-height: 250px;
    height: 250px;
    margin-bottom: 15px;
    -webkit-box-shadow: 1px 1px 1px 0px rgba(176, 173, 176, 1);
    -moz-box-shadow: 1px 1px 1px 0px rgba(176, 173, 176, 1);
    box-shadow: 1px 1px 1px 0px rgba(176, 173, 176, 1);
}
.publikationen-teaser-wrapper:first-child .publikationen-teaser {
    max-height: 270px;
    height: 270px
}
/*+++ Footer ++++++++++++*/

.footer *{
	color:#000;
}
.referenzen-footer {
    text-align: center;
    padding: 40px 0;
}
.referenzen-footer img {
    border: none;
    padding: 10px 15px;
    max-height: 100%;
    height: 70px;
    width: auto;
}
.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: #565656;
}
.footer-v1 .footer {
    padding: 0px 0;
    background: #E2D2B7;
}
.footer-v1 address {
    line-height: 23px;
}
.footer-v1 .footer .map-img {
    background: url(img/map-img.png) 5px 60px no-repeat;
}
.link-list a {
    color: #000;
    font-size: 11px;
    padding: 3px 0px;
    display: inline-block;
    text-transform: uppercase;
}
.headline {
    display: block;
    margin: 10px 0 25px 0;
}
.footer-v1 .footer h2 {
    font-size: 16px;
}
.social-media-wrapper{
	padding-top:10px;
	font-weight:bold;
}
.footer-4-wrapper h2:last-of-type(2) {
    padding-top: 0px;
}
.footer-socials{
	padding:10px 0px 0 0;
	margin-bottom:0px;
}
.footer-socials,.footer-socials li{
    display:inline-block;
	width:auto;
}
.footer-socials li{
    margin:0 0 .5rem 1.5rem;
}

.social-media-wrapper .row{
	text-align:center;
	display:block;
}
.social-media-wrapper a,.social-media-wrapper a:link,.social-media-wrapper a:hover{
	color:#000;
}
@media only screen and (min-width: 576px) {
	.footer-socials li{
		margin:0 0 1rem 1.5rem;
	}
}
@media only screen and (min-width: 767px) {
	.footer-v1 .footer {
		padding: 20px 0;
	}
	.footer-v1 .footer h2 {
		font-size: 18px;
	}
	.social-media-wrapper{
		line-height:60px;
		height:60px;
		text-align:center;
		font-weight:bold;
		font-size:1.2em;
		padding-top:0px;
		padding-bottom:0px;
	}
	.footer-socials{
		padding:0px;
	}
}
.footertext {
    padding: 5px 0;
}
.wds-tweet-container div {
    font-size: 12px;
    line-height: 1.3em;
}
.wds-tweet-container div:first-child {
    float: none !important;
}
.foo-wrapper {
    overflow: hidden;
}
/*+++ Hover Text +++++*/
.hover-effect-wrapper {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.hover-effect-wrapper:hover {
    cursor: pointer
}
.hover-text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: .5s ease;
    width: 100%;
    height: 100%;
    background-color: #C3141F;
    text-align: center;
    z-index: 999;
}
.hover-effect-wrapper:hover .hover-text-wrapper {
    opacity: 0.9;
}
.hover-text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/*+++ Veit Etzold +++++*/
.startseite-wrapper {
    background-color: #565656;
    color: #fff;
    padding: 60px 0;
}
.startseite-wrapper * {
    color: #fff;
}
.startseite-wrapper h2 {
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.cookie-notice-container {
    float: left;
    width: 100%;
    padding: 15px 0;
}
#cn-notice-text {
    float: left;
    width: 88%;
}
#cn-accept-cookie {
    float: right;
    width: 10%;
    padding: 10px 15px;
    border-radius: 5px;
}
#cookie-notice .button {
    margin-left: 0px !important;
}
.vita-wrapper {
    margin-top: -15px;
    text-align: center;
}
.vita-wrapper-icons {
    width: 15%;
    display: inline-block;
}
.vita-icon {
    margin-top: 15px;
    text-align: center;
    font-size: 2.6em;
    color: #565656;
}
.vita-text {
    text-align: center;
}
.col-centered {
    float: none;
    margin-right: auto;
    margin-left: auto;
}
/*+++ CleverReach +++++++++++++*/
.cr_page {
    width: 100% !important;
}
.formbox {
    padding: 0px !important;
    background-color: transparent !important;
}
.cr_ipe_item {
    padding: 1px 0px !important;
    margin: 1px 0px !important;
}
.cr_body input {
    color: #000 !important;
}
.g-recaptcha, .g-recaptcha div {
    max-width: 100% !important;
}
.cr_ipe_item input {
    background: none repeat scroll 0 0 #ffffff !important;
}
/*+++ Newsletter Anmelden Layer ++++++*/
.newsletter-button-layer {
    width: 100%;
    position: relative;
    background-color: #565656;
}
.newsletter-button-layer *, .newsletter-button-layer a, .newsletter-button-layer a:hover {
    color: #fff;
    font-weight: bold;
}
.newsletter-button-layer .container {
    max-width: 696px;
}
.newsletter-button-layer .newsletter-circle {
    display: inline-block;
    font-size: 3em;
    margin-top: -30px;
    margin-bottom: -30px;
    margin-right: 60px;
    width: 140px;
    height: 140px;
    text-align: center;
    line-height: 125px;
    padding-right: 5px;
    background: #565656;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    border: 5px solid #fff;
}
.newsletter-button-layer .newsletter-button-text {
    display: inline-block;
    font-size: 1em;
}
.newsletter-button-layer .news-txt-button {
    display: inline-block;
    position: relative;
    top: -10px;
}
.newsletter-button-layer .btn-newsletter {
    font-size: 2.5em;
    display: inline-block;
    margin-left: 30px;
}
/*--- Galerie ----------------------*/
.gallery br {
    display: none;
}
.gallery-item, .gallery-icon {
    display: inline !important;
}
.gallery-icon img {
    padding-top: 10px;
    height: 170px;
}
.ngg-galleryoverview {
    width: 100% !important;
}
.ngg-gallery-thumbnail-box {
    float: left !important;
    width: 22% !important;
    height: 200px !important;
    margin: 0 2% 0 0 !important;
}
.ngg-gallery-thumbnail {
    width: 100% !important;
}
.ngg-gallery-thumbnail img {
    float: left !important;
    width: 100% !important;
    height: 100% !important;
}
.wpif2_flowplus {
    width: 100% !important;
    background-color: transparent !important;
    color: #666 !important;
}
.wpif2_flowplus {
    height: auto !important;
}
.wpif2_captions, .wpif2_scrollbar {
    display: none !important;
}
/*+++ Blog +++++++++++++*/
.blog-wrapper {
    padding-bottom: 20px;
}
.blog-wrapper a {
    color: #000;
}
/*++++++++++++++++++++++++++++++++++++*/
/*++++ PODCAST FIXED BANNER BOTTOM++++*/
/*++++++++++++++++++++++++++++++++++++*/
.cc-bottom {
    bottom: 4em !important;
}
#pod-banner-footer-wrapper {
    border-top: 5px solid #565656;
    height: 60px;
    bottom: 0;
    color: #000;
    display: flex;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 999899;
    box-sizing: border-box;
    justify-content: center;
}
#pod-banner-footer-outer {
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 13px;
    padding: 20px;
}
#pod-banner-footer {
    grid-template-columns: 150px 320px 220px;
    padding-top: 9px;
    padding-bottom: 9px;
    width: 100%;
    max-width: 100%;
    grid-template-areas: "logo text1 button";
    align-items: center;
    justify-content: left;
    font-size: 14px;
    display: grid;
    grid-gap: 15px;
}
#pod-banner-footer .button-main {
    padding: 5px 10px;
    text-align: center;
    width: 100%;
    border-radius: 0;
    line-height: 1.2;
}
.pod-col {
    overflow: hidden;
    min-width: 75px;
    justify-self: right;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}
.footer-banner-flex-area-logo {
    grid-area: logo;
    padding-right: 20px;
    font-size: 6em;
    margin-top: -30px;
    width: 140px;
    height: 140px;
    text-align: center;
    padding-right: 0px;
    background: #fff;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    border: 5px solid #565656;
}
.footer-banner-flex-area-text1 {
    grid-area: text1;
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
}
.footer-banner-flex-area-button {
    grid-area: button;
    padding-right: 20px;
    font-size: 1.2em;
}
.has-large-font-size {
    font-size: 1em !important;
}
.wp-block-media-text .wp-block-media-text__content {
    padding: 0 !important;
}
.wp-block-media-text > figure > img, .wp-block-media-text > figure > video {
    padding-top: 10px;
    padding-left: 30px;
}

/*#######################*/
/*#### Media-Queries #######*/
/*#######################*/
@media only screen and (min-width: 670px) {
    #pod-banner-footer {
        width: 696px;
    }
}
@media only screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 20px;
        padding-left: 0px;
        padding-top: 19px;
        padding-bottom: 19px;
    }
    .navbar-expand-lg .navbar-nav .lang-item .nav-link {
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 19px;
        margin-bottom: 19px;
    }
	#menu-hauptmenue .menu-item .nav-link:after {
		content: "/";
		padding-left: 5px;
		color: #8C895E;
		margin-left:17px;
	}
	#menu-hauptmenue .menu-item:last-child .nav-link:after {
		content: " ";
	}
}
@media only screen and (max-width: 822px) {
    .cc-bottom {
        bottom: 6em !important;
    }
    .cc-window.cc-floating {
        max-width: 24em !important;
    }
    .cc-window.cc-right {
        left: auto !important;
        right: 10px !important;
    }
}
@media only screen and (max-width: 700px) {
    .cc-bottom {
        bottom: 8em !important;
    }
    .cc-window.cc-floating {
        max-width: none !important;
    }
    .cc-window.cc-right {
        left: 10px !important;
        right: 10px !important;
    }
    #pod-banner-footer {
        width: auto;
    }
}
@media only screen and (max-width: 670px) {
    #pod-banner-footer {
        grid-template-columns: 120px 150px 200px;
        grid-gap: 8px;
        grid-template-areas: "logo text1 button";
    }
    .footer-banner-flex-area-zertifikat1 {
        display: none;
    }
    .footer-banner-flex-area-logo {
        grid-area: logo;
        padding-right: 20px;
        font-size: 4em;
        margin-top: -10px;
        width: 100px;
        height: 100px;
        text-align: center;
        padding-right: 0px;
        -moz-border-radius: 50px;
        -webkit-border-radius: 50px;
        border-radius: 50px;
    }
}
@media only screen and (max-width: 508px) {
    #pod-banner-footer {
        grid-template-columns: 140px 180px;
        grid-gap: 8px;
        grid-template-areas: "text1 button";
    }
    .footer-banner-flex-area-logo {
        display: none;
    }
    .footer-banner-flex-area-text1, .footer-banner-flex-area-button {
        font-size: 1em;
    }
}
/*+++++++++++++++++*/
@media screen and (max-width: 1350px) {
    .carousel-caption.carousel-text1 {
        left: 40px;
        top: 20px;
    }
}
@media screen and (max-width: 1250px) {
    .carousel-caption.carousel-text1 {
        left: 40px;
        top: 20px;
        font-size: 1.3em;
    }
}
@media screen and (max-width: 1160px) {
    .carousel-text2 {
        font-size: 1.4em;
    }
    .carousel-caption.carousel-text1 {
        left: 50px;
        right: 0;
        bottom: auto;
        top: 20px;
        font-size: 1.2em;
    }
}
@media screen and (max-width: 991px) {
    .logo {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-nav {
        display: block;
    }
    .navbar-collapse {
        padding-top: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-expand-lg .navbar-nav .lang-item .nav-link {
        padding-right: 5px;
        padding-left: 5px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-top: 19px;
        margin-bottom: 19px;
    }
    .navbar-expand-lg .navbar-nav li:nth-child(5) .nav-link {
        padding-bottom: 20px;
    }
    .navbar-expand-lg .navbar-nav .lang-item-13 .nav-link {
        padding-bottom: 20px;
        padding-right: 13px;
    }
    .navbar-expand-lg .navbar-nav .lang-item-16 .nav-link {
        padding-left: 20px;
    }
    .navbar-expand-lg .navbar-nav .lang-item-16, .navbar-expand-lg .navbar-nav .lang-item-13, .navbar-expand-lg .navbar-nav .lang-item-16 .nav-link, .navbar-expand-lg .navbar-nav .lang-item-13 .nav-link {
        display: inline-block;
    }
    .navbar-expand-lg .navbar-nav .nav-btn-red .nav-link {
        max-width: 150px;
        text-align: center;
        color: #fff;
    }
    .startseite-buecher .thumbnail {
        min-height: 100px;
    }
    .social-media-header .footer-socials > li {
        float: none;
        display: inline-block;
    }
    .seminar-lg {
        display: none;
    }
    .seminar-md {
        padding-top: 12px;
        padding-bottom: 13px;
        display: block !important;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .logo-header img {
        max-width: auto;
        max-height: 50px;
        padding: 10px 0;
        display: inline;
    }
    .dienstleistungen ul li {
        width: 48%;
        text-align: center;
    }
    .carousel-caption {
        top: 60px;
    }
    .carousel-caption {
        font-size: 0.9em;
    }
    .carousel-caption.carousel-text1 {
        left: 30px;
        right: 0;
        bottom: auto;
        top: 10px;
    }
    ul.nav-wizard li {
        width: auto;
    }
    .sm-small {
        max-width: 50%;
    }
    .vita-wrapper-icons {
        width: 19%;
    }
    .kopf_nav, .top-nav {
        margin-top: 0px;
        font-size: 14px;
    }
    .kopf_nav li a {
        padding: 3px 5px;
    }
    .top-nav > li > a {
        padding: 10px 5px;
    }
    .logo {
        max-width: 185px;
    }
    .wrapper {
        padding-top: 205px;
    }
    .newsletter-button-layer .newsletter-circle {
        margin-right: 20px;
    }
    .newsletter-button-layer .btn-newsletter {
        margin-left: 20px;
    }
}
@media screen and (max-width: 850px) {
    .carousel-caption.carousel-text1 {
        left: 10px;
        top: 5px;
    }
}
@media screen and (max-width: 767px) { /*705px*/
    body {
        font-size: 14px;
    }
    h1 {
        font-size: 1.6em;
    }
    h2, h3 {
        font-size: 1.4em;
    }
    .sidebar-wrapper {
        padding-top: 20px;
    }
    .navbar-default {
        background-color: rgba(255, 255, 255, 1);
        border: none;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }
    .header {
        background-attachment: scroll;
    }
    .header_text h1 {
        padding-top: 0px;
    }
    .header-info {
        width: 100%;
        text-align: center;
    }
    .navbar {
        font-size: 14px;
    }
    .navbar-brand {
        font-size: 14px;
    }
    .carousel-inner .carousel-caption {
        display: none;
    }
    .logo {
        max-width: 250px;
    }
    .dienstleistungen ul li {
        width: 98%;
    }
    .carousel-caption {
        position: relative;
        float: left;
        width: 100%;
        padding: 20px;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .padding-60 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .padding-30-0 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .start-feld1 img {
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .start-feld1 .col-sm-3:nth-child(2) {
        background-color: #fefefe;
    }
    .wrapper {
        padding-top: 115px;
    }
    .footer-v1 .footer-socials {
        text-align: left;
        margin-top: 3px;
    }
    #navbar-header {
        width: 100%;
    }
    #navbar-header ul {
        max-width: 100%;
    }
    .nav_kopf_top, .nav_kopf {
        min-width: auto;
        float: none;
    }
    .top-nav > li:last-child > a {
        padding: 3px 15px;
    }
    .top-nav > li > a {
        padding: 5px 15px;
    }
    .top_nav li a, .kopf_nav li a {
        padding: 5px 15px;
    }
    .dropdown-menu > li > a {
        white-space: normal;
    }
    .navbar-nav > li.lang-item {
        display: inline-block;
        width: auto;
    }
    .navbar-nav > li.lang-item > a {
        padding: 0px 5px;
    }
    .navbar-nav > li.lang-item-13 {
        padding: 10px 0px 10px 0px;
    }
    .navbar-nav > li.lang-item-16 {
        padding: 10px 0px 10px 0px;
    }
    .navbar-nav > li.lang-item-16 a {
        border-left: 1px solid #af1917;
    }
    .newsletter-button-layer .news-txt-button {
        top: -8px;
    }
    .mobil-100 {
        display: block;
        float: none;
    }
    .newsletter-button-layer .newsletter-circle {
        font-size: 2em;
        margin-top: -25px;
        margin-bottom: -20px;
        margin-right: 60px;
        width: 80px;
        height: 80px;
        line-height: 65px;
    }
    .newsletter-button-layer .newsletter-button-text {
        margin-top: 7px;
    }
    .seminar-md {
        margin-right: 0px;
    }
}
@media screen and (max-width: 680px) {
    .newsletter-button-layer .newsletter-circle {
        display: block;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .newsletter-button-layer .newsletter-button-text {
        display: block;
        font-size: 1em;
        margin: 15px auto;
        text-align: center;
    }
}
@media screen and (max-width: 600px) { /*705px*/
    .dienstleistungen ul li {
        width: 98%;
    }
    ul.nav-wizard li {
        width: 50%;
        margin-top: 5px;
    }
    ul.nav-wizard {
        background-color: #fff;
        border: none;
    }
    .dienstleistungen ul li {
        text-align: left;
    }
    .xs-img-600 {
        width: 100%;
        padding: 20px 0;
    }
}
@media screen and (max-width: 550px) {
    .header-text {
        padding-top: 100px;
        position: relative;
        float: left;
        width: 50%;
        top: 0;
        left: 0;
    }
    .header {
        background-position: center center;
    }
    .sm-small {
        max-width: 100%;
    }
    .vita-wrapper-icons {
        width: 32%;
    }
    .xs-img-550 {
        width: 100%;
        padding: 20px 0;
    }
    iframe {
        height: 250px;
    }
}
@media screen and (max-width: 520px) {
    .newsletter-button-layer .btn-newsletter {
        display: block;
        margin-left: 0px;
    }
}
@media screen and (max-width: 500px) {
    .header_text h1 {
        padding-top: 80px;
    }
    #cn-notice-text {
        width: 100%;
    }
    #cn-accept-cookie {
        width: 100%;
    }
    .xs-img-500 {
        width: 100%;
        padding: 20px 0;
    }
}
@media screen and (max-width: 480px) {
    .wrapper-startseite {
        padding-top: 160px;
    }
    .seminar-md {
        padding-right: 20px;
    }
}
@media screen and (max-width: 400px) {
    .dienstleistungen ul li {
        width: 98%;
    }
    .header-text {
        width: 60%;
    }
    .xs-img-400 {
        width: 100%;
        padding: 20px 0;
    }
    .logo {
        max-width: 220px;
    }
    .publikationen-teaser {
        max-height: 200px;
    }
}
@media screen and (min-width: 767px) {
    .padding_0_3 {
        padding: 0 3%;
    }
}
@media screen and (min-width: 1025px) {
    .header {
        min-height: 600px;
    }
}

/*############################*/
/*++++++ ZOOM Effekt ++++++++++++*/
/*############################*/

@-webkit-keyframes zoom {
  0%   {transform: scale(1, 1);}
  50%  {transform: scale(1.2, 1.2);}
  100%  {transform: scale(1, 1);}
}

@keyframes zoom {
  0%   {transform: scale(1, 1);}
  50%  {transform: scale(1.2, 1.2);}
  100%  {transform: scale(1, 1);}
}

.perfect-cover img{
  -webkit-animation: zoom 90s;
  animation: zoom 90s;
}
.perfect-cover{
  max-height:650px;
  overflow:hidden;
}

/*############################*/
/*++++++ STANDARD ++++++++++++*/
/*############################*/

.page-nav-height{
	height:64px;
	width:100%;
	display:block;
}
.link-absolute{
	position:absolute;
	z-index:999;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
}
h1, h2, h3, h4 {
    color: #00000;
    font-weight: 700;
    width: 100%;
	line-height:150%;
}
h1 {
    font-size: 1.3em;
}
h2{
    font-size: 1.2em;
}
h3, h4 {
    font-size: 1em;
}
h1, h2 {
    padding-top: 30px;
    padding-bottom: 5px;
    display: block;
    margin-bottom: 0px;
}
h3,h4{
	padding-top:20px;
}

.heading{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom:20px;
}
.heading::after {
    border-top: 2px solid #000 !important;
}
.heading:after{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    content: '';
    display: block;
    border-top: 2px solid #D8D8D8;
	margin-left:10px;
}
.heading h1,.heading h2,.heading h3{
    display: block;
    width:auto;
    max-width: 80%;
    text-align: left;
	padding-bottom:5px;
}
.text-standard,a.text-standard,a:link.text-standard{
	color:#000;
}
.youtube {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content ul,.content li{
	list-style-type: none;
	padding:7px 0px;
	margin:0;
}
.content li{
	padding:7px 20px;
}
.content li:before{
	content:'\f101';
	font: normal normal normal 14px/1 FontAwesome;
	padding-right:8px;
	height:100%;
}
.content ul.no-list-type li:before{
	display:none;
}
.content ul.no-list-type li p{
	display:none;
}
.content li:nth-child(2n+1){
	background-color:rgba(226,210,183,1.00);
}

@media only screen and (min-width: 992px) {
	.page-nav-height {
		height: 62px;
	}
	h1 {
		font-size: 1.6em;
	}
	h2, h3, h4 {
		font-size: 1.2em;
	}
	h1, h2 {
		padding-top: 20px;
		padding-bottom: 10px;
	}
}
@media only screen and (min-width: 1350px) {
	h1 {
		font-size: 2em;
	}
}

/*#### Navigation Pagination ##################*/

a.btn-pagination,.btn-pagination,a.btn-pagination:hover,a.btn-pagination:active,a.btn-pagination:focus,.btn-pagination:hover,.btn-pagination:active,.btn-pagination:focus{
    border:none;
    width:auto;
    min-width:auto;
    padding:0;
    background-color:transparent;
    color:#af1917;
    height:40px;
    line-height:40px;
    text-transform:none;
}
.btn-pagination .symbol{
    background-color:#af1917;
    color:#fff;
    height:40px;
    width:40px;
    display:inline-block;
    text-align:center;
}
.pagination .nav-links{
    text-align:center;
    width:100%;
}
.pagination a.page-numbers,.pagination span.page-numbers{
    display:inline-block;
    border:1px solid #af1917;
    padding:0;
    text-align:center;
    height:35px;
    width:35px;
    line-height:35px;
}
.pagination span.page-numbers{
    background-color:#af1917;
    color:#fff;
}
.pagination a.prev.page-numbers,.pagination a.next.page-numbers{
    display:inline-block;
    border:none;
    width:auto;
}
.pagination a.prev.page-numbers{
    float:left;
}
.pagination a.next.page-numbers{
    float:right;
}
.screen-reader-text{
	display:none;
}

/*#############################################*/
/*+++ BOOTSTRAP ERGÄNZUNGEN / ANPASSUNGEN +++++*/
/*#############################################*/

.card-footer, .card-header {
    background-color: transparent;
    border: none;
	padding-bottom:10px;
}
.card-header h3{
	padding-top:10px;
}

.card-img-overlay h3{
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6) !important;
}

.card-a-overlay{
	position: absolute;
	width:100%;
	height:100%;
	display:block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
}

@media only screen and (max-width: 991px) {
	.card-img-overlay h3 {
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
}

@media only screen and (min-width: 567px) {
	.card-txt-more-wrapper{
		height:100%;
	}
}

@media only screen and (min-width: 767px) {
	.container, .container-md, .container-sm {
		max-width: 720px;
	}
}

@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1042px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1042px;
  }
}


.text-shadow{
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1) !important;
}

@media only screen and (min-width: 767px) {
	.top-10 {
		top: 10% !important;
	}
	.top-20 {
		top: 10% !important;
	}
	.top-30 {
		top: 20% !important;
	}
	.top-40 {
		top: 30% !important;
	}
	.top-60 {
		top: 40% !important;
	}
	.top-70 {
		top: 60% !important;
	}
	.top-80 {
		top: 60% !important;
	}
	.top-90 {
		top: 70% !important;
	}
	.start-10 {
		left: 0% !important;
	}
	.start-20 {
		left: 10% !important;
	}
	.start-30 {
		left: 20% !important;
	}
	.start-40 {
		left: 30% !important;
	}
	.start-50 {
		left: 30% !important;
	}
	.start-60 {
		left: 40% !important;
	}
	.start-70 {
		left: 50% !important;
	}
	.start-80 {
		left: 60% !important;
	}
	.start-90 {
		left: 70% !important;
	}
}

@media only screen and (min-width: 992px) {
	.top-10 {
		top: 10% !important;
	}
	.top-20 {
		top: 15% !important;
	}
	.top-30 {
		top: 25% !important;
	}
	.top-40 {
		top: 35% !important;
	}
	.top-60 {
		top: 45% !important;
	}
	.top-70 {
		top: 65% !important;
	}
	.top-80 {
		top: 70% !important;
	}
	.top-90 {
		top: 75% !important;
	}
	.start-10 {
		left: 10% !important;
	}
	.start-20 {
		left: 15% !important;
	}
	.start-30 {
		left: 25% !important;
	}
	.start-40 {
		left: 35% !important;
	}
	.start-50 {
		left: 40% !important;
	}
	.start-60 {
		left: 45% !important;
	}
	.start-70 {
		left: 55% !important;
	}
	.start-80 {
		left: 65% !important;
	}
	.start-90 {
		left: 75% !important;
	}
}

@media only screen and (min-width: 1100px) {
	.top-10 {
		top: 10% !important;
	}
	.top-20 {
		top: 20% !important;
	}
	.top-30 {
		top: 30% !important;
	}
	.top-40 {
		top: 40% !important;
	}
	.top-60 {
		top: 60% !important;
	}
	.top-70 {
		top: 70% !important;
	}
	.top-80 {
		top: 80% !important;
	}
	.top-90 {
		top: 90% !important;
	}
	.start-10 {
		left: 10% !important;
	}
	.start-20 {
		left: 20% !important;
	}
	.start-30 {
		left: 30% !important;
	}
	.start-40 {
		left: 40% !important;
	}
	.start-50 {
		left: 50% !important;
	}
	.start-60 {
		left: 60% !important;
	}
	.start-70 {
		left: 70% !important;
	}
	.start-80 {
		left: 80% !important;
	}
	.start-90 {
		left: 90% !important;
	}
}

/*############################*/
/*++ EVENT ANPASSUNGEN +++*/
/*############################*/

.event-date-footer{
	margin-bottom:15px !important;
}

/*############################*/
/*++ WORDPRESS ANPASSUNGEN +++*/
/*############################*/

/*++++ Ueberschrift Bloecke ++*/

.wp-block-cover-text,.wp-block-cover__inner-container *{
	color:#fff !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 1) !important;
}

/*############################*/
/*++++++ BLOCKS ++++++++++++++*/
/*############################*/

/*#### TWO COLS #######*/

.two-cols .col-sm-6{
	padding-bottom:30px;
}
.two-cols .col-sm-6_last-child{
	padding-bottom:0px;
}

@media only screen and (min-width: 576px) {
	two-cols .col-sm-6{
		padding-bottom:0;
	}
}

/*#### STÖRER ANFRAGE #######*/

.interferer-booking{
	position:relative;
	background-color:#af1917;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:30px;
	padding-right:60px;
	height:80px;
	line-height:20px;
	margin-top:30px;
	margin-bottom:30px;
}
.interferer-booking *{
	color:#fff;
}
.interferer-booking i{
	padding-right:10px;
}
.interferer-booking h3{
	width:75%;
	padding:10px 0;
	margin:0;
	margin-left:40px;
	font-size:0.9em;
	height:auto;
	line-height:20px;
	color:#fff;
}
.interferer-booking h3:before{
	position:absolute;
	z-index:40;
	content:"\f0e0";
	font: normal normal normal 20px FontAwesome;
	top:0;
	left:30px;
	line-height:80px !important;
	height:80px;
}
.interferer-booking:after{
	content:'\f101';
	font: normal normal normal 22px/1 FontAwesome;
	position:absolute;
	z-index:20;
	width:calc(100%-40px);
	height:120px;
	line-height:110px;
	right:20px;
	left:20px;
	top:-20px;
	text-align:right;
	border:5px solid #E2D2B7;
	padding:0 20px;
	color:#fff;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.44); 
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.44);
}
.interferer-booking:before{
	content:' ';
	background-color:#af1917;
	position:absolute;
	z-index:30;
	width:30px;
	height:80px;
	right:auto;
	left:0px;
	top:0px;
}

@media only screen and (min-width: 340px) {
	.interferer-booking h3{
		font-size:1em;
	}
}
@media only screen and (min-width: 407px) {
	.interferer-booking{
		height:60px;
	}
	.interferer-booking h3:before{
		position:absolute;
		z-index:40;
		content:"\f0e0";
		font: normal normal normal 20px FontAwesome;
		top:0;
		left:30px;
		line-height:60px !important;
		height:60px;
	}
	.interferer-booking:after{
		height:100px;
		line-height:90px;
		padding:0 20px;
	}
	.interferer-booking:before{
		height:60px;
	}
}
@media only screen and (min-width: 500px) {
	.interferer-booking h3{
		width:85%;
	}
}
@media only screen and (min-width: 576px) {
	.interferer-booking:after{
		position:absolute;
		width:100px;
		right:30px;
		left:auto;
		top:-20px;
		text-align:center;
		padding:0 30px;
	}
	.interferer-booking:before{
		width:50px;
		right:130px;
		left:auto;
	}
}
@media only screen and (min-width: 767px) {
	.interferer-booking{
		position:relative;
		background-color:#af1917;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:30px;
		padding-right:60px;
		height:60px;
		line-height:60px;
		margin-top:30px;
		margin-bottom:30px;
	}
	.interferer-booking:after{
		position:absolute;
		width:100px;
		height:100px;
		line-height:88px;
		right:30px;
		left:auto;
		top:-20px;
		text-align:center;
		padding:0 30px;
		color:#fff;
	}
	.interferer-booking:before{
		width:30px;
		right:110px;
		left:auto;
	}
	.interferer-booking h3{
		width:100%;
		padding:0;
		margin:0;
		margin-left:30px;
		font-size:1em;
		height:60px;
		line-height:60px;
		color:#fff;
	}
	.interferer-booking h3::before {
    	left: 20px;
	}
}

@media only screen and (min-width: 1200px) {
	.interferer-booking h3{
		width:auto;
		position:relative;
		display:inline-block;
	}
	.interferer-booking:before{
		right:130px;
	}
	.interferer-booking:after{
		right:50px;
	}
	.interferer-booking{
		text-align:center;
	}
	.interferer-booking h3::before {
		left: -30px;
	}
}

/*#### STÖRER NEWSLETTER #######*/

.interferer-newsletter-wrapper{
	position:relative;
	margin-top:10px;
	margin-bottom:10px;
	font-size:.9em;
}
.interferer-newsletter-wrapper .container{
	padding-left:0px;
	padding-right:0px;
}
.interferer-newsletter{
	position:relative;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:20px;
}
.interferer-newsletter *{
	color:#000;
}
.interferer-newsletter h3{
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	font-size:1em;
	text-align:left;
	height:80px;
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	line-height:20px;
	color:#000;
}
.interferer-newsletter:after{
	content:'\f101';
	font: normal normal normal 22px/1 FontAwesome;
	position:absolute;
	z-index:10;
	width:100%;
	height:120px;
	line-height:108px;
	right:0px;
	left:0px;
	top:-20px;
	text-align:right;
	border:5px solid #af1917;
	padding:0px 10px;
	color:#000;
	-webkit-box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.44); 
	box-shadow: 1px 1px 2px 2px rgba(0,0,0,0.44);
}
.interferer-newsletter:before{
	content:' ';
	position:absolute;
	z-index:20;
	background-color:#E2D2B7;
	width:30px;
	height:80px;
	right:auto;
	left:-20px;
	top:0px;
}

@media only screen and (min-width: 400px) {
	.interferer-newsletter-wrapper{
		font-size:1em;
	}
	.interferer-newsletter h3{
		padding-left:50px;
	}
	.interferer-newsletter h3:before{
		position:absolute;
		content:'\f1d8';
		font: normal normal normal 20px FontAwesome;
		top:0;
		left:10px;
		line-height:80px !important;
		height:80px;
	}
}

@media only screen and (min-width: 490px) {
	.interferer-newsletter h3{
		padding-left:100px;
	}
	.interferer-newsletter h3:before{
		left:50px;
	}
}

@media only screen and (min-width: 540px) {
	.interferer-newsletter h3{
		padding-left:120px;
	}
	.interferer-newsletter h3:before{
		font: normal normal normal 24px FontAwesome;
		left:60px;
	}
}

@media only screen and (min-width: 767px) {
	.interferer-newsletter-wrapper .container{
		padding-left:90px;
	}
	.interferer-newsletter:after{
		right:40px;
		left:auto;
	}
	.interferer-newsletter-wrapper{
		position:relative;
		margin-top:30px;
		margin-bottom:30px;
	}
	.interferer-newsletter-wrapper .container{
		padding-left:30px;
	}
	.interferer-newsletter{
		position:relative;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:60px;
		padding-right:60px;
	}
	.interferer-newsletter *{
		color:#000;
	}
	.interferer-newsletter h3{
		position:relative;
		width:100%;
		padding:0;
		margin:0;
		font-size:1em;
		text-align:left;
		height:80px;
		padding-top:20px;
		line-height:20px;
		color:#000;
	}
	.interferer-newsletter h3:before{
		position:absolute;
		content:'\f1d8';
		font: normal normal normal 26px FontAwesome;
		top:0;
		left:-60px;
		line-height:80px !important;
		height:80px;
	}
	.interferer-newsletter:after{
		content:'\f101';
		font: normal normal normal 22px/1 FontAwesome;
		position:absolute;
		z-index:10;
		width:120px;
		height:120px;
		line-height:108px;
		right:15px;
		text-align:center;
	}
	.interferer-newsletter:before{
		content:' ';
		position:absolute;
		z-index:20;
		background-color:#E2D2B7;
		width:30px;
		height:80px;
		right:130px;
		left:auto;
		top:0px;
	}
}

@media only screen and (min-width: 1200px) {
	.interferer-newsletter{
		text-align:center;
	}
	.interferer-newsletter h3{
		margin:0 auto;
		width:auto;
		display:inline-block;
	}
}

/*#### TESTIMONIALS #######*/

.testimonials-wrapper {
	margin-bottom: 30px;
	margin-top: 30px;
}
.testimonials-wrapper .card {
	background-color: transparent;
	margin-top: 0px;
	margin-bottom: 30px;
	padding: 30px 10px;
}
@media only screen and (max-width: 767px) {
	.testimonials-wrapper .col-testimonials:last-child {
		margin-bottom: -60px;
	}
	.testimonials-wrapper .col-testimonials:first-child {
		margin-top: -30px;
	}
}

@media only screen and (min-width: 768px) {
	.testimonials-wrapper {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.testimonials-wrapper .col-testimonials {
		margin-bottom: -60px;
	}
	.testimonials-wrapper .card {
		background-color: transparent;
		margin-top: -30px;
		margin-bottom: 30px;
		padding: 30px 10px;
		height: 100% !important;
	}
}

.testimonials-wrapper p{
	margin:0;
	padding:0;
}
.testimonials-wrapper .card-body{
	font-weight:bold;
	font-style:italic;
}
.testimonials-wrapper .card-body-author{
	text-align:right;
	font-weight:normal;
	font-style:normal;
	margin-top:15px;
}
.testimonials-wrapper .card:before,.testimonials-wrapper .card:after{
	content:'\f10d';
	font: normal normal normal 22px/1 FontAwesome;
	position:absolute;
	top:50%;
	left:-7px;
	margin-top:-15px;
}
.testimonials-wrapper .card:after{
	content:'\f10e';
	position:absolute;
	top:50%;
	left:auto;
	right:-7px;
}

/*#### FULL SIZE IMAGE #######*/

.opacity-mask {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.4;
}

.full-size-image-headline h1{
	font-weight:400;
}

@media only screen and (min-width: 767px) {
    .full-size-image-headline {
        position: absolute;
    }
	.full-size-image-center {
		position: relative;
		background-color: #000;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media only screen and (max-width: 766px) {
    .full-size-image-headline *{
        color:rgba(0,0,0,1.00) !important;
		text-shadow: none;
		text-align:center;
    }
	.full-size-image-headline h1 *{
        color:rgba(167,23,32,1.00) !important
    }
}

/*#### LOGOS ########*/

.card-logos .card{
	background-color:transparent;
	border-radius:0;
	border:none;
}

/*### NAVIGATION #####*/

@media screen and (max-width: 991px){
	.navbar-expand-lg .navbar-nav .nav-link {
		text-align:center;
		font-size:1.5em;
		font-weight:bold;
		padding-bottom:20px;
		color:#fff;
	}
	.navbar-dark .navbar-toggler {
		color: rgba(255,255,255,1.00);
		border-color: rgba(255,255,255,1.00);
	}
	.animated-icon3 span {
		background: rgba(255,255,255,1.00);
	}
	.bg-dark{
		background-color:#686868 !important;
	}
	h3, h4 {
		font-size: 1.5em;
	}
}

@media only screen and (max-width: 766px) {
	.logo {
		max-width: 60px;
	}
	.page-nav-height {
		height: 57px;
		width: 100%;
		display: block;
	}
}

/*### COVER #####*/
.cover-logo{
	width:100px;
	filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
	padding-top:15px;
}
.full-size-image-headline h1 {
	font-weight:bold;
}
.full-size-image-headline h2 {
	padding:0;
	margin:0;
}

.full-size-image-headline{
	background-color:rgba(255,255,255,0.50);
	padding:20px 0 0 0;
}
@media screen and (min-width: 767px){
	.full-size-image-headline{
		display:inline-block;
		padding:40px;
	}
}

@media screen and (min-width: 1300px){
	.cover-logo{
		width:200px;
	}
}

@media only screen and (max-width: 1150px) {
	.full-size-image-headline h1 {
		padding:0;
		margin:0;
	}
}

/*############################*/
/*##### E-RECHT24 SHARE ########*/
/*###########################*/

.shariff{
    margin-left: -5px !important;
    width:75%;
}
.shariff .theme-white a {
    background-color: #fff !important;
    border: none !important;
}

/*############################*/
/*##### VIDEOS ########*/
/*###########################*/

.youtube,.wp-block-embed__wrapper,.video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed,
.video video,
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
