root {
    --bgc-main: #fff;
    --c-main: #010101;
    --c-a: #c34242;
    --bgc-scroll: #fcffff;
    --border-scroll: #fdfdff;
    --bgc-thumb: #c9e4e6;
    --bgc-pre-scroll: #d7dbdc;
    --border-pre-scroll: #dff8fb;
    --bgc-pre-thumb: #ddecee;
}

html {
    overflow-y: scroll;
}

@font-face {
    font-family: "AvenirLTCE-Black";
    src: url("font/AvenirLTCE-Black.eot");
    src: url("font/AvenirLTCE-Black.eot?#iefix") format("embedded-opentype"),url("font/AvenirLTCE-Black.woff") format("woff"),url("font/AvenirLTCE-Black.ttf") format("truetype"),url("font/AvenirLTCE-Black.svg#AvenirLTCE-Black") format("svg");
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

@font-face {
    font-family: "AvenirLTCE-Book";
    src: url("font/AvenirLTCE-Book.eot");
    src: url("font/AvenirLTCE-Book.eot?#iefix") format("embedded-opentype"),url("font/AvenirLTCE-Book.woff") format("woff"),url("font/AvenirLTCE-Book.ttf") format("truetype"),url("font/AvenirLTCE-Book.svg#AvenirLTCE-Book") format("svg");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0-10FFFF;
}

body {
    font-family: "AvenirLTCE-Book",sans-serif;
    font-weight: 500;
    margin: 0;
}

html {
    --scrollbarBG: #fdfdfd;
    --thumbBG: #767676;
}

body::-webkit-scrollbar {
    width: 12px;
}

body {
    scrollbar-width: medium;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 2px;
    border: 1px solid var(--scrollbarBG);
}

a {
    text-decoration: none;
    color: #da0000;
}

a:hover {
    text-decoration: underline;
}

img.img {
    margin: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "AvenirLTCE-Black",sans-serif;
    font-weight: 900;
}

h1 {
    font-size: 2.074rem;
}

h2 a.toggle,h3 a.toggle,h4 a.toggle {
    color: #000;
}

pre code {
    background-color: #dee;
    display: block;
    border: 1px dotted #ccc;
    padding: 12px 8px;
    margin: 4px 0 8px;
    word-wrap: break-word;
    font-size: small;
}

li code,code {
    display: inline-block;
    padding: 0;
}

li p {
    display: inline;
}

.blogform {
    background-color: #dee;
}

ul {
    list-style-type: none;
    padding: 0 0px;
}

ol {
    padding: 0 12px;
}

li.L1,li.L2,li.L3,li.L4,li.L5,li.L6 {
    list-style-type: none;
}

#pagebody li:before {
    content: "";
    color: #da0000;
}

section.actionheader {
    opacity: 0;
    transition: opacity 200ms linear;
    position: absolute;
    background-color: #000;
    color: #d3d3d3;
    width: 36%;
    margin: 0 32%;
    text-align: center;
    top: 0;
    left: 0;
    padding: 6px 0 6px;
    z-index: 100002;
}

section.actionheader a {
    color: #fff;
    text-decoration: none;
}

section.actionheader a:hover {
    color: #7a7a7a;
}

section.actionheader:hover {
    opacity: 0.77;
    transition: opacity 50ms;
}

form[method~="post"] {
    margin-top: 72px;
    margin-bottom: 16px;
}

#login_selector_form {
    margin-top: 72px;
}

.actions ul {
    padding: 0 6px;
    margin: 4px 0;
}

.actions li {
    display: inline-block;
    margin: 0 6px;
}

article.page {
    max-width: 1202px;
    margin: auto;
    padding: 0 4px;
}

.sitenav {
    width: auto;
    float: none;
    text-align: right;
    padding: 0 0;
    border: none;
}

.sitenav hr {
    display: none;
}

.sitenav ul {
    padding: 0;
    margin: 0 0 3px;
    font-family: inherit;
    text-align: left;
}

.sitenav ul:last-of-type {
    font-weight: 600;
}

.sitenav ul:nth-of-type(-n + 1) {
    font-family: "AvenirLTCE-Black",sans-serif;
}

.sitenav ul li {
    font-size: 1.2rem;
}

.sitenav ul:nth-of-type(-n + 1) li {
    font-size: 1.728rem;
}

@media screen and (min-width: 792px) {
    .sitenav {
        padding:0 0;
    }

    .sitenav ul li {
        font-size: 1.066rem;
    }

    .sitenav ul:nth-of-type(-n + 1) li {
        font-size: 2.074rem;
    }

    .sitenav li:nth-child(4) {
        margin: 0 10px 0 0;
    }

    .sitenav figure.brand, .landing-nav figure.brand {
        float: right;
    }
}

.sitenav figure.brand, .landing-nav figure.brand {
    clear: both;
    display: inline-block;
    margin: -0.402rem 0 0 0;
}

.sitenav figure svg {
    width: 12.839rem;
    height: 3.65rem;
} 

@media (orientation: portrait) {
    .landing-nav figure svg {
        width: calc((100svh / 88) * 12.35);
    }
}

@media (orientation: landscape) {
    .landing-nav figure svg {
        width: calc((100svw / 88) * 11.85);
    }
}

@media (min-width: 320px) and (max-width:360px) {
    .sitenav figure svg, .landing-nav figure svg {
        width:8.916rem;
        margin-bottom: 0.833rem;
    }
}

@media (min-width: 375px) and (max-width:392px) {
    .sitenav figure svg, .landing-nav figure svg {
        width:10.699rem;
        margin-bottom: 0.833rem;
    }
}

@media (min-width: 392px) {
    .sitenav figure svg, .landing-nav figure svg {
        margin-bottom:1.2rem;
    }
}

.sitenav ul:nth-of-type(-n + 1) li a {
    color: black;
}

.sitenav ul:nth-of-type(-n + 1) li a:hover {
    opacity: 0.66;
}

.sitenav li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 1.2rem;
}

.sitenav li a {
    text-decoration: none;
    color: #000000;
}

.sitenav li a:hover {
    opacity: 0.55;
}

a.selflink {
    opacity: 0.66 !important;
}

.gallery-container {
    position: relative;
    background: transparent;
    max-width: 100%;
    min-height: 312px;
    max-height: 312px;
    margin: 0 auto;
}

.gallery-container.halfheight {
    height: 350px;
    max-height: 350px;
}

.gallery-container.threefifthheight {
    height: 420px;
    max-height: 480px;
}

@media (min-width: 375px) {
    .gallery-container {
        width:100%;
        max-width: 100%;
        min-height: 340px;
        max-height: 340px;
    }

    .gallery-container.halfheight {
        min-height: 350px;
    }

    .gallery-container.threefifthheight {
        min-height: 480px;
    }
}

@media screen and (min-width: 792px) {
    .gallery-container {
        width:792px;
        min-height: 588px;
        max-width: 792px;
        max-height: 588px;
        margin-bottom: 18px;
    }

    .gallery-container.halfheight {

        min-height: 338px;
        max-height: 338px;
    }

    .gallery-container.threefifthheight {
        min-height: 408px;
        max-height: 408px;
    }
}

@media screen and (min-width: 1202px) {
    .gallery-container {
        width:1202px;
        min-height: 838px;
        max-width: 1202px;
        max-height: 838px;
        margin-top: -59px;
        margin-bottom: -14px;
    }

    .gallery-container.halfheight {
        min-height: 438px;
        max-height: 438px;
    }

    .gallery-container.threefifthheight {
        min-height: 508px;
        max-height: 508px;
    }
}

.coido-gallery {
    width: 100%;
    float: left;
}

.coido-gallery img {
    width: 100%;
    height: auto;
    opacity: 1;
}

.coido-gallery figure {
    display: block;
    float: left;
    margin: 0 0 0;
    width: 150px;
}

.coido-gallery figcaption {
    display: none;
}

.gallery-text-container {
    position: relative;
    width: auto;
    height: 750px;
    margin: 48px 25px;
}

.gallery-text-container.halfheight {
    height: 375px;
}

.gallery-text-container.threefifthheight {
    height: 450px;
}

.gallery-text {
    position: absolute;
    /*top:50%;
    left:50%;
    margin-right:-50%;
    transform:translate(-50%,-50%);*/
    text-align: justify;
    padding: 6.66% 0;
}

p:empty {
    display: none;
}

p em {
    font-style: italic;
    color: #575757;
    font-weight: 700;
}

p:not([em]) {
    font-style: normal;
    font-weight: 500;
}

.landing-container {
    background: no-repeat scroll center center / cover rgba(0, 0, 0, 0);
    display: block;
    overflow: hidden;
    height: 100vh;
    height: 100svh;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: -10000 !important;
}

.landing-container h1 {
    margin: 13vh auto auto 8vw;
    font-weight: 3;
    max-width: 83vw;
    color: #fff;
}


.landing-container.filter {
  @keyframes blurOut {
  from {
    filter: blur(1rem);
  }
  to {
    filter: blur(0);
  }
}

.element {
  animation: blurOut 3s forwards;
}   
}

.slogan .indented {
    display: inline-block;
    margin-left: calc(16vw / 4);
}

.landing-nav {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 88vh auto calc((10vh / 4) * 3) calc((16vw / 4) * 3);
}

@media (orientation: landscape) {
  .slogan {
    font-size: calc((100vw / 85) * 1.95);
  } 
}

@media (orientation: portrait) {
  .slogan {
    font-size: calc((100vh / 80) * 2.35);
  } 
}

section#content {
    text-align: left;
}

section#content p:first-child {
    margin-top: 0;
    text-align: left;
}

section#content .credits p:last-child {
    margin-top: 0;
    text-align: right;
}

.artikel-text-container-full div {
    float: left;
}

.artikel-text-container {
    margin: 0.579rem 0 3.583rem;
}

.artikel-3 {
    min-width: 100%;
}

.artikel-text-container h1,.artikel-text-container-full h1 {
    text-align: left;
    margin: 1rem 0 0.833rem;
    column-span: all;
    font-size: 1.728rem;
}

.artikel-text-container p:first-of-type,.artikel-text-container-full p:first-of-type {
    text-align: right;
    column-span: all;
}

.artikel-text-container p,.artikel-text-container-full p {
    margin-top: 0;
    margin-bottom: 1.2rem;
    line-height: 1.2;
    text-align: justify;
}

.artikel-text-container p:last-of-type,.artikel-text-container-full p:last-of-type {
    text-align: right;
    margin-bottom: 48px;
}

div.gallery-container ~ p {
    text-align: right;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 1.2rem;
    line-height: 1.2;
}

div.gallery-container ~ p:nth-child(n + 4) {
    text-align: justify;
}

div.gallery-container ~ h1 {
    margin-left: 0;
    margin-top: 1.44rem;
    font-size: 1.728rem;
    line-height: 1.1;
}

.pswp__button--arrow--right {
    right: -8px;
}

.pswp__button--arrow--left {
    left: -8px;
}

.pswp__button--arrow--left,.pswp__button--arrow--right {
    background: 0 0;
    width: 23%;
    position: absolute;
}

@media (max-width: 360px) and (min-width:320px) {
    div.gallery-container ~ h1,div.gallery-container ~ p {
        margin-left:0;
    }

    .gallery-text-container {
        margin: 0;
    }

    .gallery-text-container h1 {
        margin-top: 0;
    }
    
    .pswp__button--arrow--left,.pswp__button--arrow--right {
        top: 0;
        height: calc(95% / 1.66);
    }

    .artikel-text-container,.artikel-text-container-full {
        width: 312px;
        margin: 0.579rem 0 3.583rem;
        text-align: justify;
    }

    .artikel-text-container-full div {
        width: 100%;
    }

    .sitenav ul:first-child li {
        text-align: right;
    } 
    
    .landing-sitenav ul:first-child li {
        text-align: right;
    }

    .sitenav, .landing-sitenav {
        padding-top: 32px;
        padding-bottom: 38px;
    }
}

@media (min-width: 375px) and (max-width:392px) {
    div.gallery-container ~ h1,div.gallery-container ~ p {
        margin-left:0;
    }

    .gallery-text-container {
        margin: 0;
    }

    .gallery-text-container h1 {
        margin-top: 0;
    }
    
    .pswp__button--arrow--left,.pswp__button--arrow--right {
        top: 0;
        height: calc(95% / 1.77);
    }

    .artikel-text-container,.artikel-text-container-full {
        width: 100%;
        margin: 0.579rem 0 3.583rem;
        text-align: justify;
    }

    .artikel-text-container-full div {
        width: 100%;
    }

    .sitenav ul:first-child li {
        text-align: right;
    }

    .landing-sitenav ul:first-child li {
        text-align: right;
    }

    .sitenav, .landing-sitenav {
        padding-top: 32px;
        padding-bottom: 38px;
    }
}

@media screen and (min-width: 792px) {
    div.gallery-container ~ h1,div.gallery-container ~ p {
        margin-left:0;
    }

    .gallery-text-container {
        margin: 0 25px;
    }

    .gallery-text-container h1 {
        margin-top: 0;
    }
    
    .pswp__button--arrow--left,.pswp__button--arrow--right {
        top: 0;
        height: calc(95% / 1.35);
    }

    .artikel-text-container {
        width: 792px;
        margin: 0.579rem 0 3.583rem;
        text-align: justify;
        column-count: 2;
        column-width: 382px;
        column-gap: 28px;
    }

    .artikel-text-container-full {
        width: 792px;
        margin: 0.579rem 0 3.583rem;
    }

    .artikel-text-container-full div {
        width: 30%;
        padding: 0 1.5%;
    }

    .artikel-3 {
        min-width: 100%;
    }

    .sitenav ul:first-child li {
        text-align: right;
    } 
    
    .landing-sitenav ul:first-child li {
        text-align: right;
    }

    .sitenav, .landing-sitenav {
        padding-top: 42px;
        padding-bottom: 26px;
    }
}

@media screen and (min-width: 1202px) {
    /*div.gallery-container ~ h1,div.gallery-container ~ p{}*/.gallery-text-container {
        margin:48px 205px;
    }

    .gallery-text-container h1 {
        margin-top: 24px;
    }
    
    .pswp__button--arrow--left,.pswp__button--arrow--right {
        top: 0;
        height: calc(95% / 1.15);
    }

    .artikel-text-container {
        width: 100%;
        margin: 0.482rem 0 4.3rem;
        text-align: justify;
        column-count: 3;
        column-width: 382px;
        column-gap: 28px;
    }

    .artikel-text-container.artikel-2 {
        column-count: 2;
}

    .artikel-text-container-full {
        width: 1202px;
        margin: 0.482rem 0 4.3rem;
    }

    .artikel-text-container-full div {
        width: 30%;
        padding: 0 1.5%;
    }

    .artikel-3 {
        min-width: 100%;
    }

    .sitenav ul:first-child li {
        text-align: right;
    } 

    .landing-sitenav ul:first-child li {
        text-align: right;
    }

    .sitenav, .landing-sitenav {
        padding-top: 48px;
        padding-bottom: 32px;
    }
}

.no-js,.js {
    transition: opacity 60ms ease-in-out;
}

section#masonry {
    *zoom:1;margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    clear: both;
}

section#masonry p:first-child {
    text-align: left;
    display: none;
}

section#masonry .grid-a-item p:first-child {
    text-align: left;
    display: block;
    background-color: #fff;
    z-index: 10000;
}

section#content.gallerypage section#masonry {
    margin-top: 72px;
}

.header {
    min-height: 7.43rem;
    margin-bottom: 32px;
    position: sticky;
    top: 0;
    background: white;
    z-index: 9999;
}

.landing-header {
    margin-top: 100vh;
}

@media screen and (min-width: 392px) {
    header,footer,#pagebody {
        max-width:384px;
        margin: 0 auto;
    }

    .header {
        margin-bottom: 38px;
    }
    .landing-header {
        margin-top: 100vh;
    }
}

@media screen and (min-width: 792px) {
    header,footer,#pagebody {
        max-width:792px;
    }

    .header {
        margin-bottom: 42px;
    }
    .landing-header {
        margin-top: 100hv;
    }
}

@media screen and (min-width: 1202px) {
    header,footer,#pagebody {
        max-width:1202px;
    }

    .header {
        margin-bottom: 48px;
    }
    .landing-header {
        margin-top: 100vh;
    }
}

.grid {
    max-width: 1202px;
    transition: opacity 8.8s;
}

.grid:after {
    content: "";
    display: block;
    clear: both;
}

.gutter-sizer {
    max-width: 28px;
}

.grid-sizer,.grid-item {
    max-width: 384px;
}

.grid-a-sizer,.grid-a-item {
    max-width: 384px;
    min-height: 432px;
    max-height: 432px;
}

.grid-item,.grid-a-item {
    float: left;
    margin-bottom: 2.488rem;
}

.grid-a-item {
    margin-bottom: 3.583rem;
}

a.pjaxer img {
    opacity: 1;
    transition: opacity 200ms ease-in-out;
}

a.pjaxer img:hover {
    opacity: 0.85;
    transition: opacity 200ms ease-in-out;
}

.grid-item img,.grid-a-item img {
    display: block;
    max-width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.grid-a-item img {
    z-index: 1000;
}

@media (max-width: 320px) {
    .grid-item img,.grid-a-item img {
        display:block;
        max-width: 316px;
        height: 100%;
        margin-bottom: 0;
    }

    div.grid-item p,div.grid-a-item p,div.grid-item h2,div.grid-a-item h2 {
        max-width: 316px;
    }
}

@media (max-width:392px) {
    .grid-item img,.grid-a-item img {
        display:block;
        max-width: 384px;
        height: 100%;
        margin-bottom: 0;
    }

    div.grid-item p,div.grid-a-item p,div.grid-item h2,div.grid-a-item h2 {
        max-width: 371px;
    }
}

.grid-item div,.grid-a-item div {
    height: auto;
    margin-bottom: 7px;
    margin-top: 7px;
}


.grid-item .l-r {
    display: flex;
    margin-top: -1px;
}

.l-r h3 {
    flex: auto;
    margin-top: 5px;
}

.l-r h2 {
    margin: 6px 1px;
}

.fixed-block .teaser {
    text-align: left;
}

@media (max-width: 1024px) {
    .fixed-block .teaser {
        min-height: 215px;
        max-height: 215px;
    }
    .fixed-block .teaser-header {
        min-height: 72px;
        max-height: 72px;
    }
}

@media (min-width: 1025px) {
    .fixed-block .teaser {
        min-height: 175px;
        max-height: 175px; 
    }
    .fixed-block .teaser-header {
        min-height: 72px;
        max-height: 72px;
    }
}

.grid-item .unterzeile, .grid-a-item .unterzeile {
    margin-top: 0;
}

.grid-item div div,.grid-a-item div div {
    margin-top: 0;
    margin-bottom: 0;
}

.grid-item a,.grid-a-item a {
    color: #000;
    text-decoration: none;
}

.grid-item p a,.grid-a-item p a {
    color: #da0000;
    text-decoration: none;
}

.grid-item p {
    margin-top: 6px;
    margin-bottom: 2px;
}

.grid-item p:first-child {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 2px;
}

.grid-item h2 {
    margin-top: 0.335rem;
    margin-bottom: 0.579rem;
    line-height: 1;
    font-size: 1.66rem;
    letter-spacing: -0.00335rem;
}

.aktuell.grid-item h2 {
    text-align: right;
}

.grid-item h2:nth-of-type(1) {
    margin-bottom: 0;
}

.grid-item h2:nth-of-type(2) {
    margin-top: 0;
}

.grid-a-item p,.grid-a-item h2 {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
}

.grid-a-item p {
    letter-spacing: -0.0335rem;
}

.aktuell.grid-item .date {
    display: block !important;
    color: red;
}
.grid-a-item p:first-child {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 2px;
}

.grid-a-item p:nth-of-type(2) {
    margin-top: 0.482rem;
}

.grid-a-item h2 {
    letter-spacing: 0.0335rem;
    line-height: 1.22rem;
}

.grid-a-item h2:first-of-type {
    padding-top: 0.0533rem;
}

.grid-a-item p:first-of-type {
    padding-top: 0.0335rem;
}

.red {
    color: #de0000;
}

div.grid-item ~ p,div.gutter-sizer ~ p {
    display: none;
}

#masonry ul,#masonry hr {
    display: none;
}

#pageinfo {
    border: none;
}

#backlinks {
    display: none;
}

.pagedate {
    color: #ccc;
}

.legal ul {
    padding: 0;
    margin-bottom: 12px;
}

.legal ul li {
    display: inline-block;
    margin-right: 1rem;
}

.legal a {
    color: #000000;
    opacity: 0.66;
    font-weight: 600;
}

.legal a:hover {
    text-decoration: none;
    opacity: 0.55;
}

.fileupload-content .ui-progressbar-value {
    background: url(ikiwiki/images/pbar-ani.gif);
}

.legal ul li {
    display: inline-block;
    margin-right: 1rem;
}

.legal a {
    color: #000000;
    opacity: 0.66;
    font-weight: 600;
}

.legal a:hover {
    text-decoration: none;
    opacity: 0.55;
}

.fileupload-content td {
    padding-right: 0.335rem;
}

.fileupload-content .ui-progressbar-value {
    background: url(ikiwiki/images/pbar-ani.gif);
}

.fileupload-content a {
    color: #e23000;
}

.editcontentdiv {
    margin-top: 0.873rem;
}

textarea {
    resize: none;
    overflow: auto;
    outline: none;
    border: 1px;
    border-color: #e2f7fb #d9edf1 #fbe2e2 #e2f7fb;
    border-style: dotted;
    padding: 0.0135rem 3.75rem 0.35rem 3.35rem;
    margin-bottom: 1.35rem;
    font-family: "Roboto Mono",monospace;
    font-size: 0.955rem;
    letter-spacing: -0.0235rem;
}

pre::-webkit-scrollbar,textarea::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

pre,textarea {
    scrollbar-width: auto;
    scrollbar-color: var(--bgc-thumb) var(--bgc-scroll);
}

pre::-webkit-scrollbar-track,textarea::-webkit-scrollbar-track {
    background: var(--bgc-scroll);
}

pre::-webkit-scrollbar-thumb,textarea::-webkit-scrollbar-thumb {
    background-color: var(--bgc-thumb);
    border-radius: 2px;
    border: 1px solid var(--border-scroll);
}

pre::-webkit-scrollbar-track {
    background: var(--bgc-pre-scroll);
}

pre::-webkit-scrollbar-thumb {
    background-color: var(--bgc-pre-thumb);
}

textarea#editcontent {
    max-height: 71.235vh;
    line-height: 31px;
    background-image: -webkit-linear-gradient(left,#fcffff 0,transparent 0),-webkit-linear-gradient(right,#fcffff 0,transparent 0),-webkit-linear-gradient(#fcffff 30px,#b4e0e4 30px,#a9ccd2 31px,#fcfeff 31px);
    background-repeat: repeat-y;
    background-size: 100% 100%,100% 100%,100% 31px;
    background-attachment: local;
    margin-left: -0.35rem;
}

input {
    outline: none;
    background-color: #c6dce0;
    color: #4f4f4f;
    border: 1px;
    border-style: solid;
    border-color: #c0ccce;
    margin-right: 0.135rem;
    margin-bottom: 0.235rem;
}

input[value*="Save"] {
    background-color: #b6dee6;
    color: #4f4f4f;
    border-color: #ababab;
}

input[value*="Insert"],input[value*="Cancel"],input[value*="Preview"] {
    background-color: #d8f1f7;
    border-color: #bcbdbd;
}

input[value*="Rename"],input[value*="Remove"] {
    background-color: #edf7f9;
    border-color: #bebfbf;
}

input[value^="Remove Attachments"]::after {
    content: " (" attr(id) ")";
}

input[type="file"] {
    padding: 1px;
    background-color: #e9f4f5;
    margin-top: 0.235rem;
    border: 0;
}

form input[value*="Save"]:hover {
    background-color: #6a96a2;
    color: #fcfeff;
}

form input[value*="Remove"]:hover {
    background-color: #7aafbd;
    color: #fcffff;
}

form input[value*="Rename"]:hover {
    background-color: #bde8ea;
    color: #4f4f4f;
}

form input[value*="Links"]:hover {
    background-color: #b8dfe0;
    color: #fcffff;
}

form input[value*="Preview"]:hover,form input[value*="Cancel"]:hover,form input[value*="Links"]:hover {
    background-color: #afd8dc;
    color: #4f4f4f;
}

.custom-file-upload {
    border: 2px solid #8ce6e9;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

form span.attachments {
    padding: 0 4px 1px 3px;
}

form span.pipe {
    margin: 0 0.166rem 0 -0.066rem;
    color: #598b97;
}

