@charset "utf-8";

/* colors

rot
#B5152B
rgba(181,21,43,1)

gold
#CDAA1C
rgba(205,170,28,1)

blau
#03ADDB
rgba(3,173,219,1)

hellgrau
#A3A7AC
rgba(163,167,172,1)

dunkelblau
#1C3059
rgba(28,48,89,1)

-----

slider
#000

text hellgrau
#666

text dunkelgrau
#444

bgs container
#E4EBED

footer top #D5DBE1
footer middle #666
footer #444 > # 777

*/

/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../Fonts/open-sans-v17-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'),
    url('../Fonts/open-sans-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v17-latin-300.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v17-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../Fonts/open-sans-v17-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
    url('../Fonts/open-sans-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v17-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v17-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../Fonts/open-sans-v17-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
    url('../Fonts/open-sans-v17-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v17-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v17-latin-600.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v17-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v17-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../Fonts/open-sans-v17-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
    url('../Fonts/open-sans-v17-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../Fonts/open-sans-v17-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../Fonts/open-sans-v17-latin-700.woff') format('woff'), /* Modern Browsers */ url('../Fonts/open-sans-v17-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../Fonts/open-sans-v17-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/*************  reset */
body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img, abbr, acronym {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, blockquote {
    font-style: normal;
    font-weight: normal;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

textarea {
    resize: vertical;
}

.browsehappy, noscript p {
    margin: 10px auto;
    background: #FFDDDD;
    color: #000;
    border: 1px dotted #FF0000;
    padding: 10px;
    text-align: center;
    width: 600px;
    display: block;
}

.error {
    color: #ff0000;
}

.border {
    border: 2px solid red;
}

/* start img handling */

.ce-gallery figcaption {
    display: block;
    font-size: 90%;
    padding-top: 5px;
}

footer .ce-gallery figcaption {
    padding-top: 0;
}

.img-placeholder {
    background: url(../Images/loader.gif) 50% 50% no-repeat;
    min-height: 40px;
    min-width: 40px;
    margin: auto;
    display: block;
}

.img-placeholder img {
    max-width: 100%;
}

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

.no-load {
    min-width: 100px;
    min-height: 100px;
}

.sc {
    background: url(../Images/loader.gif) 50% 50% no-repeat;
    background-size: 100% 100%;
    min-width: 25px;
    min-height: 25px;
    outline: none;
    border: none;
}

.sc.img-responsive {
    background: none;
}

.no-js .sc {
    display: none !important;
    background: none;
}

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

/* adjust margins according to grid */

.ce-row {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
}

.ce-column {
    padding: 0 15px;
    margin: 0 0 30px;
}

.ce-notext .ce-column {
    margin-bottom: 0;
}

.ce-intext.ce-right .ce-gallery {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
}

.ce-intext.ce-left .ce-gallery {
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
}

.ce-gallery figure {
    display: block;
}

/* max column widths */

.ce-row-2 .ce-column {
    max-width: 50%;
}

.ce-row-3 .ce-column {
    max-width: 33.333%;
}

.ce-row-4 .ce-column {
    max-width: 25%;
}

.ce-row-5 .ce-column {
    max-width: 20%;
}

.ce-row-6 .ce-column {
    max-width: 16.666%;
}

.ce-row-7 .ce-column {
    max-width: 14.285%;
}

.ce-row-8 .ce-column {
    max-width: 12.5%;
}

.ce-row-2 .ce-column:nth-child(2n+3),
.ce-row-3 .ce-column:nth-child(3n+4),
.ce-row-4 .ce-column:nth-child(4n+5),
.ce-row-5 .ce-column:nth-child(5n+6),
.ce-row-6 .ce-column:nth-child(6n+7),
.ce-row-7 .ce-column:nth-child(7n+8),
.ce-row-8 .ce-column:nth-child(8n+9) {
    clear: left;
}


.ce-intext .ce-gallery {
    max-width: 50%
}

.ce-intext .ce-notext.ce-gallery {
    max-width: 100%
}

/* weird IE bug ... USE CSS HACK if required!
.ce-outer, .ce-inner, .ce-column, figure.image {
	width:100%;
}
??*/

figure.image img {
    max-width: 100%;
}

.ce-row-1 img {
    width: auto;
}

.ce-textpic.ce-left .ce-gallery {
    margin-top: 7px;
}


@media only screen and (max-width: 992px) {
    .ce-intext .ce-gallery {
        max-width: 50%
    }

    .ce-intext .ce-notext.ce-gallery {
        max-width: 100%
    }

    .ce-row-5 .ce-column,
    .ce-row-6 .ce-column,
    .ce-row-7 .ce-column,
    .ce-row-8 .ce-column {
        max-width: 25%;
    }

    .ce-row-5 .ce-column:nth-child(5n+6),
    .ce-row-6 .ce-column:nth-child(6n+7),
    .ce-row-7 .ce-column:nth-child(7n+8),
    .ce-row-8 .ce-column:nth-child(8n+9) {
        clear: none;
    }

    .ce-row-5 .ce-column:nth-child(4n+5),
    .ce-row-6 .ce-column:nth-child(4n+5),
    .ce-row-7 .ce-column:nth-child(4n+5),
    .ce-row-8 .ce-column:nth-child(4n+5) {
        clear: left;
    }

    .grid-wrap .ce-row-3 .ce-column,
    .grid-wrap .ce-row-4 .ce-column,
    .grid-wrap .ce-row-5 .ce-column,
    .grid-wrap .ce-row-6 .ce-column,
    .grid-wrap .ce-row-7 .ce-column,
    .grid-wrap .ce-row-8 .ce-column {
        max-width: 50%;
    }

    .grid-wrap .ce-row-3 .ce-column:nth-child(3n+4),
    .grid-wrap .ce-row-4 .ce-column:nth-child(4n+5) {
        clear: none;
    }

    .grid-wrap .ce-row-3 .ce-column:nth-child(2n+3),
    .grid-wrap .ce-row-4 .ce-column:nth-child(2n+3),
    .grid-wrap .ce-row-5 .ce-column:nth-child(2n+3),
    .grid-wrap .ce-row-6 .ce-column:nth-child(2n+3),
    .grid-wrap .ce-row-7 .ce-column:nth-child(2n+3),
    .grid-wrap .ce-row-8 .ce-column:nth-child(2n+3) {
        clear: left;
    }
}

@media only screen and (max-width: 767px) {
    .ce-gallery, .ce-intext .ce-gallery, .ce-left .ce-gallery, .ce-right .ce-gallery, .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery {
        width: 100%;
        max-width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .ce-gallery .image, .ce-gallery img {
        width: 100%;
        max-width: 100%;
    }

    .ce-outer, .ce-inner, .ce-column, figure.image, figure.image img {
        max-width: 100%;
        width: auto;
    }

    .ce-row-2 .ce-column,
    .ce-row-3 .ce-column,
    .ce-row-4 .ce-column,
    .ce-row-5 .ce-column,
    .ce-row-6 .ce-column,
    .ce-row-7 .ce-column,
    .ce-row-8 .ce-column {
        max-width: 50% !important;
    }
}

@media only screen and (max-width: 320px) {
    .ce-row-2 .ce-column,
    .ce-row-3 .ce-column,
    .ce-row-4 .ce-column,
    .ce-row-5 .ce-column,
    .ce-row-6 .ce-column,
    .ce-row-7 .ce-column,
    .ce-row-8 .ce-column {
        max-width: 100% !important;
    }
}


/* end img handling */

/* video handling

.ce-gallery iframe {
  max-width:100%;
}
*/

iframe {
    border: none;
}

.frame-media-210 .ce-intext.ce-left .ce-gallery,
.frame-media-210 .ce-intext.ce-right .ce-gallery,
.frame-media-210 .ce-gallery,
.frame-media-210 .ce-gallery figure,
.frame-media-210 .ce-column,
.frame-media-210 .ce-outer,
.frame-media-210 .ce-inner {
    position: static;
    float: none;
    display: block;
    margin: 0;
    max-width: 100%;
}

.frame-media-210 .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.frame-media-210 .video-embed iframe, .frame-media-210 .video-embed object, .frame-media-210 .video-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.frame-media-420 .ce-row-1 img, .frame-media-420 .ce-row-1 .ce-column {
    width: 100%;
    min-width: 100%;
}

.frame-media-420 .ce-center .ce-inner, .frame-media-420 .ce-left .ce-gallery, .frame-media-420 .ce-column {
    float: none;
}

.ce-center img {
    margin: auto;
}

@media only screen and (max-width: 767px) {
    .ce-center .ce-outer, .ce-center .ce-inner {
        float: none;
        position: static;
    }

    .ce-row-1 .ce-column {
        float: none;
    }

    .ce-gallery .ce-row-1 figure {
        display: block;
    }

    .video-embed {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

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

/* Slider presets */
.bx-wrapper {
    border: none;
    box-shadow: none;
}

.bx-wrapper .img-responsive {
    width: 100% !important;
}

#mainslider {
    position: relative;
    z-index: 1;
}

#mainslider .bx-wrapper {
    margin-bottom: 0;
    background: #fff;
}

@media only screen and (max-width: 992px) {
    #mainslider .s-text {
        padding-bottom: 30px;
    }

    #mainslider .bx-wrapper .bx-pager {
        padding-top: 0
    }
}

.bx-wrapper .bx-loading {
    display: none !important;
}

.slider img {
    display: none;
}

.slider {
    list-style: none;
}

.bx-wrapper a {
    text-decoration: none;
}

.bx-wrapper img {
    display: block;
}

.bx-wrapper .bx-controls {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.bx-wrapper:hover .bx-controls {
    opacity: 1;
}

.bx-wrapper .bx-pager {
    bottom: 20px;
    left: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.6);
    transition: background 0.25s ease-in;
    width: 50px;
    height: 9px;
    margin: 0 6px;
    border-radius: 0;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width: 100%;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: rgba(255, 255, 255, 0.8);
}

.bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    color: #fff;
    font-size: 34px;
    background: none !important;
    width: 50px;
    height: 50px;
    text-align: center;
    margin-top: -25px;
    opacity: 0.8;
    z-index: 1000;
}

.bx-wrapper .bx-controls-direction a:hover {
    opacity: 0.9;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    bottom: 20px;
    color: #fff;
    z-index: 999;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto a {
    color: #fff;
}


.type-5 .bx-wrapper .bx-pager {
    bottom: 0;
}

.type-5 .bx-wrapper .bx-controls {
    opacity: 1;
}

.type-5 .bx-wrapper {
    padding: 40px;
}

.frame-210 .bx-wrapper {
    background: #f4f4f4;
}

.type-5 .bx-wrapper .bx-prev {
    left: -5px;
}

.type-5 .bx-wrapper .bx-next {
    right: -5px;
}

.type-5 .bx-wrapper .bx-controls-direction a {
    color: #666;
}

.type-5 .bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.type-5 .bx-wrapper .bx-pager.bx-default-pager a:hover, .type-5 .bx-wrapper .bx-pager.bx-default-pager a.active, .type-5 .bx-wrapper .bx-pager.bx-default-pager a:focus, .type-5 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: rgba(0, 0, 0, 1);
}

.type-5 .image-caption {
    margin-top: 15px;
    font-weight: bold;
}

/* slider in content */

.slides figure, .slides iframe {
    margin: 0;
    border: none;
}

.slides .video-embed {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

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

.frame-220 figure {
    position: relative;
}

.frame-220 figcaption, .frame-220 .ce-center figcaption {
    position: absolute;
    top: 10px;
    left: 15px;
    color: #B5152B;
    margin: 0;
    text-align: left;
}

.frame-220 figcaption.caption-1 {
    color: #fff;
}

/************* main */

HTML, BODY {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #757575;
    color: #444;
    font: 16px 'Open Sans', Arial, Helvetica, sans-serif;
}

a {
    transition: color 0.3s ease-in;
    color: #B5152B;
}

body {
    max-width: 1920px;
    margin: auto;
    background: #fff;
}

body > header {
    background: #fff;
    min-height: 150px;
}

body.layout-pagets__11 > header {
    background: #003348;
    min-height: 150px;
}

body > header .rowwrap {
    position: relative;
    padding-top: 10px;
    padding-bottom: 15px;
}

body.layout-pagets__11 #header-inner .rowwrap:after {
    position: absolute;
    content: '';
    background: #fff;
    display: block;
    height: 1px;
    bottom: 0;
    left: 15px;
    right: 15px;
    z-index: 1;
}

body.layout-pagets__11 > header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    z-index: 1;
    display: block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+37,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.63) 37%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.63) 37%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.63) 37%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

#header-inner {
    transition: all 0.3s ease-in;
}

#header-inner > .rowwrap {
    z-index: 99;
}

.layout-pagets__11 #header-inner {
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
}

#mainslider .bx-controls {
    max-width: 1140px;
    margin: auto;
    position: relative;
}


.s-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.01;
}

.bx-viewport .s-content {
    opacity: 1;
}

.s-text {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px;
    right: 15px;
    bottom: 140px;
    display: block;
    width: 440px;
    position: absolute;
    color: #000;
}

.s-text span {
    display: block;
}

.s-title {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 120%;
}

.s-title br:first-child {
    display: none;
}


.s-text p {
    margin: 0 0 8px 0;
}
.s-text img {
    margin: 5px 16px 0 10px;
    float:left;
}
.s-subtitle p:first-child {
    margin-top: 10px;

}
.s-subtitle p:first-child img {
    margin-top: -10px;
}

.s-subtitle p:nth-child(2) {
    margin-top: 10px;
}
.s-text a,
.s-subtitle a {
    display: inline-block;
    z-index: 9999999;
    color: #666;
}
.s-subtitle a {
    position: relative;
}

.layout-110 .s-text {
    background:#B5152B;
}

.layout-120 .s-text {
    background:#666;
}

.layout-130 .s-text {
    background:#FFAC2E;
}

.layout-110 *, .layout-120 * , .layout-130 * {
    color:#fff !important;
}

#homelink {
    content: '';
    text-indent: -9999em;
    font-size: 1px;
    text-decoration: none;
    width: 160px;
    height: 124px;
    display: block;
    background: url(../Images/aif-logo-claim.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s ease-in;
}

/* printable logo */
body:before {
    visibility: hidden;
    position: absolute;
    display: block;
    text-align: left;
    padding: 0 0 0 50px;
    top: -9999em;
    width: auto;
    content: url(../Images/aif-print-2.png);
}

.layout-pagets__11 #homelink {
    background-image: url(../Images/aif-logo-claim-shine.png);
}

/* nav */

#nav a, #topnav a {
    color: rgba(68, 68, 68, 1);
    transition: all 0.3s ease-in;
    text-decoration: none;
}

#nav a:hover, #topnav a:hover {
    color: rgba(181, 21, 43, 1);
}

.layout-pagets__11 #nav > li > a, .layout-pagets__11 #topnav a {
    color: rgba(255, 255, 255, 1);
}

.layout-pagets__11 #nav > li > a:hover, .layout-pagets__11 #topnav a:hover {
    color: rgba(255, 255, 255, 0.8);
}

#nav, #topnav {
    margin: 0;
    padding: 0;
    list-style: none;
    right: 15px;
    top: 15px;
    left: auto;
    position: absolute;
}

#topnav {
    font-size: 85%;
}

#topnav li {
    margin-left: 30px;
    display: inline;
}

#nav {
    top: auto;
    bottom: 0;
    font-weight: 600;
    font-size: 130%;
    z-index: 2; /* hinder line on slider pages from misfiring menu */
}

#nav > li {
    margin-left: 5px;
    padding: 10px 15px;
    display: inline-block;
}

#nav > li:first-child {
    margin-left: 0;
}

#nav > li:last-child {
    padding-right: 0;
}

.layout-pagets__11 #nav > li:last-child:hover:after {
    content: '';
    position: absolute;
    background: #ececec;
    width: 10px;
    right: -10px;
    top: 0;
    display: block;
    bottom: 0;
    border-bottom: 1px solid #fff;
}

.layout-pagets__11 #nav > li:last-child:hover > ul {
    right: -10px;
}

#nav > li > ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #dfe4ea;
    opacity: 0;
    height: 0;
    overflow: hidden;
    padding: 0;
    display: block;
    transition: opacity 0.3s ease-in;
}

#nav > li:hover > ul, #nav > li > a:focus + ul, #nav > li a.focus + ul {
    height: auto;
    opacity: 1;
    padding: 20px 0;
    overflow: initial;
    z-index: 3;
}

#nav > li:hover > a, #nav a.active {
    color: #B5152B;
}

#nav > li > a.active {
    position: relative;
}

#nav > li:not(.first) > a.active:after {
    position: absolute;
    bottom: -17px;
    z-index: 2;
    content: '';
    display: block;
    background: #fff;
    width: 14px;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    transform: rotate(45deg);
}

.layout-pagets__11 #nav > li:hover {
    background: #ececec;
}

.layout-pagets__11 #nav > li:hover > a {
    color: #444;
}

#nav li li:first-child {
    margin-left: 0;
}

#nav .level-2-item > li > a {
    color: #B5152B;
}

#nav .level-2:after {
    content: '';
    display: block;
    height: 1px;
    clear: both;
}

#nav .level-2-item {
    display: block;
    width: 33.33%;
    padding: 0 20px;
    float: left;
}

#nav ul a {
    display: block;
}

/* set width based on number of children without using display flex */
/* one item */
#nav .level-2-item:first-child:nth-last-child(1) {
    /* -or- li:only-child { */
    width: 100%;
}

/* two items */
#nav .level-2-item:first-child:nth-last-child(2),
#nav .level-2-item:first-child:nth-last-child(2) ~ ul {
    width: 50%;
}

/* three items */
#nav .level-2-item:first-child:nth-last-child(3),
#nav .level-2-item:first-child:nth-last-child(3) ~ ul {
    width: 33.3333%;
}

#nav .level-2-item > li {
    display: block;
    border-bottom: 1px solid #fff;
    margin-bottom: 13px;
    padding-bottom: 13px;
}

#nav .level-2-item > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

#nav ul {
    font-size: 16px;
}

#nav .level-3 a {
    font-size: 14px;
    padding: 3px 0;
}

#subnav a {
    display: block;
    padding: 10px 20px;
    color: #444;
    text-decoration: none;
    transition: color 0.2s ease-in;
    font-weight: bold;
}

#subnav > li {
    border: 1px solid #D5DBE1;
    border-top: 1px solid #fff;
}

#subnav > li > a {
    background: #D5DBE1;
}

#subnav ul a {
    font-size: 90%;
    padding: 6px 20px;
    font-weight: 600;
}

#subnav a:hover, #subnav a.active {
    color: #B5152B;
}

#subnav a.active {
    font-weight: bold;
}

#subnav ul {
    padding: 10px 0;
}

#subnav ul ul {
    padding: 5px 0;
}

#subnav ul ul {
    padding-left: 30px;
}

/* header-bar */


#header-bar {
    position: relative;
    z-index: 1;
    background: #B5152B;
    color: #fff;
}

#header-bar .rowwrap {
    padding-top: 13px;
    padding-bottom: 13px;
}

#header-bar h1 {
    margin: 0;
    font-weight: 600;
    font-size: 160%;
}

#header-bar > div {
    position: relative;
}

.has-icon #header-bar h1 {
    padding-left: 100px;
}

.has-icon #header-bar h1:before {
    display: block;
    content: '';
    position: absolute;
    border: 5px solid #fff;
    border-radius: 16px;
    background: url(../Images/politik.png) no-repeat;
    background-size: 100% 100%;
    width: 60px;
    top: -5px;
    bottom: -5px;
    left: 10px;
}

.has-icon #header-bar > div {
    position: relative;
}

/* foerderung */
.rl-foe #header-bar, .rl-foe #header-bar a, .rl-foe #header-bar #breadcrumb {
    background: #B5152B;
    color: #D5DBE1;
}

/* politik */
.rl-pol #header-bar, .rl-pol #header-bar a, .rl-pol #header-bar #breadcrumb {
    background: #A3A7AC;
    color: #fff;
}

/* forschung */
.rl-for #header-bar, .rl-for #header-bar a, .rl-for #header-bar #breadcrumb {
    background: #03ACDA;
    color: #fff;
}

.rl-for.has-icon #header-bar h1:before {
    background-image: url(../Images/forschung.png);
}

/* wirtschaft */
.rl-wir #header-bar, .rl-wir #header-bar a, .rl-wir #header-bar #breadcrumb {
    background: #CCA91B;
    color: #fff;
}

.rl-wir.has-icon #header-bar h1:before {
    background-image: url(../Images/wirtschaft.png);
}

/* Presse */
.rl-pre #header-bar, .rl-pre #header-bar a, .rl-pre #header-bar #breadcrumb {
    background: #1B2F59;
    color: #fff;
}

.rl-pre.has-icon #header-bar h1:before {
    background-image: url(../Images/presse.png);
}

#breadcrumb {
    font-size: 14px;
}

#breadcrumb, #breadcrumb a, .rl-foe #header-bar #breadcrumb, .rl-foe #header-bar a {
    color: #fff;
}

#breadcrumb li {
    display: inline;
}

#breadcrumb li:after {
    content: '/';
    padding: 0 5px;
}

#breadcrumb li:last-child:after {
    display: none;
}

#breadcrumb, #breadcrumb a {
    color: #D5DBE1;
    text-decoration: none;
}

#breadcrumb li:first-child:after {
    display: none;
}

/* main */

main {
    clear: both;
    padding: 50px 0;
    background: #fff;
}

.page-layout-110 main {
    background: #F4F4F4;
}

.bg-2 {
    background: #f4f4f4;
}

.bg-3 {
    background: #D5DBE1;
}

.bg-4 {
    background: #666;
}

.bg-5 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#777777+0,444444+100 */
    background: rgb(119, 119, 119); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(119, 119, 119, 1) 0%, rgba(68, 68, 68, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(119, 119, 119, 1) 0%, rgba(68, 68, 68, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(119, 119, 119, 1) 0%, rgba(68, 68, 68, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444', GradientType=0); /* IE6-9 */
}

.bg-6 {
    position: relative;
}

.bg-6:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    background: #f4f4f4;
    bottom: 0;
    left: 15px;
    right: 15px;
    top: 0;
}

.bg-6 > div {
    position: relative;
    z-index: 2;
}

.bg-6 .ce-intext.ce-right .ce-gallery, .bg-6 .ce-intext.ce-left .ce-gallery, .bg-6 .ce-above .ce-gallery, .bg-6 .ce-textpic.ce-left .ce-gallery {
    margin-bottom: 0;
    margin-top: 0;
}

.bg-6 > div > div {
    padding: 20px 20px 0 0;
}

.bg-6 > div:nth-child(1) > div {
    padding: 0;
}

.bg-7 {
    position: relative;
}

.bg-7:before {
    content: '';
    position: absolute;
    display: block;
    z-index: 1;
    background: rgba(213, 219, 225, 0.4);
    bottom: 0;
    left: 15px;
    right: 15px;
    top: 0;
}

.bg-7 > div {
    position: relative;
    z-index: 2;
}

.bg-7 > div:first-child > div {
    margin-left: 30px;
}

.bg-7 > div:last-child > div {
    margin-right: 30px;
}

main .bg-2, main .bg-3, main .bg-4, main .bg-5 {
    padding-top: 15px;
    padding-bottom: 15px;
}

footer, footer a {
    color: #fff;
}

footer {
    font-size: 85%;
    background: rgba(68, 68, 68, 1);
}

footer a {
    text-decoration: none;
    transition: color 0.3s ease-in;
}

#footer-1 {
    padding: 8px 0;
}

#footer-1 input {
    width: auto;
    border: 1px solid #575757;
    padding: 3px 8px;
}

#fnav-1 li {
    display: inline;
    font-size: 200%;
}

#fnav-1 a:hover {
    color: #777;
}

.bg-3, .bg-3 a {
    color: #575757;
}

#footer-2 {
    padding: 10px 0;
}

#fnav-2 li {
    display: block;
    width: 25%;
    padding-left: 25px;
    float: left;
}

#fnav-2 > li:first-child {
    padding-left: 0;
}

#fnav-2 a {
    line-height: 30px;
    height: 30px;
    display: block;
    position: relative;
    padding-left: 36px;
}

#fnav-2 a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: #CDAA1C;
    border-radius: 5px;
    transition: background 0.3s ease-in;
}


#fnav-2 li:nth-child(2) a:before {
    background: #03ADDB;
}

#fnav-2 li:nth-child(3) a:before {
    background: #A3A7AC;
}

#fnav-2 li:nth-child(4) a:before {
    background: #1C3059;
}

#fnav-2 a:hover:before {
    background: #B5152B !important;
}

#fnav-2 a:hover {
    color: #ccc;
}

#fnav-3 > li {
    display: block;
    width: 25%;
    float: left;
    padding: 15px 20px 15px 25px;
}

#fnav-3 > li:first-child {
    padding-left: 0;
}

#fnav-3 > li > a {
    font-weight: bold;
}

#fnav-3 a {
    display: block;
    margin-bottom: 4px;
}

#fnav-3 a:hover {
    color: #ccc;
}

#footer-3 .row {
    clear: both;
    border-top: 1px solid #747474;
    padding-top: 20px;
}

#footer-4 {
    padding: 15px 0;
    text-align: right;
}

#fnav li {
    display: inline;
    margin-right: 6px;
}

#fnav li:after {
    content: '|';
    margin-left: 8px;
}

#fnav li:last-child:after {
    display: none;
}

#cookie-settings {
    cursor: pointer;
}


/* scrolled */
.scrolled #header-inner {
    background: #fff;
    position: fixed;
    top: -150px;
    border-bottom: 1px solid #ddd;
    left: 0;
    right: 0;
    z-index: 9999;
}

.scrolled #header-bar, .scrolled #topnav, .scrolled #nav > li > a.active:after {
    display: none;
}

.scrolled #homelink {
    width: 100px;
    height: 55px;
    background-image: url(../Images/aif-logo.png);
}

.scrolled #nav a, .scrolled.layout-pagets__11 #nav > li > a {
    color: #444;
}

.scrolled #nav a:hover, .scrolled.layout-pagets__11 #nav > li > a:hover {
    color: #B5152B;
}

.scrollfix #header-inner {
    top: 0;
}

/* special content elements */

.member-detail table, .member-detail tr, .member-detail th, .member-detail td {
    border: 0 !important;
}


/*Floating Action Button*/

.fabs {
    bottom: 50%;
    position: fixed;
    margin: 1em;
    right: 0;
    z-index: 998;
}

.fab {
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    color: #FFF;
    background: #b51f2a;
    margin: 25px auto 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    position: relative;
    z-index: 998;
    overflow: hidden;
}
.fabs a:hover {
    color: #ccc;
}
.fab > i {
    font-size: 2em;
    line-height: 55px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-in-out;
}

.fab:not(:last-child) {
    width: 0;
    height: 0;
    margin: 20px auto 0;
    opacity: 0;
    visibility: hidden;
}

.fab:not(:last-child) > i {
    font-size: 1.4em;
    line-height: 40px;
}

.fab:not(:last-child).is-visible {
    width: 40px;
    height: 40px;
    margin: 15px auto 10;
    opacity: 1;
    visibility: visible;
}

.fab:nth-last-child(1) {
    -webkit-transition-delay: 25ms;
    -moz-transition-delay: 25ms;
    -o-transition-delay: 25ms;
    transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
    -webkit-transition-delay: 20ms;
    -moz-transition-delay: 20ms;
    -o-transition-delay: 20ms;
    transition-delay: 20ms;
}

.fab:not(:last-child):nth-last-child(3) {
    -webkit-transition-delay: 40ms;
    -moz-transition-delay: 40ms;
    -o-transition-delay: 40ms;
    transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
    -webkit-transition-delay: 80ms;
    -moz-transition-delay: 80ms;
    -o-transition-delay: 80ms;
    transition-delay: 80ms;
}

.fab:not(:last-child):active,
.fab:not(:last-child):focus,
.fab:not(:last-child):hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .16), 0 6px 12px rgba(0, 0, 0, .32);
}

#prime i {
    margin-left:-5px;
}


/* search */
.tx-indexedsearch-info-noresult {
    padding: 20px 0;
}

.tx-indexedsearch-searchbox-button {
    cursor: pointer;
}

.tx-indexedsearch-info dt, .tx-indexedsearch-info dd {
    font-size: 80%;
    float: left;
    margin-right: 3px;
}

.tx-indexedsearch-info dd {
    border-right: 1px solid #666;
    padding-right: 5px;
    margin-right: 5px;
}

.tx-indexedsearch-text-item-path p {
    margin: 0;
    line-height: 1.0;
}

.tx-indexedsearch-res {
    clear: both;
    padding: 20px;
    background: #eee;
}

.tx-indexedsearch-res:nth-child(even) {
    background: none;
}

.tx-indexedsearch-res:after {
    content: '';
    display: block;
    clear: both;
}

.tx-indexedsearch-info-sword {
    font-weight: bold;
    font-style: italic;
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dotted #ccc;
}

.tx-indexedsearch-browsebox {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.tx-indexedsearch-browsebox li {
    display: inline;
}

.tx-indexedsearch-browsebox li:after {
    content: '|';
    margin: 0 8px;
}

.tx-indexedsearch-browsebox li:last-child:after {
    display: none;
}

.tx-indexedsearch-info-sword {
    margin-top: 20px;
}

#tx-indexedsearch-searchbox-button-submit {
    cursor: pointer;
    background: #B5152B;
    color: #fff;
    transition: 0.3s ease-in;
}

#tx-indexedsearch-searchbox-button-submit:hover {
    background: #333;
    color: #fff;
}

.tx-indexedsearch-form label, .tx-indexedsearch-form input, .tx-indexedsearch-search-submit input {
    width: auto;
    display: inline-block;
    margin-right: 20px;
    background: none;
    border: 1px solid #333;
}

.tx-indexedsearch-form label {
    border: none;
    padding-left: 0;
}

.tx-indexedsearch-form, .tx-indexedsearch-search-submit {
    float: left;
}

.tx-indexedsearch-searchbox legend {
    display: none;
}


/* Members */
.member-logos .col-md-3 {
    position: relative;
    height: 140px;
    margin: 1%;
    width: 23%;
    border: 1px dotted #aaa;
}

.member-logos .longname, .member-logos .logo {
    opacity: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    text-align: center;
    transition: opacity 0.2s ease-in;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 80%;
}

.member-logos .logo {
    opacity: 1;
    max-width: 90%;
    height: auto;
    margin: auto;
}

.member-logos .col-md-3:hover .longname {
    opacity: 1;
}

.member-logos .col-md-3:hover .logo {
    opacity: 0;
}

.member-logos .row {
    clear: left;
}

@media only screen and (max-width: 992px) {
    .member-logos .col-md-3 {
        width: 48%;
        float: left;
    }
}


@media only screen and (max-width: 480px) {
    .member-logos .col-md-3 {
        width: 98%;
    }
}

/* Direkteinstieg */
.pid-114 .has-icon:hover {
    cursor: pointer;
}

.pid-82 .tile-wrap:after {
    background: rgba(29, 57, 96, 0.4);
}

.pid-82 .tile-wrap:hover:after {
    background: rgba(29, 57, 96, 1)
}


/* toplink */
#top {
    text-decoration: none;
    display: none;
    overflow: hidden;
    position: fixed;
    right: 15px;
    bottom: 15px;
    height: 55px;
    width: 50px;
    text-align: right;
    outline: none;
    color: #666;
    font-size: 30px;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #b4152b;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd !important;
}

.pagination > li > span {
    color: #777;
    font-weight: bold;
}

.pagination > li > span > a {
    border-bottom: none;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    cursor: default;
    color: #777;
    border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}


/************* text (rte styles) */

h1, h2 {
    font-size: 150%;
    margin: 30px 0 10px;
    font-weight: bold;
}

h1 {
    font-size: 175%;
}

h2 {
    color: #b5152b;
}

h3 {
    font-size: 120%;
    margin: 20px 0 5px;
    color: #b5152b;
    font-weight: 600;
}

.image-tile h3 {
    color: #fff;
}

h4 {
    font-size: 120%;
    font-weight: 600;
}

p {
    margin: 10px 0 15px;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

.hidden-text {
    display: none;
}

.text-center, .ce-headline-center, .ce-center figcaption {
    text-align: center;
}

.text-left, .ce-headline-left {
    text-align: left;
}

.text-right, .ce-headline-right {
    text-align: right;
}

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

.txt-xs {
    font-size: 80%;
}

.txt-sm, .name-of-person, .txt-copy {
    font-size: 85%;
}

.txt-sm .name-of-person {
    font-size: 100%;
}

.txt-lg {
    font-size: 130%;
}

.txt-xl {
    font-size: 160%;
}

.style-1 {
    color: #ff0000;
}

i.s2x {
    font-size: 200%;
}

i.s3x {
    font-size: 300%;
}


#content figcaption a, #content figcaption a:hover,
figcaption a, figcaption a:hover {
    color: #444;
    text-decoration: none;
}

#content .ce-bodytext a,
#content .news-text-wrap a {
    font-weight: 400;
}

#content .ce-bodytext a.button-link,
#content .ce-bodytext a.link-icon {
    font-weight: 600;
}

.ce-bodytext li li::before {
    content: "▫";
}

.ce-bodytext li li li::before {
    content: "-";
}

.frame-110 {
    border-bottom: 1px dotted #555;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.frame-120, .frame-122, .frame-124, .frame-126, .frame-140 {
    padding: 15px;
    background: #F4F4F4;
}

.frame-120, .frame-124, .frame-126 {
    padding: 15px 30px;
}

.frame-120 > header > *, .frame-122 > header > *, .frame-124 > header > *, .frame-126 > header > *, .frame-140 > header > * {
    margin-top: 0;
}

.frame-122, .frame-140 {
    padding: 0;
}

.frame-124 {
    background: #666;
}

.frame-126 {
    background: #B5152B;
}


.frame-124 *, .frame-126 * {
    color: #fff !important;
}

.frame-122 .ce-row:last-child .ce-column, .frame-140 {
    margin-bottom: 0;
}

.frame-122 .ce-textpic.ce-left .ce-gallery, .frame-140 .ce-textpic.ce-left .ce-gallery {
    margin-top: 0;
}

.frame-122 .ce-bodytext, .frame-140 .ce-bodytext {
    padding: 15px 15px 0 0;
}

.frame-122 .ce-above .ce-bodytext, .frame-140 .ce-above .ce-bodytext {
    padding: 15px;
}

.frame-140 blockquote {
    position: relative;
}

.frame-140 blockquote:before {
    content: '„';
    font-family: sans-serif;
    font-size: 120px;
    color: #B5152B;
    font-weight: bold;
    float: left;
    display: block;
    padding: 0 15px 15px 0;
    margin-top: -90px;
}

.frame-140 .ce-column {
    margin-bottom: 0;
}

.content-slider-wrap {
    padding: 0 60px;
}

.content-slider-wrap .bx-wrapper .bx-controls-direction a {
    color: #aaa;
}

.content-slider-wrap .bx-wrapper .bx-prev {
    left: -50px;
}

.content-slider-wrap .bx-wrapper .bx-next {
    right: -50px;
}

.content-slider-wrap .bx-wrapper .bx-controls {
    opacity: 1;
}

.slider-8 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #000 !important;
    border-radius: 100%;
}

.slider-8 .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider-8 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #999 !important;
}

@media only screen and (max-width: 992px) {
    .slider-8 .bx-viewport {
        background: rgba(213, 219, 225, 0.8);
    }
}

@media only screen and (max-width: 1200px) {
    .frame-media-430 .ce-intext .ce-gallery {
        float: none;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .frame-122 .frame-media-430 .ce-bodytext {
        padding: 15px;
    }

    .frame-140 .ce-gallery, .frame-140 .ce-gallery * {
        margin: auto;
        display: block;
        padding: 0;
        float: none;
        max-width: 100%;
        text-align: center;
    }

    .frame-140 .ce-intext.ce-left .ce-gallery {
        padding: 15px 0 0;
        margin: 0;
    }

    .frame-140 .ce-bodytext {
        padding: 15px;
    }
}

@media only screen and (max-width: 992px) {
    .content-slider-wrap {
        padding: 0;
    }

    /*
    .content-slider-wrap .bx-wrapper .bx-controls {
        opacity: 0;
    }
    */
}


.frame-320 {
    clear: both;
}

.frame-330 {
    float: left;
    margin-right: 25px;
}

.border-1 img, img.border-1 {
    border: 1px solid #555;
}

.alert {
    max-width: 400px;
    margin: 10px auto;
    background: #FFDDDD;
    color: #000;
    border: 1px dotted #FF0000;
    padding: 10px;
    text-align: center;
    display: block;
}

.fontello {
    font-family: 'fontello';
}

#content a {
    font-weight: 600;
    text-decoration: none;
}

#content a:hover, #content a:focus {
    color: #444;
    text-decoration: underline;
}

#content .button-link, #buttons-footer a {
    color: #444;
    text-decoration: none;
    border: 1px solid #444;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in
}

#content .frame-320 .button-link {
    display: inline-block;
}

#content .button-link:hover, #buttons-footer a:hover {
    color: #fff !important;
    background: #444;
    text-decoration: none;
}

#content .button-link.red, #buttons-footer a {
    color: #B5152B;
    border-color: #B5152B;
}

#content .button-link.red.invert {
    color: #fff;
    background-color: #B5152B;
}

#content .button-link.red:hover, #buttons-footer a:hover {
    color: #fff;
    background: #B5152B;
}

#content .button-link.red.invert:hover {
    color: #B5152B !important;
    background: #fff;
}

.button-icon:before {
    content: '\e80f';
    font-family: 'fontello';
    margin-right: 5px;
}

.button-3:before {
    content: '\f08e';
}

.button-4:before {
    content: '\e807';
}

.button-5:before {
    content: '\e802';
}

.link-icon:before {
    content: '\e80f';
    font-family: 'fontello';
    margin-right: 5px;
    text-decoration: none;
    white-space: pre;
}

.link-icon:hover:before {
    text-decoration: none;
}

.button-4 {
    border: none;
}

.icon-external:before {
    content: '\f08e';
}

.icon-more:before {
    content: '\e80f';
}

.icon-plus:before {
    content: '\e808';
    font-size: 200%;
    position: absolute;
    top: -6px;
    left: 0;
}

.icon-plus {
    position: relative;
    padding-left: 42px;
}

.ce-left h2 {
    margin-top: 0;
}

a.grey {
    color: #444;
}

/*
#content .invert {
  text-transform: none;
  font-size:120%;
  line-height: 30px;
}

#content .invert:before {
  line-height: 30px;
  font-size:130%;
  margin-right:15px;
}
*/

/* custom ce cases */

.social-media-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
    background: #F4F4F4;
    margin: 10px 0 15px;
}

.social-media-buttons div {
    text-align: center;
}

.social-link {
    color: #444;
    text-decoration: none;
    font-size: 200%;
}

.social-link i {
    transition: all 0.3s ease-in;
}

#content .social-link:hover i {
    color: #B5152B;
}

.ce-bodytext ul {
    list-style: none;
}

.ce-bodytext li::before {
    content: "●";
    color: #b5152b;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.ce-bodytext ol li {
    margin-bottom: 10px;
}

.ce-bodytext ol li::before {
    content: "";
}

.ce-border img {
    border: 1px solid #d5dbe1;
}

.has-icon {
    padding-left: 66px;
    position: relative;
}

body.has-icon {
    padding-left: 0;
}

.text-icon-wrap, .text-icon {
    position: absolute;
    left: 2px;
    top: 12px;
    font-size: 30px;
    color: #b5152b;
    width: 46px;
    height: 46px;
    text-align: center;
    display: block;
    border: 2px solid #b5152b;
    border-radius: 14px;
    padding-top: 0;
    padding-left: 0.5px;
    transition: 0.3s ease-in;
}

.text-icon-wrap {
    font-weight: bold;
    font-size: 24px;
    padding-top: 4px;
}

.has-icon:hover .text-icon, .has-icon:hover .text-icon-wrap {
    background: #b5152b;
    color: #fff;
}

hr {
    border-top: 1px solid #d5dbe1;
}

.indent-left {
    max-width: 80%;
    margin-left: 20%;
}

td, th {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
}

tr:last-child {
    border-bottom: 1px solid #999;
}

td:last-child, th:last-child {
    border-right: 1px solid #999;
}

table, table.dataTable {
    border-collapse: collapse;
}

thead {
    background: #eee;
}

table caption {
    font-weight: bold;
    margin: 15px 0;
}

.dataTables_wrapper label, .dataTables_wrapper input {
    display: inline;
    width: auto;
    background: none;
}

.dataTables_wrapper label {
    border-bottom: none;
}

.dataTables_wrapper .dataTables_filter {
    margin-bottom: 10px;
}

.datatable {
    width: auto !important;
    min-width: 100%;
}

.dataTables_filter:after {
    content: 'Liste ist sortierbar über die Pfeil nach oben/Pfeil nach unten-Grafiken';
    display: block;
    font-size: 11px;
    padding: 5px 0;
}

table.dataTable thead .sorting {
    background-image: url(../Vendor/datatables/DataTables-1.10.20/images/sort_both.png);
}

table.dataTable thead .sorting_asc {
    background-image: url(../Vendor/datatables/DataTables-1.10.20/images/sort_asc.png);
}

table.dataTable thead .sorting_desc {
    background-image: url(../Vendor/datatables/DataTables-1.10.20/images/sort_desc.png);
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url(../Vendor/datatables/DataTables-1.10.20/images/sort_asc_disabled.png);
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url(../Vendor/datatables/DataTables-1.10.20/images/sort_desc_disabled.png);
}

.datatable {
    font-size: 90%;
}

table.dataTable thead .sorting_asc {
    background-image: url(../Images/datatables/sort_asc.png);
}

table.dataTable thead .sorting_desc {
    background-image: url(../Images/datatables/sort_desc.png);
}

table.dataTable thead .sorting {
    background-image: url(../Images/datatables/sort_both.png);
}

.filetypeinfo {
    display: block;
}

table label {
    display: inline;
    border-bottom: 0;
    background: none;
}

table textarea, table input {
    border-bottom: 0;
}

.datatable ul {
    list-style: none;
    padding-left: 1em;
}

.ce-bodytext li::before,
.datatable li::before {
    content: "▪";
    font-size: 22px;
    display: inline-block;
    color: #b5152b;
    width: .5em;
    margin-left: -.5em;
}

.ce-bodytext .contenttable th, .ce-bodytext .contenttable td {
    border: none;
}

.ce-bodytext .contenttable th {
    font-weight: bold;
}

.ce-bodytext .contenttable th p, .ce-bodytext .contenttable td p {
    margin: 0;
}

.ce-bodytext .contenttable td, .ce-bodytext .contenttable th {
    margin: 0;
    padding: 5px 10px 5px 0;
}

/* parallax */

.parallax-container {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.parallax-container .frame-120, .parallax-container .frame-122, .parallax-container .frame-140 {
    background: rgba(213, 219, 225, 0.8);
}

.parallax-container .frame-120 .ce-textpic, .parallax-container .frame-122 .ce-textpic, .parallax-container .frame-24 .ce-textpic {
    margin-top: 5px;
}

.parallax-container .frame-120 .ce-column, .parallax-container .frame-122 .ce-column, .parallax-container .frame-124 .ce-column {
    margin-bottom: 15px;
}

.parallax-container .frame-120 h2, .parallax-container .frame-122 h2, .parallax-container .frame-124 h2 {
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
    .parallax-container {
        background-attachment: scroll;
        padding: 50px 0;
    }
}

/* accordion */

.accordion-container .ce-textpic {
    display: none;
    padding-left: 35px
}

.accordion-container h1, .accordion-container h2, .accordion-container h3, .accordion-container h4 {
    font-size: 100%;
    margin: 0;
    font-weight: bold;
    cursor: pointer;
}

.accordion-container > div > header p {
    display: none;
}

.accordion-container > div > header:before {
    font-family: 'fontello';
    content: '\e80f';
    margin-right: 5px;
    text-decoration: none;
    white-space: pre;
    position: absolute;
    left: 15px;
    top: 18px;
}

.accordion-container > div.act > header:before {
    content: '\e811';
}

.accordion-container > div {
    margin: 0;
    border-bottom: 1px solid #D5DBE1;
}

.accordion-container > div > header {
    padding: 15px 15px 15px 35px;
    background: #f4f4f4;
    transition: all 0.3s ease-in;
    color: #B5152B;
    cursor: pointer;
    position: relative;
}

.accordion-container > div > header:hover, .accordion-container > div > header:hover h1, .accordion-container > div > header:hover h2, .accordion-container > div > header:hover h3, .accordion-container > div > header:hover h4, .accordion-container > div.act > header h1, .accordion-container > div.act > header h2, .accordion-container > div.act > header h3, .accordion-container > div.act > header h4 {
    color: #fff;
}

.accordion-container > div.act > header, .accordion-container > div > header:hover {
    background: #B5152B;
    color: #fff;
}

/* content accordion */

.content-accordion-outer {
    position: relative;
}

.content-accordion-header {
    width: 20%;
    max-width: 200px;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.content-accordion-header:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.content-accordion .content-accordion-header {
    margin: auto;
    display: none;
}

.content-accordion-menu .content-accordion-header {
    margin: 0 2% 1% 0;
    flex-grow: 1;
    background: #eee;
}

.content-accordion-menu .content-accordion-header:last-child {
    margin-right: 0;
}

.content-accordion-menu {
    text-align: center;
    display: flex;
    justify-content: center;
}

.content-accordion-header.active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 18px 0 18px;
    border-color: #ffab2e transparent transparent transparent;
    left: 50%;
    margin-left: -18px;
    bottom: -16px;
    display: block;
    position: absolute;
}

.content-accordion-header img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50px;
    transition: all 0.3s ease-in;
    z-index: 1;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.content-accordion-header img.hover {
    opacity: 0;
    z-index: 2;
}

.content-accordion-header:hover img.hover, .content-accordion-header.active img.hover {
    opacity: 1;
}

.content-accordion-title {
    display: block;
    padding: 10px;
    color: #fff;
    background: #FFAB2E;
    text-align: center;
    left: 0;
    bottom: 0;
    right: 0;
    font-weight: bold;
}

.content-accordion-content {
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .content-accordion .content-accordion-header {
        display: block;
    }

    .content-accordion-menu {
        display: none;
    }

    .content-accordion-inner {
        margin-top: 30px;
    }
}

/* Newsletter */

#buttons-footer {
    text-align: right;
    padding-top: 6px;
}

#nl-wrap {
    display: inline-block;
    position: relative;
}

#buttons-footer a:not(first-child) {
    display: inline-block;
    transition: 0.3s ease-in;
    margin-left: 10px;
}

#buttons-footer a:not(last-child) {
    margin-bottom: 10px;
}

/************* clearfix */
.news:after, .clearfix:after {
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.news, .clearfix {
    display: inline-block;
}

.news:before, .clearfix:before,
.news:after, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.news, .clearfix {
    *zoom: 1;
}

/* hide from IE-mac \*/
* html .news, * html .clearfix {
    height: 1%;
}

.news, .clearfix {
    display: block;
}

/* end hide from IE-mac */


/* map */
#map {
    position: relative;
    width: 100%;
    margin: auto;
    height: 700px;
}


/* form */

label, input, textarea, select {
    width: 100%;
    padding: 10px;
    border: none;
    background: #eee;
    font: 100% 'Open Sans', Arial, sans-serif;
    border-bottom: 1px solid #333;
    color: #333;
}

.frame-type-form_formframework form h2, .frame-type-form_formframework legend, .frame-type-form_formframework label {
    display: none;
}

input:focus, input:hover, textarea:focus, textarea:hover, select:focus, select:hover {
    border-color: #000;
    color: #000;
}

.actions .btn {
    background: #333;
    color: #fff;
    border: #333;
    margin: 20px 0;
    padding: 10px;
    cursor: pointer;
}

.actions .btn:hover {
    background: #fff;
    color: #333;
}

form > .form-group {
    width: 32.333%;
    margin-right: 1.5%;
    float: left;
}

#form-kontakt-12-telephone-1 {
    margin-right: 0;
}

#form-kontakt-12-message, #form-kontakt-12-checkbox-1 {
    width: 100%;
    float: none;
    margin: 0;
    clear: both;
    padding-top: 20px;
}

#kontakt-12-message {
    height: 120px;
}

#form-kontakt-12-checkbox-1 {
    padding-top: 10px;
}

#form-kontakt-12-checkbox-1 label {
    display: inline;
    background: none;
    border: none;
    padding: 0;
}

#form-kontakt-12-checkbox-1 input {
    background: none;
    border: none;
    width: auto;
    margin-right: 15px;
}

form .clearfix > p {
    font-size: 85%;
    clear: both;
    text-align: right;
}

/* Powermail */

.radio label, .checkbox label, .powermail_label {
    background: none;
    padding: 0;
    border: none;
}

.powermail_field input, .powermail_field textarea {
    background: none;
    border: 1px solid #111;
}

.checkbox input, .radio input {
    background: none;
    width: auto;
    border: none;
}

.powermail_submit {
    width: auto;
    cursor: pointer;
    transition: all 0.3s ease-in;
}

.powermail_submit:hover {
    background: #B5152B;
    color: #fff;
    border-color: #B5152B;
}

.powermail_fieldwrap {
    margin: 0 0 10px;
}

/* sidr nav */

.page-nav-trigger {
    display: none;
}


.page-nav-trigger i {
    font-size: 250%;
}

#sidrnav {
    display: none;
}

.sidr {
    background: #fff;
    display: none;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 260px;
    z-index: 999999;
}

.sidr.right {
    left: auto;
    right: -260px;
}

.sidr.left {
    left: -260px;
    right: auto;
    -webkit-box-shadow: 6px 0 4px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 6px 0 4px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 6px 0 4px 1px rgba(0, 0, 0, 0.2);
}

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

.sidr li {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
}

.sidr a:hover {
    text-decoration: none;
}

.sidr a {
    display: block;
    float: none;
    padding: 10px 40px 10px 10px;
    font-size: 15px;
    border-bottom: 1px #353535 solid;
    color: #353535;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}

.sidr ul ul {
    background: #656565;
    display: none;
}

.sidr ul ul a {
    display: block;
    float: none;
    padding: 10px 10px 10px 20px;
    font-size: 13px;
    border-bottom: 1px #fff solid;
    color: #fff;
    text-transform: none;
}

.sidr ul ul ul {
    background: #353535;
    display: none;
}

.sidr ul ul ul a {
    padding: 5px 5px 7px 35px;
}

.sidr-inner {
    position: relative;
}

.has-sub {
    border-left: 1px solid #aaa;
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
    font-size: 180%;
    width: 40px;
    color: #aaa;
}

.sub-inner {
    display: table;
    height: 90%;
    width: 100%;
}

.has-sub i {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.close-nav {
    padding: 10px;
    background: #353535;
    color: #fff;
    text-align: right;
}

.close-nav span {
    text-transform: uppercase;
    float: left;
    display: inline-block;
    padding: 5px 0 0 0;
}

.close-nav i {
    cursor: pointer;
    font-size: 200%;
}

@media only screen and (max-width: 1700px) {
    .s-text {
        bottom: 50px;
    }
}

@media only screen and (max-width: 1500px) {
    .s-content, .s-text {
        position: static;
        width: auto;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: rgba(0, 0, 0, 0.6);
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #000;
    }

    /* brauchen wir das überhaupt?? für den Moment entfernt um die Corona-Box ordentlich darzustellenJanosch 15.9.2020
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
        bottom: 0;
    }
    */
    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto a {
        color: #353535;
    }

    .bx-wrapper .bx-controls {
        opacity: 1;
    }
}

@media only screen and (max-width: 1200px) {
    #nav {
        font-size: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    body.layout-pagets__11 #header-inner .rowwrap:after {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    .ce-notext .ce-row-1 {
        margin: 0 !important;
    }

    .ce-notext .ce-column {
        padding: 0 !important;
    }

    #header nav, #nav, #topnav {
        display: none;
    }

    body.scrolled.layout-pagets__11 .page-nav-trigger, .page-nav-trigger {
        display: block;
        color: #353535;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    body.layout-pagets__11 .page-nav-trigger {
        color: #fff;
    }
}

@media only screen and (max-width: 767px) {
    main {
        padding: 20px 0;
    }

    .s-text {
        padding: 0;
    }

    #fnav {
        padding-bottom: 50px;
    }

    #fnav-2 li, #fnav-3 > li {
        width: 50%;
    }

    #fnav-2 > li:nth-child(3), #fnav-3 > li:nth-child(3) {
        padding-left: 0;
    }

    #fnav-2 > li:nth-child(1), #fnav-2 > li:nth-child(2) {
        margin-bottom: 10px;
    }

    div[class^='frame-space-before'], div[class*=' frame-space-before'] {
        margin-top: 20px !important;
    }

    div[class^='frame-space-after'], div[class*=' frame-space-after'] {
        margin-bottom: 20px !important;
    }

    .intext-images {
        max-width: 50%;
        margin-left: 30px
    }

    .intext-images-left {
        max-width: 50%;
    }

    #map {
        height: 350px;
    }
}

@media only screen and (max-width: 480px) {
    #homelink {
        width: 80px;
        height: 62px;
    }

    .scrolled #homelink {
        height: 33px;
        width: 60px;
    }

    body.scrolled.layout-pagets__11 .page-nav-trigger, body.scrolled .page-nav-trigger {
        top: 0;
    }
}

@media only screen and (max-width: 320px) {
    #fnav-3 > li {
        width: 100%;
        float: none;
        padding-left: 0;
    }
}

@media only screen and (min-width: 767px) {
    /*  .layout-pagets__20 #fnav-3>li { width: 20%; } */
}

/* hide for devices based on class */

@media only screen and (max-width: 767px) {
    .mobile-110 {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .tablet-110 {
        display: none
    }
}

@media only screen and (min-width: 992px) {
    .desktop-110 {
        display: none;
    }
}

@media only screen and ( -webkit-min-device-pixel-ratio: 1.3 ), only screen and (    min--moz-device-pixel-ratio: 1.3 ), only screen and (      -o-min-device-pixel-ratio: 2.6/2 ), /* returns 1.3, see Dev.Opera */
only screen and (         min-device-pixel-ratio: 1.3 ), only screen and ( min-resolution: 124.8dpi ), only screen and ( min-resolution: 1.3dppx ) {

    /*retina including devices that upscale (nexus etc) */

}
