html {
line-height: 1.15; -webkit-text-size-adjust: 100%; }
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box; } body {
margin: 0;
font-family: "Helvetica Neue 55Roman", serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 1rem;
font-weight: 400;
line-height: 1.5;
color: #333333;
background-color: #fff; } h1, h2, h3, h4, h5, h6 {
margin-top: .5rem;
margin-bottom: 1rem;
font-family: inherit;
font-weight: 500;
line-height: 1.2;
color: inherit; }
h1 {
font-size: 2.5rem; }
h2 {
font-size: 2rem; }
h3 {
font-size: 1.75rem; }
h4 {
font-size: 1.5rem; }
h5 {
font-size: 1.25rem; }
h6 {
font-size: 1rem; }
p {
margin-top: 0;
margin-bottom: .9rem; }  hr {
-webkit-box-sizing: content-box;
box-sizing: content-box; height: 0; overflow: visible; } pre {
font-family: monospace, monospace; font-size: 1em; white-space: pre-wrap; } a, a:active {
background-color: transparent;
text-decoration: none;
color: #2e2e2e; }
a:hover {
color: #A8D167; }
a:not([href]):not([tabindex]) {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
color: inherit;
text-decoration: none; }
a:not([href]):not([tabindex]):focus {
outline: 0; } abbr[title] {
border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted;
text-decoration: underline dotted; } b,
strong {
font-weight: bolder; } code,
kbd,
samp {
font-family: monospace, monospace; font-size: 1em; } small {
font-size: 80%; } sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }  img {
border-style: none;
height: auto;
max-width: 100%; }  details {
display: block; } summary {
display: list-item; }
figcaption {
font-size: 16px;
color: #333333;
line-height: 1.4;
font-style: italic;
font-weight: 400; }  template {
display: none; } [hidden] {
display: none; }
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0; } @media print {
*,
*:before,
*:after {
background: transparent !important;
color: #000 !important; -webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important; }
a,
a:visited {
text-decoration: underline; }
a[href]:after {
content: " (" attr(href) ")"; }
abbr[title]:after {
content: " (" attr(title) ")"; }
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""; }
pre {
white-space: pre-wrap !important; }
pre,
blockquote {
page-break-inside: avoid;
border: 1px solid #cccccc; }
thead {
display: table-header-group; }
tr,
img {
page-break-inside: avoid; }
p,
h2,
h3 {
orphans: 3;
widows: 3; }
h2,
h3 {
page-break-after: avoid; } }  label {
display: inline-block;
line-height: 1;
vertical-align: middle; } button,
input,
optgroup,
select,
textarea {
font-family: inherit; font-size: 1rem; line-height: 1.5; margin: 0; }
input[type="text"],
input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
select,
textarea {
width: 100%;
border: solid 1px #666666;
border-radius: 3px;
padding: 0.5rem 1rem;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s; }
input[type="text"]:focus,
input[type="date"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
border-color: #333333;
outline: 0 none; } button,
input { overflow: visible; } button,
select { text-transform: none; } button,
[type="button"],
[type="reset"],
[type="submit"] {
width: auto;
-webkit-appearance: button; } button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; } button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
button,
[type="submit"],
[type="button"] {
display: inline-block;
font-weight: 400;
color: #243E87;
text-align: center;
white-space: nowrap;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-color: transparent;
border: 1px solid #243E87;
padding: 0.5rem 1rem;
font-size: 1rem;
border-radius: 3px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s; }
button:focus,
[type="submit"]:focus,
[type="button"]:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color; }
button:hover, button:focus,
[type="submit"]:hover,
[type="submit"]:focus,
[type="button"]:hover,
[type="button"]:focus {
color: #ffffff;
background-color: #243E87;
text-decoration: none; }
button:not(:disabled),
[type="submit"]:not(:disabled),
[type="button"]:not(:disabled) {
cursor: pointer; } fieldset {
padding: 0.35em 0.75em 0.625em; } legend {
-webkit-box-sizing: border-box;
box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress {
vertical-align: baseline; } textarea {
overflow: auto;
resize: vertical; } [type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; } [type="search"] {
-webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration {
-webkit-appearance: none; } ::-webkit-file-upload-button {
-webkit-appearance: button; font: inherit; }
select {
display: block; }  table {
background-color: transparent;
width: 100%;
margin-bottom: 15px;
font-size: 0.9em;
border-spacing: 0;
border-collapse: collapse; }
table th,
table td {
padding: 15px;
line-height: 1.5;
text-align: left;
vertical-align: top;
border: 1px solid #cccccc; }
table th {
font-weight: bold; }
table thead th,
table tfoot th {
font-size: 1em; }
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
border-top: 1px solid #cccccc; }
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
background-color: #eeeeee; }
table tbody tr:hover > td,
table tbody tr:hover > th {
background-color: #e9e9e9; }
table tbody + tbody {
border-top: 2px solid #cccccc; }
@media (max-width: 767px) {
table table {
font-size: 0.8em; }
table table th,
table table td {
padding: 7px;
line-height: 1.3; }
table table th {
font-weight: 400; } }  dl,
dt,
dd,
ol,
ul,
li {
margin-top: 0;
margin-bottom: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent; } .fullwidth {
min-width: 100%;
}
.tm-block-fullwidth {
min-width: 100%;
}
.startbadge {
position: absolute;
bottom: -50px;
right:50px;
z-index:99;
} 
.badgetext h3 {
color: #FFF;
}
a.badgelink {
color: #FFF !important;
text-decoration: underline;
}
a.badgelink:hover {
color: #FFF;
text-decoration: none;
}
.elementor-image-box-title a:hover {
text-decoration: underline;
}
h3.title a:hover,
a span.alternate2:hover,
.post_linktext a:hover p,
.cbae-columns a:hover {
color: #913250 !important;
}
.post-grid-text-wrap a:hover {
color: #d51130 !important;
}
.startsection {
position: relative;
z-index: 99;
height: 800px;
}
.overlapsection {
position: relative !important;
z-index: 99;
bottom:-200px !important;
margin-top:-200px !important;
}
.equal-height-content {
height: 100%;
display: flex;
background: rgba(255,255,255,0.85);
}
.image-wrapper {
position: relative;
padding-bottom: calc(0.66 * 100%);
}
.image-wrapper-full {
position: relative;
}
.image-wrapper img {
position: absolute;
object-fit: cover;
width: 100%;
height: 100%;
}
.image-wrapper-full img { object-fit: cover;
width: 100%;
height: 100%;
}
.kb-modal-close {
position: absolute;
width: 25px;
height: 25px;
top: 15px;
right: 15px;
cursor: pointer;
z-index: 100
}
.kb-modal-close::after,
.kb-modal-close::before {
content: '';
position: absolute;
width: 100%;
top: 50%;
height: 1px;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
.kb-modal-close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.kb-modal-close:hover::after,
.kb-modal-close:hover::before {
opacity: .8
}
.visible900 {
display: none;
}
@media (max-width: 1302px) {
.hidden1200 {
display: none;
}
.visible1200 {
display: block !important;
}
}
@media (max-width: 900px) {
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
box-sizing: border-box;
display: block;
height: 60px; 
padding: 0 15px;
float: left;
margin-top: -1px;
}
.visible900 {
display: block !important;
}
}
@media (min-width: 1220px) {
.uk-modal-dialog-large {
width: 85%;
max-width: 1420px;
min-height: 90vh;
}
}
@media (max-width: 768px) {
.hidden768 {
display: none;
}
.visible768 {
display: block;
}
.pull-1-2 {
position: relative;
left: -50%;
}    
.push-1-2 {
position: relative;
left: 50%;
}    
}
.uk-modal-header {
margin-bottom: 15px;
margin: -20px -20px 15px -20px;
padding: 20px;
border-bottom: none;
border-radius: 4px 4px 0 0;
background: transparent;
}
.uk-modal-footer {
margin-top: 15px;
margin: 0px -20px -20px -20px;
padding: 20px;
border-top: 1px solid #dddddd;
border-radius: 0 0 4px 4px;
background: transparent;
}
.overflow-container {
overflow-y: hidden;
max-height: 60vh;
position: relative;
}
.overflow-container2 {
overflow-y: auto;
max-height: 90vh;
position: relative;
}
@media (max-width: 768px) {
.overflow-container2 {
overflow-y: auto;
max-height: none;
position: relative;
}
}
.readmore_overlay {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 200px;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 90%); background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
#header {
opacity: 1;
}
.invisible {
opacity: 0;
}
details {
padding: 5px;
background-color: #cccccc;
margin-bottom: 20px;
font-size: 14px;
cursor: pointer;
}
.modal_date {
font-size: 22px;
font-weight: bold;
}
.modal_author {
font-size: 22px;
font-weight: bold;
}
.modal_designation {
font-size: 22px;
font-weight: bold;
}
.modal_content {
font-size: 22px;
font-weight: normal;
}
.modal_content p {
font-size: 22px;
font-weight: normal;
margin-bottom: 30px;
}
.modal_content li {
font-size: 22px;
font-weight: normal;
line-height: 1.5;
}
.modal_content ul {
font-size: 22px;
font-weight: normal;
line-height: 1.5;
margin-bottom: 20px;
}
.modal_zitat {
font-size: 30px;
font-weight: bold;
text-align: center;
line-height: 1.2;
}
.modal_zitatauthor {
font-size: 30px;
font-weight: normal;
text-align: center;
color: #999;
}
.post_date {
font-size: 14px;
font-weight: normal;
margin-right: 10px;
}
.post_author {
font-size: 14px;
font-weight: normal;
margin-right: 10px;
}
.post_category {
font-size: 14px;
font-weight: normal;
}
.post_intro {
font-size: 16px;
font-weight: normal;
color: #292929;
}
.post_headintro {
font-weight: normal;
font-size: 20px;
line-height: 1.5 !important;
color: #292929 !important;
}
.post_headintro a {
font-weight: normal;
font-size: 20px;
color: #292929 !important;
}
.post_linktext {
font-size: 16px;
font-weight: bold;
color: #d51130;
}
@media (max-width: 768px) {
.custom_meta {
line-height: 11px !important;
margin-top: 10px;
}
.post_date {
font-size: 11px;
font-weight: normal;
margin-right: 10px;
}
.post_author {
font-size: 11px;
font-weight: normal;
margin-right: 10px;
}
.post_category {
font-size: 11px;
font-weight: normal;
hyphens: auto;
word-break: break-all;
}
.post_intro {
font-size: 16px;
font-weight: normal;
}
.post_linktext {
font-size: 16px;
font-weight: bold;
color: #d51130;
}
}
.uk-h1,
.uk-h2,
.uk-h3,
.uk-h4,
.uk-h5,
.uk-h6 {
text-transform: none !important;
text-align: none !important;
}
.uk-h1,
.uk-h2,
.uk-h4,
.uk-h6 {
color: #0890e0; 
}
.uk-h4,
.uk-h5,
.uk-h6 {
font-weight: 100 !important; 
}
.dark {
color: #07406d !important;
}
ul {
list-style-type: square;
}
.elementor-widget-container ul li,
.elementor-widget-container .elementor-text-editor ul li {
line-height: 1.5; 
}
.kb-modal-content-inner ul { 
list-style: square !important;
padding: 0px 0px 15px 20px; margin-top: -15px;
} .rechtliches p {
margin-bottom: 25px;
}
.datenschutz h3 {
font-size: 30px;
line-height: 30px;
margin: 25px 0px 5px;
}
.datenschutz li {
line-height: 1.5rem;
}
@media (max-width: 768px) {
.datenschutz h2 {
font-size: 24px;
line-height: 1.5;
}
.datenschutz h3 {
font-size: 20px;
line-height: 1.5;
}
.datenschutz p {
font-size: 16px;
line-height: 1.5;
}
.datenschutz li {
font-size: 16px;
line-height: 1.5;
}
.gaoptoutwp p {
font-size: 16px;
line-height: 1.5;
}
.technik p {
font-size: 16px;
line-height: 1.5;
}
.rechtliches p {
font-size: 16px;
line-height: 1.5;
}
}
@media (max-width: 830px) {
.kb-nav-item {
display: none;
}
}
.kb-modal-content-main {
padding: 35px 35px 0px 35px;
}
.overflow1 {
max-height: 70vh;
}
.overflow2 {
max-height: calc(70vh - 155px);
overflow-y: hidden;
}
.overflow3 {
max-height: calc(90vh - 120px);
padding-right: 0px;
margin-right: 30px;
}
.modalpadding {
margin-right: 30px;
}
@media (max-width: 1024px) {
.kb-modal-content-main {
padding: 15px 25px 15px 15px;
}
.uk-modal-dialog {
margin: 0px !important;
width: 100%;
max-width: 100% !important;
top:50px !important;
}
.uk-modal-dialog h2 {
font-size: 48px;
line-height: 1;
}
.uk-modal-dialog .modal_zitat {
font-size: 24px;
line-height: 1.2;
text-align: center;
}
.uk-modal-dialog .modal_zitatauthor {
font-size: 24px;
line-height: 1.2;
text-align: center;
}
.modal_content p {
font-size: 16px;
line-height: 1.5;
}
.modal_content li {
font-size: 16px;
line-height: 1.5;
}
.modal_content ul {
font-size: 16px;
font-weight: normal;
line-height: 1.5;
margin-bottom: 20px;
list-style-type: square !important;
}
.overflow2 { overflow-y: auto;
}
.modalpadding {
margin-right: 0px;
}
}
@media (max-width: 768px) {
.kb-modal-content-main {
padding: 15px 25px 15px 15px;
}
.uk-modal-dialog {
margin: 0px !important;
width: 100%;
max-width: 100% !important;
top:50px !important;
}
.uk-modal-dialog h2 {
font-size: 30px;
line-height: 1; }
.uk-modal-dialog .modal_zitat {
font-size: 20px;
line-height: 1.2;
text-align: center;
}
.uk-modal-dialog .modal_zitatauthor {
font-size: 16px;
line-height: 1.2;
text-align: center;
}
.modal_content p {
font-size: 16px;
line-height: 1.2;
}
.modal_content li {
font-size: 16px;
line-height: 1.2;
list-style-type: square;
}
.overflow3 {
max-height: calc(90vh - 120px);
padding-right: 30px !important;
margin-right: 0px;
}
}
.person {
position: relative;
width: 100%;
overflow: hidden;
}
.personimage {
display: block;
width: 100%;
height: auto;
}
.personoverlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(255,255,255,0.85);
overflow: hidden;
width: 100%;
height: 100%;
transition: .5s ease;
opacity: 0;
}
.person:hover .personoverlay {
height: 100%;
opacity: 1;
}
.person:hover .personinfo {
top: 50%;
}
.person:hover .personinfo h3 {
color: #d51130;
}
.personinfo {
color: #fff;
font-size: 20px;
position: absolute;
top: 100%;
margin: 0px 20px;
-webkit-transform: translate(0%, -50%);
-ms-transform: translate(0%, -50%);
transform: translate(0%, -40px);
transition: .5s ease;
}
.person .personinfo h3 {
color: #FFFFFF;
transition: .5s ease;
}
.personinfo span {
color: #292929;
}
.uk-modal-page {
overflow: hidden;
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0; 
height: 100%;
width: 100%; 
}
.uk-modal-close {
position: absolute;
width: 25px;
height: 25px;
top: 15px;
right: 15px;
cursor: pointer;
z-index: 100
}
.uk-modal-close::after,
.uk-modal-close::before {
content: '';
position: absolute;
width: 100%;
top: 50%;
height: 1px;
background: #fff;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg)
}
.uk-modal-close::after {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.uk-modal-close:hover::after,
.uk-modal-close:hover::before {
opacity: .8
}
.uk-button-xlarge {
min-height: 60px;
padding: 0px 35px;
line-height: 56px;
font-size: 22px;
margin-right: 25px; }
.uk-navbar.uk-active {
background: rgba(255,255,255,0.95) !important;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
-webkit-box-shadow: 2px 2px 8px 4px rgba(0,0,0,0.15);
-moz-box-shadow: 2px 2px 8px 4px rgba(0,0,0,0.15);
box-shadow: 2px 2px 8px 4px rgba(0,0,0,0.15);
}
.uk-navbar {
background: rgba(255,255,255,0.75) !important;
-webkit-transition: all 1s ease-in-out;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
-webkit-box-shadow: 2px 2px 8px 4px rgba(0,0,0,0);
-moz-box-shadow: 2px 2px 8px 4px rgba(0,0,0,0);
box-shadow: 2px 2px 8px 4px rgba(0,0,0,0);
}
.tm-toolbar {
background: rgba(0,0,0,0.85);
} .uk-navbar-nav > li.current-menu-item > a {
color: #d51130;
} .uk-nav-offcanvas > li.current-menu-item > a {
color: #FFF;
border-left: 4px solid #FFF;
background: #d51130;
border-bottom: none;
letter-spacing: 0;
}
.uk-nav-offcanvas > li > a {
color: #FFF;
border-bottom: none;
letter-spacing: 0;
}
.uk-offcanvas-bar  {
background: #d51130;
}
.uk-offcanvas-bar a  {
color: #FFF !important;
}
.metanav {
margin: 0;
padding: 0;
list-style: none;
float: left;
} .metanav > li {
float: left; position: relative;
} .metanav > li > a {
display: block;
box-sizing: border-box;
text-decoration: none; height: 100px;
padding: 0 15px;
line-height: 99px; color: #333;
font-size: 16px;
font-family: 'Unica';
font-weight: normal;
padding: 0 !important;
margin-top: -1px;
margin-left: -1px;
border: 3px solid transparent;
border-bottom-width: 0;
text-transform: none;
} .metanav > li > a[href='#'] { } .metanav > li:hover > a,
.metanav > li > a:focus,
.metanav > li.uk-open > a {
background-color: transparent;
color: #E6324B; outline: none;
} .metanav > li > a:active {
background-color: #913250;
color: #353535;
background: transparent;
} .metanav > li.current-menu-item > a,
.metanav > li.uk-active > a {
background-color: rgba(0, 0, 0, 0);
color: #ffffff;
color: #E6324B;
}
.metanav > li > a:before {
content: "";
position: absolute;
bottom: 27px;
left: 0;
height: 3px;
width: 0;
background: #E6324B;
-webkit-transition: width .4s;
transition: width .4s;
}
.metanav > li.uk-active > a:before {
width: 100%;
}
.metanav > li:not(:last-child) {
margin-right: 30px;
}
.uk-contrast a {
text-decoration: none !important;
font-weight: 400 !important;
}
.uk-overlay-background {
background: rgba(0, 0, 0, 0.75);
}
.tm-block-fullwidth {
padding: 0;
}
.transback {
background: rgba(0, 0, 0, 0.75) !important;
}
.uk-overlay-plus:before {
content: "+";
position: absolute;
top: 50%;
left: 50%;
width: 80px;
height: 80px;
margin-top: -40px;
margin-left: -40px;
font-size: 80px;
line-height: 1;
font-family: FontAwesome;
text-align: center;
color: #ffffff;
text-shadow: 2px 2px 8px rgba(0, 0, 0, 1) !important;
}
.uk-overlay-fade {
opacity: 0.7;
-webkit-transform: scale(0);
transform: scale(0);
}
.uk-overlay-hover:hover .uk-overlay-fade,
.uk-overlay-hover.uk-hover .uk-overlay-fade,
.uk-overlay-active .uk-active > .uk-overlay-fade {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
.uk-overlay-hover:hover .uk-overlay-scale,
.uk-overlay-hover.uk-hover .uk-overlay-scale,
.uk-overlay-active .uk-active > .uk-overlay-scale {
-webkit-transform: scale(1.15);
transform: scale(1.15);
}
.uk-slidenav {
line-height: 60px;
color: rgba(250, 250, 250, 0.8);
text-shadow: 0px 0px 8px rgba(0, 0, 0, 1) !important; 
}
.uk-slidenav:hover,
.uk-slidenav:focus {
color: rgba(250, 250, 250, 0.7);
}
.uk-slidenav:active {
color: rgba(250, 250, 250, 0.9);
}
.kb-nav-item {
line-height: 60px;
color: rgba(250, 250, 250, 0.8);
text-shadow: 0px 0px 8px rgba(0, 0, 0, 1) !important; 
}
.kb-nav-left::after {
content: "\e610";
font-family: kbicon;
position: absolute;
top: 50%;
left: 10px;
font-size: 50px;
}
.kb-nav-right::after {
content: "\e611";
font-family: kbicon;
position: absolute;
top: 50%;
right: 10px;
font-size: 50px;
}
.kb-nav-item:hover,
.kb-nav-item:focus {
color: rgba(255, 255, 255, 0.7);
}
.kb-nav-item:active {
color: rgba(255, 255, 255, 0.9);
}
.uk-slidenav-previous:before {
content: "\f137";
font-family: FontAwesome;
}
.uk-slidenav-next:before {
content: "\f138";
font-family: FontAwesome;
}
.uk-slidenav.uk-slidenav-previous,  
.uk-slidenav.uk-slidenav-next {  
display: block; 
}
.uk-slidenav-contrast {
color: rgba(255, 255, 255, 0.5);
}
.uk-slidenav-contrast:hover,
.uk-slidenav-contrast:focus {
color: rgba(255, 255, 255, 0.7);
}
.uk-slidenav-contrast:active {
color: rgba(255, 255, 255, 0.9);
}
.rezept_caption {
height: 100px;
overflow: hidden;
padding: 20px;
text-align: center;
background: rgba(230,230,230,1) !important;
}
.rezeptfull {
position: absolute;
bottom:100px;
left: 0;
z-index: 1;
background: #FFFFFF;
padding:20px;
-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.5);
}
.roundbutton {
font-size: 40px;
color: #E6324B;
background: #FFFFFF;
border-radius: 50%;
padding: 15px;
width: 40px;
height: 40px;
text-align: center;
}
.radio {
float:left;
padding-right: 20px;
margin: 0 20px 0 -10px;
clear: both;
}
.checkbox {
float:left;
margin: 10px 0px 0px 0px;
clear: both;
}
label { 
text-align: left;
}
.formwrapper {
padding:20px 20px 1px 20px;
-webkit-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.5);
box-shadow: 0px 0px 8px 4px rgba(0,0,0,0.5);
background: rgba(255,255,255,0.65);
}
.formwrapper input,
.formwrapper select,
.formwrapper textarea {
border: 1px solid #bbb;
}
.tm-footer {
color: #aaa;
text-transform: none;
}
.socialicons i {
border: 2px solid #ffffff;
font-size: 30px;
color: #40271e;
background: #FFFFFF;
border-radius: 50%;
padding: 10px;
margin: 5px;
width: 30px;
height: 30px;
text-align: center;
}
.socialicons i:hover {
background: #40271e;
color: #FFFFFF;
border: 2px solid #FFFFFF;
}
.position-d > .uk-container {
padding: 0px !important;
}
.position-home > .uk-container {
padding: 0px !important;
}
@media (min-width: 980px) {
.tm-block-fullwidth > .uk-container {
padding: 35px 0;
}
}
@media (min-width: 1280px) {
.tm-block-fullwidth > .uk-container {
padding: 50px 0;
}
}
@media (max-width: 979px) {
.tm-block-fullwidth > .uk-container {
padding: 50px 0;
}
}
@media (max-width: 767px) {
.tm-block-fullwidth > .uk-container {
padding: 25px 0;
}
.position-c > .uk-container {
padding: 0px !important;
}
.position-e > .uk-container {
padding: 0px !important;
}
.position-g > .uk-container {
padding: 0px !important;
}
.start_ghost {
border: 6px solid #FFF;
padding: 30px;
text-transform: uppercase;
font-size: 30px;
text-shadow: 2px 2px 8px rgba(0, 0, 0, 1) !important;
}
.start_slogan {
font-size: 25px;
text-shadow: 2px 2px 8px rgba(0, 0, 0, 1) !important;
}
.page_slogan {
font-size: 30px;
line-height:30px;
text-align: right;
text-shadow: 2px 2px 8px rgba(0, 0, 0, 1) !important;
}
.uk-button-xlarge {
min-height: 40px;
padding: 2px 30px 0;
line-height: 38px;
font-size: 22px;
-webkit-box-shadow: 2px 2px 8px 4px rgba(0,0,0,0.5);
-moz-box-shadow: 2px 2px 8px 4px rgba(0,0,0,0.5);
box-shadow: 2px 2px 8px 4px rgba(0,0,0,0.5);
}
h1 {
font-size: 20px;
}
.roundbutton {
font-size: 20px;
width: 20px;
height: 20px;
}
.rezept_caption {
height: 80px;
overflow: hidden;
padding: 20px;
text-align: center;
background: rgba(230,230,230,1) !important;
}
.formwrapper {
padding:20px 20px 1px 20px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: rgba(255,255,255,0);
}
}
.pngicon {
width: 100px;
height: 100px; vertical-align:middle;
} @media (max-width: 767px) {
.uk-h1 {  
font-size: 5vmax;
line-height: 5vmax;
}
.uk-h2 {  
font-size: 3vmax;
line-height: 3vmax;
}
}
.elementor-html .spinner-wrapper {
display: none;
}
.spinner {
width: 80px;
height: 80px;
background-color: #d51130;
position: absolute;
top: calc(50% - 40px);
left: calc(50% - 40px);
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
@media (max-width: 768px) {
.spinner {
width: 40px;
height: 40px;
background-color: #d51130;
position: absolute;
top: calc(50% - 20px);
left: calc(50% - 20px);
-webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
animation: sk-rotateplane 1.2s infinite ease-in-out;
}
}
.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ffffff;
z-index: 999999;
}
@-webkit-keyframes sk-rotateplane {
0% { -webkit-transform: perspective(120px) }
50% { -webkit-transform: perspective(120px) rotateY(180deg) }
100% { -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) }
}
@keyframes sk-rotateplane {
0% { 
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) 
} 50% { 
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) 
} 100% { 
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
#cookie-notice {
display: block;
visibility: hidden;
position: fixed;
min-width: 100%;
height: auto;
z-index: 100000;
font-size: 13px;
line-height: 20px;
left: 0;
text-align: center;
padding:20px 0;
-webkit-box-shadow: 2px 2px 18px 4px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 18px 4px rgba(0,0,0,0.75);
box-shadow: 2px 2px 18px 4px rgba(0,0,0,0.75);
}
.cn-button.kernbrand {
border: 2px solid #FFF;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background: transparent;
color: #FFF;
padding: 10px 15px;
font-size: 15px;
text-decoration: none;
margin: 20px 0;
display: inline-block;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-o-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}
.cn-button.kernbrand:hover {
border: 2px solid #FFF;
background: #FFFFFF;
color: #d51130;
-webkit-transition: all .2s ease-in-out;
-moz-transition: all .25s ease-in-out;
-o-transition: all .25s ease-in-out;
transition: all .2s ease-in-out;
}
.uk-button-primary {
border-radius: 0px !important;
border: 1px solid #d51130;
background: #FFFFFF;
color: #d51130;
}
.uk-button-year {
border-radius: 0px !important;
border: 1px solid #d51130;
background: #FFFFFF;
color: #d51130;
}
.uk-button-year.uk-active,
.uk-button-year:hover {
background: #d51130;
color: #FFFFFF;
}
.button100 {
width: 100%;
}
.uk-button-filter {
min-height: 53px;
padding: 0 15px;
line-height: 38px; border-radius: 5px;
}
blockquote {
margin: 0 auto;
margin-bottom: 20px;
text-align: center;
border-left: none;
font-size: 1.25em;
line-height: 1em;
}
@media (min-width: 768px) {
blockquote {
margin: 0 auto;
margin-bottom: 20px;
max-width: 65%;
text-align: center;
border-left: none;
font-size: 1.5em;
line-height: 1em;
}
}
cite {
font-size: 0.5em;
text-align: right;
display: block;
}
cite:before {
content: '\2014\00a0';
} ul.page-numbers {
list-style-type: none;
padding: 0;
margin: 20px 0px;
}
ul.page-numbers li {
display:inline;
}
ul.page-numbers li a { padding: 10px 20px 10px 20px;
line-height: 25px;
}
ul.page-numbers li a:hover { background: #d51130;
color: #FFF;
}
ul.page-numbers li span.current {
background: #d51130;
color: #FFF;
padding: 10px 20px 10px 20px;
vertical-align: middle;
line-height: 25px;
}