/* source-sans-pro-300 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local(''),
         url('../fonts/source-sans-pro-v21-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
         url('../fonts/source-sans-pro-v21-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-regular - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local(''),
        url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* source-sans-pro-700 - latin */
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local(''),
        url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

:root {
    --weiss: #FFFFFF;
    --blau: #01619e;
    --dunkelblau: #013352;
    --orange: #cc5109;
    --schwarztrans: rgba(0,0,0,0.2);
    --schwarztrans1: rgba(0,0,0,0.1);
    --dunkelgrau: #333333;
    --grau: #4a4a49;
    --hellgrau: #e9e9e9;
    --orangetrans: rgba(204, 81, 9,0.8);
    --blautrans: rgba(2, 142, 231,0.8);
    --grau-blau: #d3d3d3;
    --grau-blau2: #c6c6c6;
    --grau-blau3: #b9b9b9;
}

/* -- Cookieman -- */
.modal-content .btn,
#cookie_einstellungen, 
.cookie_only-this {
    background-color: var(--blau);
    border-color: var(--blau);
}

.modal-content .btn:hover,
#cookie_einstellungen:hover, 
.cookie_only-this:hover {
    color: var(--weiss);
    background-color: var(--orange);
    border-color: var(--orange);
    text-decoration: none;
}


html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
    clear: both;
    font-family: 'Source Sans Pro',arial,sans-serif;
    color: var(--dunkelgrau);
    font-size: 16px;
    font-weight: 400;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

* {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 10px 0;
}

a {
	color:var(--blau);
	text-decoration: none;
}

a.more,
a.ankerlink {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0;
    background: var(--blau);
    color: var(--weiss);
    transition: 0.3s;
    padding: 15px 20px;
    font-weight: 700;
}

a.more:hover,
a.ankerlink:hover {
    background: var(--orange); 
}

a.historie {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 0;
    /* background: var(--blau); */
    background: url('../images/history.svg') var(--blau) calc(100% - 20px) center no-repeat;
    background-size: 25px;
    color: var(--weiss);
    transition: 0.3s;
    padding: 15px 50px 15px 20px;
    font-weight: 700;
}

a.historie:hover {
    background: url('../images/history.svg') var(--orange) calc(100% - 20px) center no-repeat;
    background-size: 25px; 
}

h1 {
	margin: 0 0 50px 0;
	padding: 0;
	font-size: 32px;
	font-weight: 300;
	text-transform: uppercase;
    color: var(--dunkelgrau);
}

.frame:first-child h1 {
    margin-top: 0 ;
}

h1 span,
h2 span,
h3 span,
h4 span {
    display: block;
}

h1 span + span,
h2 span + span,
h3 span + span,
h4 span + span {
    font-weight: 700;
}

h2 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 28px;
	font-weight: 300;
	text-transform: uppercase;	
    color: var(--dunkelgrau);
}


h3 { 
	margin: 20px 0;
	padding: 0;
	font-size: 18px;
	font-weight: 700;	
    color: var(--dunkelgrau);
}


h4 {
	margin: 20px 0;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;    
    color: var(--dunkelgrau);
}

h1::after {    
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background: var(--blau);
    text-align: center;
    margin: 10px 0 0 0;
}

h1.ce-headline-center::after {
    margin: 10px auto 0 auto;
}


.ce-gallery.videocontainer .video[data-type="external"] {
    background: #eee;
}

.video-embed .video-defer {
    opacity: 1;
}

.ce-gallery.videocontainer {
    width: 100%;
	float: left;
	clear: both;
    max-width: unset !important;
}

.ce-right .ce-gallery.videocontainer {
    float: right;
}



.ce-gallery.videocontainer .video-column {
    width: 100%;
    float: left;
}

.ce-gallery.videocontainer[data-ce-columns="1"] .video-column {
	width: 100%;
	float: left;
	clear: both;
}

.ce-gallery.videocontainer figure.video {
	display: block;
}

.video-embed iframe, 
.video-embed a.videoiframelink,
.iframevideo a.videoiframelink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-embed a.videoiframelink,
.iframevideo a.videoiframelink  {
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: transparent;
    overflow: hidden;
    text-indent: -999px;
    display: none;
}

.loadiframenow a.videoiframelink,
.mediaconsent.loadok a.videoiframelink,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink  {
    display: flex;
}

.video-embed a.videoiframelink::before,
.iframevideo a.videoiframelink::before,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink::before {
    content: "";
    display: block;
    width: 70px;
    height: 50px;
    background: #000000;
    border-radius: 5px;
    transition: opacity 0.3s ease;
	box-shadow: 0 0 60px 0 #FFFFFF;
	opacity: 0.8;
}

.video-embed a.videoiframelink:hover::before,
.iframevideo a.videoiframelink:hover::before,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink:hover::before {
	opacity: 0.9;
}

.video-embed a.videoiframelink::after,
.iframevideo a.videoiframelink::after,
.frame-type-textmedia.frame-layout-10 .videobox  a.videoiframelink::after {
    content: "";
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -8px;
    z-index: 3;
}

.video[data-type="external"] .video-embed {
    padding: 0;
}

.videobox {
    padding-top: 56.25%;
    overflow: hidden;
    width: 100%;
}

.mediaconsent > a.videoiframelink {
    display: none;
}

/* -- Headervideo -- */
.frame-type-textmedia.frame-layout-11 > .rahmen {
    width: 100% !important;
    max-width: none !important;
    float: left !important;
    clear: both !important;
    margin: 0 !important;
    display: block !important;
}

.frame-type-textmedia.frame-layout-11 .ce-gallery {
    margin: 0;
    width: 100%;
    float: left;
    clear: both;
    position: relative;
}

.frame-type-textmedia.frame-layout-11 .ce-gallery::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.frame-type-textmedia.frame-layout-11 .video-embed .video-preview {
    height: 100%;
}

.frame-type-textmedia.frame-layout-11 .video-embed .video-preview img {
    width: 100%;
    max-width: none;
    height: auto;
}

.frame-type-textmedia.frame-layout-11.loadingok .video-embed .video-preview {
    display: none;
}

.frame-type-textmedia.frame-layout-11 .video[data-type="internal"] .video-embed .video-embed-item {
    width: 100%;
}

/* -- oben -- */
#oben {
    width: 100%;
    float: left;
    clear: both;
    position: fixed;
    min-height: 60px;
    z-index: 10;
}

#oben::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10px;
    background: var(--weiss);
    box-shadow: 0 0 5px #aaa;
    z-index: -1;
}

#oben > .rahmen {
    width: 100%;
    margin: 0 0 0 0;
    float: left;
    clear: both;
}

.logo {
    position: absolute;
    left: 5%;
    width: 200px;
    bottom: 0;
}

.logo .ce-gallery {
    margin: 0;
}

.hauptnavi {
    float: right;
    text-align: right;
    margin-top: 90px;
    width: 90%;
    padding-right: 5%;
    background: var(--blau);
}

.hauptnavi .hnavi {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
}

.hauptnavi .hnavi li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 5px;
}

.hauptnavi .hnavi li a {
    color: #FFF;
    display: block;
    text-decoration: none;
    padding: 9px 15px;
    position: relative;
    z-index: 5;
}

.hauptnavi .hnavi li.act a {
    background: var(--orange)
}

.hauptnavi .hnavi li a::before {
    content: '';
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    width: 0;
    height: 3px;
    background: var(--orange);
}

.hauptnavi .hnavi li:not(.act) a:hover:before {
    animation: fill 0.5s forwards;
    -webkit-animation: fill 0.5s forwards;
    -moz-animation: fill 0.5s forwards;
}

@-webkit-keyframes fill {
    0% {
      width: 0;
      height: 3px;
    }
    50% {
      width: 100%;
      height: 3px;
    }
    100% {
      width: 100%;
      height: 100%;
    }
}

.naviblock {
    position: absolute;
    right: 5%;
}

.naviblock * {
    float: left;
    clear: both;
    width: 100%;
}

.naviblock ul {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    list-style: none;
}

.naviblock ul li {
    float: left;
    display: block;
    margin-left: 10px;
    width: auto;
    clear: none;
    background: var(--blau);
    color: #FFF;
    padding: 10px 20px;
    font-size: 14px;
}

.naviblock ul li strong {
    font-size: 18px;
}

.naviblock ul li:first-child {
    margin-left: 0;
    background: var(--orange);
}

.naviblock ul li:nth-child(3){
    background: #A7A7A7;
}

/* Header */
#oben + #header .ce-textpic {
    max-height: calc(100vh - 90px);
}

#header {
    margin-top: 90px;
}

#header.empty {
    margin-top: 0;
}

#header .ce-gallery,
#header .ce-gallery .ce-column,
#header .ce-gallery .image {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
}

#header .ce-gallery img {
    width: 100%;
    height: auto;
}

#header {
    float: left;
    clear: both;
    width: 100%;
}

#header .ce-textpic {
    position: relative;
}

#header .ce-bodytext {
    position: absolute;
    bottom: 50px;
    left: 5%;
    z-index: 2;
    width: 450px;
    padding: 20px;
    margin: 0;
    background: var(--orangetrans);
    color: var(--weiss);
    /* position: relative; */
    transition: all 0.8s ease;
    max-width: 90%;
}

#header .ce-bodytext a {
    color: #FFF;
}

/* #header .ce-bodytext > .rahmen {
    max-width: none !important; 
} */

/* #header .ce-bodytext .news-latest-container {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    max-width: 400px;
} */

/* #header .ce-bodytext .news-latest-container > .article {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 0;
    background: var(--orangetrans);
    color: var(--weiss);
    position: relative;
    transition: all 0.8s ease;
} */

/* #header .ce-bodytext .news-latest-container > .article a.newsmore {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -999px;
    overflow: hidden;    
} */

/* #header .ce-bodytext:hover {
    background: var(--orange);
} */

#header p {
    margin: 0;
    padding: 0;
    font-size: 34px;
    font-weight: 300;
    text-transform: uppercase;
}

#header p strong {
    /* margin: 50px 0;
    padding: 0;
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase; */
}

#header .ce-bodytext .news-latest-container > .article h3 {
    color: var(--weiss);
    margin: 10px 0 10px 0;
}

#header .ce-bodytext .news-latest-container > .article h2 {
    color: var(--weiss);
    margin: 0;
}

#header .ce-bodytext .no-news-found {
    display: none;
}

#inhaltsbereich > .frame-type-header h1 {
    padding: 100px 0 0 0;
}


/* -- Inhaltsbereich -- */
.frame {
    width: 100%;
    float: left;
    clear: both;    
}

#inhaltsbereich {
    width: 100%;
    float: left;
    clear: both;
}

#inhaltsbereich p {
    line-height: 1.5em;
}

#header.empty + #inhaltsbereich.sub {
    margin-top: 100px;
}

#inhaltsbereich:not(.sub) > .frame-type-list:first-child {
    margin-top: 5px;
}

#inhaltsbereich > .frame:not(.frame-footerimg, .frame-multi100, .frame-multigrau, .frame-layout-17, .frame-layout-1):last-child {
    margin-bottom: 100px;
}

#inhaltsbereich > .frame,
#inhaltsbereich > .frame.tx_cn-multicontent.frame-style-1column > .rahmen > .tx_cn-columns > .row > div
#inhaltsbereich > .frame.tx_cn-multicontent.frame-style-1column > .rahmen > .tx_cn-columns > .row > div > .frame {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 100px;
}


#inhaltsbereich > .frame > .rahmen,
#inhaltsbereich > .frame.tx_cn-multicontent.frame-style-1column > .rahmen > .tx_cn-columns > .row > div > .frame > .rahmen {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

#inhaltsbereich > .frame.tx_cn-multicontent.frame-style-1column > .rahmen {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    max-width: none;
}

#inhaltsbereich > .frame-type-header {
    margin: 0;
}

.frame .image a {
    display: table;
    text-decoration: none;
    color: var(--dunkelgrau);
}

.frame .ce-gallery .image {
    position: relative;
}

.frame .ce-gallery .image figcaption {
    font-size: 14px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 8px;
    background: var(--blautrans);
    color: var(--weiss);
}

.ce-intext .ce-bodytext,
.ce-intext.ce-left .ce-gallery,
.ce-intext.ce-right .ce-gallery{
    width: 50%;
    margin: 0;
}

.ce-intext .ce-bodytext > * {
    width: 90%;
}

.ce-intext.ce-left .ce-bodytext > * {
    float: right;
}

.ce-intext.ce-left .ce-bodytext {
    float: right;
    clear: right;
}

.ce-intext.ce-right .ce-bodytext {
    float: left;
    clear: none;
}

.ce-intext.ce-right p {
    float: left;
    clear: none;
    width: 90%;
}

.ce-intext.ce-left .ce-gallery {
    clear: none;
    float: left;
}

.ce-intext.ce-left p {
    float: right;
    clear: right;
    width: 90%;
}

/* -- Anpassung Smarty-- */
.frame-layout-20 > .rahmen .ce-gallery {
    aspect-ratio: unset;
    padding-bottom: 25%; 
}

.frame-layout-20 > .rahmen .ce-gallery.zw_normal {
    height: 0;
}

.frame-layout-20 .ce-gallery.ce-border.zw_fixed {
    aspect-ratio: unset;
    padding-bottom: 20%;  
    height: 0; 
}

#inhaltsbereich > .frame.frame-layout-20:last-child {
    margin-bottom: 0;
}

/* -- Headerslider -- */
#header.owl-carousel .owl-item .ce-gallery,
#header.owl-carousel .owl-item .ce-gallery .ce-column,
#header.owl-carousel .owl-item .ce-gallery .image {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
}

#header.owl-carousel .owl-dots {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#header.owl-carousel .owl-dots > button {
    display: inline-block;
}

#header.owl-carousel .owl-dots > button span {
    display: block;
    width: 10px;
    height: 10px;
    background: #FFF;
    margin: 0 5px 0 0;
    border-radius: 50%;
    border: 1px solid var(--orange);
}

#header.owl-carousel .owl-dots > button.active span {
    background: var(--orange);
}

#header.owl-carousel .owl-dots > button:last-child span {
    margin-right: 0;
}

/* -- hellgrauer Hintergrund -- */
.frame-layout-1 {
    background: var(--hellgrau);
    padding: 100px 0;
}

.frame-layout-1 a.more {
    background: var(--orange);
}

.frame-layout-1 a.more:hover,
.frame-layout-1 a.ankerlink:hover {
    background: var(--blau);
}

#inhaltsbereich .frame-layout-1 + .frame-layout-1 {
    padding-top: 0;
    margin-top: 0;
}

#inhaltsbereich .frame-multi90 + .frame-layout-1 {
    margin-top: 0;
}

/*~ dunkelblauer Hintergrund ~*/
.frame-layout-17 {
    background: var(--dunkelblau);
    padding: 100px 0;
}

.frame-layout-17 a.more {
    background: var(--orange);
}

.frame-layout-17 a.more:hover,
.frame-layout-17 a.ankerlink:hover {
    background: var(--blau);
}

/* -- oranger Hintergrund -- */
.frame-layout-2 {
    background: var(--orange);
    padding: 50px 0 70px 0;
    color: var(--weiss);
}

.frame-layout-2 h1,
.frame-layout-2 h2,
.frame-layout-2 h3,
.frame-layout-2 h4,
.frame-layout-2 a {
    color: var(--weiss);
}

.frame-layout-2 a[href^="tel"] {
    text-decoration: none;
}

.frame-layout-2 a {
    text-decoration: underline;
}

.frame-layout-2 a.more,
.frame-layout-2 a.ankerlink {
    background: var(--weiss);
    color: var(--orange);
    text-decoration: none
}

.frame-layout-2 a.more:hover,
.frame-layout-2 a.ankerlink:hover {
    background: var(--weiss);
    color: var(--blau);
    text-decoration: none;
}

.frame-layout-2 h1::after {
    background: var(--weiss);
}

.frame-layout-2 + .frame-layout-2 {
    padding-top: 10px;
}

.frame-inhalt90.frame-type-list.frame-layout-2 {
    padding-bottom: 40px;
}

/* -- blauer Hintergrund -- */
.frame-layout-3 {
    background: var(--blau);
    padding: 50px 0 70px 0;
    color: var(--weiss);
}

.frame-layout-3 h1,
.frame-layout-3 h2,
.frame-layout-3 h3,
.frame-layout-3 h4,
.frame-layout-3 a {
    color: var(--weiss);
}

.frame-layout-3 a {
    text-decoration: underline;
}

.frame-layout-3 a.more,
.frame-layout-3 a.ankerlink {
    background: var(--weiss);
    color: var(--orange);
    text-decoration: none
}

.frame-layout-3 a.more:hover,
.frame-layout-3 a.ankerlink:hover {
    background: var(--weiss);
    color: var(--blau);
    text-decoration: none;
}

.frame-layout-3 h1::after {
    background: var(--weiss);
}

.frame-layout-3 + .frame-layout-3 {
    padding-top: 10px;
}

/* Frame Hintergrund mit Icon */
#inhaltsbereich > .frame-bg-icon > .rahmen {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0 0;
}

#inhaltsbereich > .frame-bg-icon .col-50 {
    width: 30%;
    padding: 100px 10%;
    background: var(--grau-blau);
    position: relative;
}
 
#inhaltsbereich > .frame-bg-icon .col-50 + .col-50 {
    background-color: var(--grau-blau2);
}

/* #inhaltsbereich > .frame-bg-icon .col-50 .ce-textpic {
    position: relative;
} */

#inhaltsbereich > .frame-bg-icon .col-50 .ce-gallery {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.frame-schmalercontent {
    width: 60% !important;
    margin-left: 20% !important;
    margin-right: 20% !important; 
}

.frame-layout-20 + .frame-schmalercontent {
    margin-top: -50px;
}

.frame-layout-20 + .frame-schmalercontent {
    position: relative;
}

.frame-layout-20 + .frame-schmalercontent .ce-gallery {
    margin: 0;
    position: absolute;
    top: -25px;
    right: -25px;
}

#inhaltsbereich ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}

#inhaltsbereich ul li {
    background: url('../images/aufzaehlung.png') left 7px no-repeat;
    padding: 0 0 0 15px;
    margin: 0 0 0 10px;
}

.frame-inhalt90 > .rahmen {
    max-width: none !important;
    float: left;
    clear: both;
    margin-left: 5% !important;
    margin-right: 5% !important;
}

#inhaltsbereich .frame-multi100 + .frame-layout-17 {
    margin-top: 0;
}

.frame-layout-17 h1,
.frame-layout-17 h2,
.frame-layout-17 h3,
.frame-layout-17,
.frame-layout-17 a {
    color: #FFF;
}

.frame-layout-17 .ce-gallery.videocontainer {
    max-width: 500px !important;
}

.frame-layout-17 .mediaconsent {
    color: var(--dunkelgrau);
}

.frame-layout-17 .mediaconsent a {
    color: var(--blau);
}

.modal-content .btn, #cookie_einstellungen, .cookie_only-this {
    margin-bottom: 5px;
}

/* -- Gridgallery -- */
.justified-gallery > a > .caption, 
.justified-gallery > div > .caption, 
.justified-gallery > figure > .caption {
    display: block;
    padding: 10px 15px;
    font-size: 14px;
    background: var(--blautrans); 
    opacity: 0;
    transition: 0.3s !important;
}

.justified-gallery > a > .caption-visible, 
.justified-gallery > div > .caption-visible, 
.justified-gallery > figure > .caption-visible {
    opacity: 1 !important;
}

/* -- Powermail -- */
.tx-powermail,
.powermail_form,
.powermail_fieldset {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.powermail_fieldset {
    border: 0;
}

.powermail_fieldwrap {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 10px 0;
    padding: 0; 
}

.powermail_field,
.powermail_label {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    position: relative;
}

.powermail_label {
    margin-bottom: 10px; 
}

.powermail_input,
.powermail_textarea,
.powermail_submit,
.powermail_captcha  {
    box-sizing: unset;
    width: calc(100% - 20px);
    padding: 10px 10px;
    background: var(--hellgrau); 
    border: 0;
    color: var(--dunkelgrau);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Source Sans Pro',arial,sans-serif;
    border-radius: 0;
}

.powermail_captcha  {
    margin-bottom: 5px;
}

.powermail_textarea {
    resize: none;
}

.powermail_submit {
    background: var(--orange);
    color: var(--weiss);
    text-align: center;
    transition: all 0.8s ease;
    cursor: pointer;
    margin-top: 10px;
    -webkit-appearance: none;
}

.powermail_submit:hover {
    background: var(--blau);
}

#inhaltsbereich .powermail-errors-list  {
    position: absolute;
    top: 5px;
    right: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    color: var(--orange);
}

#inhaltsbereich .powermail-errors-list li {
    margin: 0;
    padding: 0;
    background: none;
}

#inhaltsbereich .powermail_fieldwrap_type_check .powermail-errors-list {
    position: static;
}

#inhaltsbereich .frame-type-powermail_pi1.frame-layout-3 {
    background-image: url('/fileadmin/user_upload/Unterseiten/myhome/anfragen.png');
    float: left;
    margin-left: 0;
    background-size: 45%;
    background-repeat: no-repeat;
    background-position: 0 15%;
}
/* Powermail Myhome Straubing */

.frame-layout-3 .tx-powermail {
    width: 50%;
    float: right;
    clear: both;
    position: relative;
}

.frame-layout-3 .tx-powermail .radio input {
    transform: scale(1.5);
    border: none;
    margin-bottom: 10px;
}

.frame-layout-3 .tx-powermail legend {
    display: none;
}

input[data-datepicker-format="DD.MM.YYYY"] {
    height: 20px;
    padding: 10px;
    font-family: 'Source Sans Pro', arial, sans-serif;
    text-transform: uppercase;
    background-color: var(--hellgrau);
    border: none;
}

.frame-layout-3 .tx-powermail .powermail_submit:hover {
    background-color: var(--dunkelblau);
}

/* -- Footer -- */
#footer {
    width: 90%;
    padding: 30px 5% 40px 5%;
    float: left;
    clear: both;
    position: relative;
    color: var(--weiss);
    background: var(--blau);
    margin: 0 0 0 0;
    font-size: 16px;
}

#footer a {
    color: var(--weiss);
    text-decoration: none;
}

#footer > .frame {
    width: 80%;
    float: left;
    clear: both;
}

#footer > .frame ul {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer > .frame ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 50px 0 0;
    margin-top: 1.3em;
}

#footer > .frame ul li:first-child {
    margin-top: 0;
}

#footer .ql {
    width: calc(20% - 50px);
    margin-left: 50px;
    float: left;
}

#footer .qnavi {
    width: 100%;
    float: left;
    clear: both;
    text-align: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .ql .social {
    float: left;
    clear: both;
    width: 100%;
    margin: 10px 0 0 0;
}

#footer .ql .social .ce-gallery {
    float: left;
    clear: both;
    width: 100%;
    margin: 0 0 0 0;
    text-align: right;
}

#footer .ql .social .ce-gallery .ce-row {
    width: 30px;
    display: inline-block;
    margin: 0 3px;
}

/* -- News -- */
.news,
.news-list-container {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
}

.news-list-container .article {
    width: calc(33% - 20px);
    background: var(--hellgrau);
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 20px 0;
    /* padding: 0; */
    opacity: 0;
    box-shadow: 0 0 0 1px var(--hellgrau);
}

#inhaltsbereich .news-list-container .article {
    padding: 0;
}

.frame-layout-1 .news-list-container .article,
.frame-layout-2 .news-list-container .article,
.frame-layout-3 .news-list-container .article {
    box-shadow: 0 0 0 1px var(--schwarztrans1);
}

.frame-layout-1 .news-list-container .article,
.frame-layout-2 .news-list-container .article ,
.frame-layout-3 .news-list-container .article  {
    background: var(--schwarztrans1);
}

.news-list-container .article:nth-child(3n+2) {
    margin-left: 30px;
    margin-right: 30px;
}

#inhaltsbereich .news .article .news-img-wrap {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
    overflow: hidden;
}


.news-list-container .article .news-img-wrap img {
    display: block;
    transition: all 0.8s ease;
}

.news-list-container .article:hover .news-img-wrap img {
transform: scale(1.1);
}

#inhaltsbereich .news .article .news-img-wrap a {
    display: block;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

.news-content {
    width: calc(100% - 40px);
    margin: 30px 20px 20px 20px;
    float: left;
    clear: both;
}

.news .article h3 {
    margin: 20px 0;
}

.news .news-list-container .article h3 {
    margin: 0 0 20px 0;
}

.news-list-container .article .newsmore {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    text-indent: -999px;
}

.news-text {
    width: 100%;
    display: block;
    float: none;
    clear: both;
}

.news-list-container  .newskat {
    position: absolute;
    top: -15px;
    right: 10px;
}

.news-list-container  .newskat .news-list-category {
    background: var(--orange);
    color: var(--weiss);
    display: block;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 400;
}

.frame-layout-2 .news-list-container .newskat .news-list-category {
    background: var(--hellgrau);
    color: var(--orange); 
}

#inhaltsbereich ul.f3-widget-paginator {
    width: 100%;
    float: left;
    clear: both;
    margin: 30px 0 0 0;
    text-align: center;
}

#inhaltsbereich ul.f3-widget-paginator li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 0;
    background: var(--blau);
    color: var(--weiss); 
    text-align: center;
    margin: 0 3px 5px 3px;
}

#inhaltsbereich ul.f3-widget-paginator li.current {
    background: var(--orange);
}

#inhaltsbereich ul.f3-widget-paginator li a {
    display: block;
    padding: 5px 10px;
    color: var(--weiss);
    text-decoration: none;
}

.news .no-news-found {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    color: inherit;
    font-style: normal;
}

/* -- Single -- */
.news.news-single .article {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
}

.news.news-single h1 {
    margin-top: -30px;
    font-weight: 700;
}

.news.news-single .news-content {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
}

.news.news-single .newskat {
    position: absolute;
    top: -15px;
    right: 10px;
}

.news.news-single .newskat .news-list-category {
    background: var(--orange);
    color: var(--weiss);
    display: block;
    padding: 5px 20px;
    font-size: 18px;
    font-weight: 400;
}

#inhaltsbereich .news.news-single .news-img-wrap.vorschaubild {
    float: right;
    max-width: 400px;
    margin: 0 0 20px 40px;

}

.news-backlink-wrap {
    width: 100%;
    float: left;
    clear: both;
    margin: 40px 0 0 0;
}

.news.news-single .news-img-wrap.weitere {
    width: 100%;
    float: left;
    clear: both;
    margin: 40px 0 0 0;
    text-align: left;
}

.news.news-single .news-img-wrap.weitere .outer {
    display: inline-block;
    vertical-align: top;
    height: 200px;
    width: 200px;
    float: none;
    margin: 5px 5px 5px 0;
    box-shadow: 0 0 1px var(--dunkelgrau);
}

.news.news-single .news-img-wrap.weitere .outer img {
    height: 200px;
    max-width: none;
    width: 200px;
    object-fit: cover;
    object-position: center center;
}

/* Frame Topangebote (Kachel im Header auf Startseite) */
/* .frame-topangebot {
    position: absolute;
    top: 50vh;
    left: 0;
    z-index: 2;
}

.frame-topangebot > .rahmen {
    max-width: none !important; 
}

.frame-topangebot .news-latest-container {
    width: 100%;
    float: left;
    clear: both;
    margin: 0;
    padding: 0;
    max-width: 400px;
}

.frame-topangebot .news-latest-container > .article {
    width: calc(100% - 40px);
    padding: 20px;
    margin: 0;
    background: var(--orangetrans);
    color: var(--weiss);
    position: relative;
    transition: all 0.8s ease;
}

.frame-topangebot .news-latest-container > .article a.newsmore {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -999px;
    overflow: hidden;    
}

.frame-topangebot .news-latest-container > .article:hover {
    background: var(--orange);
}

.frame-topangebot .news-latest-container > .article h3 {
    color: var(--weiss);
    margin: 10px 0 10px 0;
}

.frame-topangebot .news-latest-container > .article h2 {
    color: var(--weiss);
    margin: 0;
}

.frame-topangebot .no-news-found {
    display: none;
} */
/* Frame Topangebote (Kachel im Header auf Startseite) */

.respbox .ce-bodytext {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 0 20px 0 ;
}

.respbox .ce-gallery {
    width: 100%;
    float: left;
    clear: both;
    margin: 0 !important;
}

/*~ Anpassungen ~*/

/*~ Multi100 ~*/
#inhaltsbereich .frame-multi100 > .rahmen {
    float: left;
    clear: both;
    width: 100%;
    max-width: unset;
}

#inhaltsbereich .frame-multi100 .row > div > div {
    float: left;
    clear: both;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#inhaltsbereich .frame-multi100 .row > div > div > .rahmen {
    float: left;
    clear: both;
    width: calc(100% - 100px);
    padding: 100px 50px;
}

a.more {
    margin-top: 20px;
}

.frame-layout-21 a.more {
    background: var(--dunkelgrau);
    color: #FFF;
    text-shadow: none;
}

.frame-layout-21 a.more:hover {
    background: #FFF;
    color: var(--dunkelgrau);
    box-shadow: inset 0 0 1px 1px var(--dunkelgrau);
}

.frame-type-list + .frame-multi100 {
    margin-top: 0!important;
}

.frame-type-list + .frame-multi100 .ce-gallery {
    margin-bottom: 0;
}

.frame-type-list + .frame-multi100 .ce-gallery img {
    min-height: 250px;
    object-fit: cover;
}

/*~ Multi90 ~*/
#inhaltsbereich > .frame-multi90 {
    margin: 0 !important;
    padding-bottom: 50px;
}

#inhaltsbereich .frame-multi90 h2 {
    margin-top: 50px;
}

#inhaltsbereich .frame-multi90 h3 {
    margin-top: 30px;
}

#inhaltsbereich .frame-multi90 > .rahmen {
    float: left;
    clear: both;
    width: 90%;
    max-width: unset;
    margin: 0 5%;
}

#inhaltsbereich .frame-multi90 > .rahmen .ce-textpic {
    display: grid;
    justify-content: center;
}

/*~ Layout 21 (BG-Bild) ~*/
.frame-layout-21 {
    background-size: cover;
    background-position: center;
    text-shadow: 0 0 5px rgba(255,255,255,1);
}

.frame-layout-21 .ce-gallery {
    display: none;
}

/*~ Multicontent mit Grauabstufungen ~*/
#inhaltsbereich .frame-multigrau > .rahmen {
    float: left;
    clear: both;
    width: 100%;
    max-width: unset;
}

#inhaltsbereich .frame-multigrau .tx_cn-columns .row + .row {
    margin-top: 0;
}

#inhaltsbereich .frame-multigrau .row > div > div {
    float: left;
    clear: both;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

#inhaltsbereich .frame-multigrau .row > div > div > .rahmen {
    float: left;
    clear: both;
    width: calc(100% - 100px);
    padding: 100px 50px;
}

.frame-multigrau .row > div:first-child {
    background: #D3D3D3;
}

.frame-multigrau .row > div {
    background: #C3C3C3;
}

.frame-multigrau .row > div:nth-child(3) {
    background: #A7A7A7;
}

.frame-multigrau .row:nth-child(2) > div:first-child {
    background: #C3C3C3;
}

.frame-multigrau .row:nth-child(2) > div {
    background: #A7A7A7;
}

.frame-multigrau .row:nth-child(2) > div:nth-child(3) {
    background: #D3D3D3;
}

.frame-layout-4.frame-multigrau .row:last-child {
    display: flex;
    justify-content: center;
}

.frame-layout-4.frame-multigrau .row > div:first-child {
    background: #D3D3D3;
}

.frame-layout-4.frame-multigrau .row > div {
    background: #c9c9c9;
}

.frame-layout-4.frame-multigrau .row > div:nth-child(3) {
    background: #bfbfbf;
}

.frame-layout-4.frame-multigrau .row:nth-child(2) > div:first-child {
    background: #b9b9b9;
}

.frame-layout-4.frame-multigrau .row:nth-child(2) > div {
    background: #A7A7A7;
}

.frame-layout-4.frame-multigrau .row:nth-child(2) > div:nth-child(3) {
    background: #a1a0a0;
}




.frame-multigrau .row h2 {
    color: var(--blau);
    font-weight: bold;
}

#inhaltsbereich .frame-multigrau .row li {
    background: url('../images/checkbox.png') left 5px no-repeat;
    padding: 5px 0 5px 25px;
    margin: 0 0 0 10px;
}

#inhaltsbereich .frame-multigrau .ce-gallery,
#inhaltsbereich .frame-multigrau .ce-gallery * {
    height: 60px;
    width: auto;
    margin: 0 0 0 0;
}

#inhaltsbereich .frame-multigrau .ce-gallery{
    margin-bottom: 20px;
}

/* Preise */
.frame-preise h3 {
    color: var(--orange);
    font-size: 24px;
}

#inhaltsbereich > .frame-preise p strong {
    font-size: 24px;
    font-weight: 400;
    color: var(--blau);
}

/*~ Footerbild ~*/
#inhaltsbereich .frame-inhalt90.frame-type-list.frame-layout-1 + .frame-footerimg,
#inhaltsbereich .frame-multigrau + .frame-footerimg {
    margin-top: 0;
}

#inhaltsbereich .frame-footerimg {
    height: 400px;
    background-size: cover;
    background-position: center center;
}

#inhaltsbereich .frame-footerimg * {
    display: none;
}

/*~ Space before ~*/
.frame-space-before-1 {
    margin-top: 0 !important;
}

/*~ Angebote Startseite Button ~*/
#inhaltsbereich .frame-angstart {
    padding: 50px 0;
}

#inhaltsbereich .frame-angstart + .frame-angstart {
    padding-top: 0;
}

#inhaltsbereich .frame-angstart a.more {
    margin: 0 0 0 0;
}

#inhaltsbereich .frame-angstart .news-list-container .article {
    width: calc(25% - 20px);
    float: left;
    margin: 10px;
}

#inhaltsbereich .frame-angstart .news-list-container .article:first-child {
    width: calc(25% - 10px);
    margin: 10px 10px 10px 0;
}

#inhaltsbereich .frame-angstart .news-content {
    width: calc(100% - 20px);
    margin: 10px;
}

#inhaltsbereich .frame-angstart .news .news-list-container .article h3 {
    font-size: 16px;
    margin: 0 0 10px;
}

#inhaltsbereich .frame-angstart .news .news-list-container .article p {
    margin: 0 0 0 0;
}

/*~ Kontakt ~*/
.frame-kontakt .tx_cn-columns .row .col-40 {
    float: right;
}

/*~ Slidein ~*/
.slidein {
    position: fixed;
    top: 250px;
    left: -70px;
    z-index: 6;
    transform: rotate(-90deg);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.slidein .ce-bodytext {
    padding: 10px 15px;
    background: var(--blau);
    color: #FFF;
    text-transform: uppercase;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

.slidein p {
    margin: 0 0 0 0;
}

.slidein .ce-bodytext a {
    color: #FFF;
}

/* Fancybox */
.fancybox-slide--iframe .fancybox-content {
    /* min-height: 60%;
    max-width: 1100px;
    margin: 0 10%; */
    width: 70% !important;
    max-width: 1100px;
    height: 80% !important;
    min-height: 500px;
}

.fancybox-iframe {
    padding: 40px 0;
    overflow: hidden;
}

.lb_body {
    width: calc(100% - 160px);
    padding: 0 80px;
}