/* FONTS */


/* quattrocento-regular - latin */
@font-face {
    font-family: "Quattrocento";
    font-style: normal;
    font-weight: 400;
    src: local("Quattrocento"),
        url("fonts/quattrocento-v9-latin-regular.woff2") format("woff2");
}

/* quattrocento-700 - latin */
@font-face {
    font-family: "Quattrocento";
    font-style: normal;
    font-weight: 700;
    src: local("Quattrocento Bold"), local("Quattrocento-Bold"),
        url("fonts/quattrocento-v9-latin-700.woff2") format("woff2");
}

/* quattrocento-sans-regular - latin */
@font-face {
    font-family: "Quattrocento Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Quattrocento Sans"), local("QuattrocentoSans"),
        url("fonts/quattrocento-sans-v10-latin-regular.woff2") format("woff2");
}

/* quattrocento-sans-italic - latin */
@font-face {
    font-family: "Quattrocento Sans";
    font-style: italic;
    font-weight: 400;
    src: local("Quattrocento Sans Italic"), local("QuattrocentoSans-Italic"),
        url("fonts/quattrocento-sans-v10-latin-italic.woff2") format("woff2");
}

/* quattrocento-sans-700 - latin */
@font-face {
    font-family: "Quattrocento Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Quattrocento Sans Bold"), local("QuattrocentoSans-Bold"),
        url("fonts/quattrocento-sans-v10-latin-700.woff2") format("woff2");
}

/* quattrocento-sans-700italic - latin */
@font-face {
    font-family: "Quattrocento Sans";
    font-style: italic;
    font-weight: 700;
    src: local("Quattrocento Sans Bold Italic"), local("QuattrocentoSans-BoldItalic"),
        url("fonts/quattrocento-sans-v10-latin-700italic.woff2") format("woff2");
}

/* rosario-regular - latin */
@font-face {
    font-family: "Rosario";
    font-style: normal;
    font-weight: 400;
    src: local("Rosario"), local("Rosario-Regular"),
        url("fonts/rosario-v12-latin-regular.woff2") format("woff2");
}

/* rosario-italic - latin */
@font-face {
    font-family: "Rosario";
    font-style: italic;
    font-weight: 400;
    src: local("Rosario Italic"), local("Rosario-Italic"),
        url("fonts/rosario-v12-latin-italic.woff2") format("woff2");
}

/* rosario-700 - latin */
@font-face {
    font-family: "Rosario";
    font-style: normal;
    font-weight: 700;
    src: local("Rosario Bold"), local("Rosario-Bold"),
        url("fonts/rosario-v12-latin-700.woff2") format("woff2");
}

/* rosario-700italic - latin */
@font-face {
    font-family: "Rosario";
    font-style: italic;
    font-weight: 700;
    src: local("Rosario Bold Italic"), local("Rosario-BoldItalic"),
        url("fonts/rosario-v12-latin-700italic.woff2") format("woff2");
}


/*contento*/

body {
    font-size: 1.15em;
    width: 100%;
    border: 0 none;
    margin: 0;
    padding: 0;
    font-family: "Quattrocento Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-smooth: always;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    background: #000;
}
.suedam{
    color: #fff;
    background: #000;
}

header {
    background: #000;
    margin: auto;
    padding: 5px 0 0 0;
    border-bottom: 1px solid #ccc;
    border-top: 4px solid #018dbb;
    opacity: 0.97;
    z-index: 5000;
}

#content {
    width: 80%;
    margin: 0px auto 0 auto;
    padding: 20px 40px 0 40px;
    background: #000;
    overflow: hidden;
}

footer {
    background: #000;
    bottom: 0px;
    border-top: 1px solid #000;
}

.toppleer {
    height: 50px;
}

.main100_textbox_gross_cent {
    background-color: #fff;
    width: 80%;
    margin: 50px auto;
    padding: 20px 20px 0 20px;
    font-size: 1.4em;
    text-align: center;
}

#menu {
    font-family: "Rosario", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    margin: 0 auto;
}

#menu-icon {
    display: hidden;
    width: 40px;
    height: 40px;
    background: #ff1b00 url(img_bg/menu-icon.png) center;
    border-radius: 4px;
}

a:hover#menu-icon {
    background-color: #444;
    border-radius: 4px 4px 0 0;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.bild-text {
    text-align: center;
    font-style: italic;
    color: #018dbb;
}




/*NAVIGATION*/

#nav {
    margin: auto;
    text-align: center;
}

#nav ul {
    font-family: "Rosario", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    list-style: none;
    margin: 0 auto;
    font-weight: normal;
}

#nav ul a {
    display: block;
    color: #fff;
    text-decoration: none;
    line-height: 32px;
    padding: 0 10px;
}

#nav ul a:hover {
    color: #018dbb;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

#nav ul li {
    display: inline-block;
    margin: 0 auto;
    padding: 1px;
}

#nav ul li.active {
    background: #fff;
    color: #000;
    text-decoration: none;
}

#nav ul li:hover {
    color: #018dbb;
    margin: 0;
    text-decoration: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

#nav ul ul {
    display: none;
    position: absolute;
    top: 80%;
    background: #000;
    padding: 0;
    z-index: 5000;
    border-style: solid;
    border-color: #fff;
    border-width: 1px;
}

#nav ul ul li {
    width: 150px;
    display: block;
    overflow: hidden;
}

#nav ul ul a {
    line-height: 120%;
    padding: 8px 15px
}

#nav ul li:hover>ul {
    display: block;
    z-index: 5000;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.linkaktiv {
    font-weight: bold;
    text-decoration: underline;
}

.linkaktivcolor {
    font-weight: bold;
    text-decoration: underline;
    color: #018dbb;
}

.slicknav_nav hr {
    width: 50%;
}
#navfoot {
    padding: 0 45px;
}

#navfoot ul {
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 0;
}

#navfoot ul a {
    display: inline;
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
}

#navfoot ul a:hover {
    color: #018dbb;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

#navfoot ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 1px;
}

#navfoot ul li.active {
    color: #fff;
    text-decoration: none;
}

/*NAVIGATION content*/
#navcontent {
    padding: 0 5px;
    font-size: 0.8em;
}

#navcontent ul {
    list-style: none;
    position: relative;
    display: inline-block;
    padding: 0;
}

#navcontent ul a {
    display: inline;
    color: #fff;
    text-decoration: none;
    padding: 0 5px;
}

#navcontent ul a:hover {
    color: #018dbb;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

#navcontent a.linkaktiv {
    color: #018dbb;
    text-decoration: none;
}

#navcontent ul li {
    position: relative;
    float: left;
    margin: 0;
    padding: 1px;
}

#navcontent ul li.active {
    color: #018dbb;
    text-decoration: none;
}


/*FINIS*/
/*FINIS schwarz*/




/* light_hoverlay */

.light_hover_container {
    padding: 5px;
    float: left;
    position: relative;
}

.light_hover_container600 {
    margin: 30px auto;
    padding: 5px;
    background-color: grey;
}

.light_hoverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .5s ease;
    background-color: grey;
}

.light_hoverlay_weiss {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .3s ease;
}

.light_hover_container:hover .light_hoverlay {
    opacity: 0.5;
}

.light_hover_container_weiss:hover .light_hoverlay_weiss {
    opacity: 0.7;
}

.light_hover_text {
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 49%;
    left: 49%;
    transform: translate(-49%, -49%);
    -ms-transform: translate(-49%, -49%);
}

.light_hover_700 {
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 49%;
    left: 57%;
    transform: translate(-49%, -57%);
    -ms-transform: translate(-49%, -57%);
}

.light_hover_pic {
    color: #000;
    font-size: 20px;
    position: absolute;
    top: 49%;
    left: 35%;
    transform: translate(-49%, -49%);
    -ms-transform: translate(-49%, -49%);
}







/*MAIN  RAUS a,b */

video {
    position: relative;
    top: 10;
    bottom: 10;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container {
    width: 90%;
    height: 0;
    margin: 0 auto;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 10px;
    overflow: hidden;
}

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

.video-container_hoch {
    width: 100%;
    height: 0;
    margin: 0 auto;
    position: relative;
    padding-bottom: 66.25%;
    padding-top: 10px;
    overflow: hidden;
}


#content_tr {
    width: 99%;
    margin: auto;
    padding: 0 0 10px 0;
    background: transparent;
    overflow: hidden;
}

#content_startr {
    width: 98%;
    margin: auto;
    padding: 1px 1px 0 1px;
    background: transparent;
    overflow: hidden;
}

#content_50 {
    width: 50%;
    max-width: 1130px;
    margin: auto;
    padding: 0;
    background: #ffffff;
    overflow: hidden;
}

article {
    padding: 10px 0;
    -webkit-columns: 2 250px;
    -moz-columns: 2 250px;
    columns: 2 250px;
}

.foot-left {
    float: left;
    z-index: 1000;
}

.foot-center {
    margin-left: 40%;
}

.foot-right {
    float: right;
    padding: 1px 10px 40px 10px;
    margin: -50px 30px 0 0;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.navi_vor {
    float: right;
    height: 20px;
    width: 20px;
    position: relative;
    right: 5%;
    top: 20px;
    z-index: 999;
    border: none;
    background: url(img_bg/zahlen/z30_vor1.png) bottom left no-repeat;
}

.navi_zurueck {
    float: left;
    height: 20px;
    width: 20px;
    position: relative;
    left: 5%;
    top: 20px;
    z-index: 999;
    border: none;
    background: url(img_bg/zahlen/z30_zurueck1.png) bottom left no-repeat;
}


#menu-icon {
    display: hidden;
    width: 40px;
    height: 40px;
    background: #ff1b00 url(img_bg/menu-icon.png) center;
    border-radius: 4px;
}

a:hover#menu-icon {
    background-color: #444;
    border-radius: 4px 4px 0 0;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.bild-text {
    text-align: center;
    font-style: italic;
    color: #018dbb;
}

.weiss {
    color: #fff;
}

.schwarz {
    color: black;
}

.centerzoom {
    margin: 30px auto;
    width: 100%;
    padding: 15px 15px 10px 15px;
    background-color: #444;
}

figcation {
    text-align: center;
    padding: 15px 15px 10px 20px;
}


.hgrot {
    border: solid 1px #018dbb;
}

.hgblank {
    background-color: #ffffff;
}

.hggrau {
    background-color: #f7f7f7;
}

.hgorange {
    background-color: #FFF0C8;
    border: dotted 3px #f0540e;
    border-radius: 11px;
}

.hgblankorange {
    background-color: #FFFFBB;
    border-radius: 5px;
}

.hggruen {
    background-color: #ACF0BB;
    border-radius: 9px;
}










/*BK*/

.center {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainbox {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
}

.boxkurs {
    width: 100%;
    mar0gin: 0 auto;
    padding: 5px 5px 115px 5px;
}

.main90 {
    width: 90%;
    margin: 0 auto;
    padding: 15px;
}

.main100_rot {
    background-color: #018dbb;
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px 10px 20px;
}

.main100 {
    background-color: #fff;
    padding: 15px 15px 10px 20px;
}

.main100_textbox_gross {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 20px 20px 0 20px;
    font-size: 1.4em;
}

.main70 {
    backgro0und-color: #fff;
    float: right;
    width: 65%;
    margin: 0 auto;
    padding: 20px 15px 0 15px;
    font-size: 1em;
}

.main30 {
    backgro0und-color: #fff;
    float: left;
    width: 27%;
    margin: 0 auto;
    padding: 20px 10px 0 10px;
    font-size: 1em;
}

.main33img {
    background-color: #fff;
    float: right;
    width: 30%;
    margin: 0 auto;
    padding: 20px 10px 0 10px;
    font-size: 1em;
}

.main50a {
    width: 42%;
    float: left;
    margin: 0 5px 5px 25px;
    padding: 0 10px 20px 10px;
    z-index: 20;
}

.main50_center {
    width: 80%;
    float: center;
    margin: 0 auto;
    padding: 0 10px 20px 10px;
    font-size: 1.2em;
}

.main50b {
    width: 42%;
    height: 100%;
    float: right;
    margin: 0 25px 5px 5px;
    padding: 20px;
    background-color: #f3f3f3;
    z-index: 30;
}

.main50b_w {
    width: 42%;
    height: 100%;
    float: right;
    padding: 0 35px;
    background-color: #fff;
}

.main50eins {
    width: 42%;
    float: left;
    margin: 0 5px 5px 25px;
    padding: 0 10px 20px 10px;
}

.main50zwei {
    width: 42%;
    height: 100%;
    float: right;
    margin: 0 25px 5px 5px;
    padding: 0 10px 20px 10px;
}

.img-inline {
    display: inline-block;
    width: 100%;
}

a:hover.img-inline {
    background-color: #444;
    border-radius: 4px 4px 0 0;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

img.center {
    display: block;
    margin: 0 auto;
}

img.textbox {
    float: center;
    max-width: 800px;
    margin: 0 40px 10px 100px;
}

img.p100st {
    width: 100%;
    height: auto;
}

img.p90st {
    width: 90%;
    height: auto;
}

img.p100 {
    width: auto;
    height: auto;
}

img.max {
    width: auto;
    height: auto;
    max-height: 240px;
}

img.p90 {
    width: 90%;
    height: auto;
}

.picfloatbreit {
    margin: 5px;
    float: left;
    max-width: 410px;
}
.texteinzug {
    padding-left: 1em;
}

.texthaeng {
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 1.6em;
    margin: 5px auto 5px 0;
}

hr.png {
    background: url(img_bg/hr-11.png) repeat-x top left;
    height: 6px;
    width: 80%;
    border: none !important;
}

hr.style-zwo {
    border: 0;
    height: 1px;
    margi0n: 1em;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

a {
    color: #018dbb;
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: #444;
    text-decoration: underline;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

h1,
h1 *,
h1>a,
h1>a:hover {
    margin: 0.8em 0 0.2em 0;
    font-weight: normal;
    font-size: 2.7em;
    color: #018dbb;
    text-align: center;
    text-decoration: none;
    font-family: "Rosario", sans-serif;
    font-style: normal;
    letter-spacing: 0;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

h1.nachricht {
    font-size: 1.1em;
}

h2 {
    margin: 0.6em 0 1em 0;
    padding: 0;
    font-size: 2em;
    color: #000;
    co0lor: #018dbb;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: normal;
    font-family: "Rosario", sans-serif;
}

h2>a,
h2>a:hover {
    font-size: 1em;
}

h3 {
    margin: 0.9em 0 0.3em 0;
    font-size: 1.3em;
    color: #018dbb;
    text-align: left;
    font-family: "Rosario", sans-serif;
}

h3.erste {
    margin: 0 0 0.3em 0;
    font-size: 1.3em;
    co0lor: #018dbb;
    text-align: left;
}

h3>a,
h3>a:hover {
    font-size: 1em;
    text-align: left;
    font-family: 'Rosario', sans-serif;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

h3.centertext {
    align: center;
    font-size: 2.1em;
    margin: 15px 15px 10px 20px;
}

h3.kurs {
    font-size: 1.1em;
    margin: 0;
}

h4 {
    margin: 0 auto 10px 0;
    font-weight: 700;
    line-hei0ght: 1.6em;
    font-size: 1em;
    text-alig0n: left;
    font-family: "Rosario", sans-serif;
    co0lor: #018dbb;
}

.gross {
    font-size: 1.1em;
}

.klein {
    font-size: 0.8em;
    color: grey;
}

.kleinh {
    font-size: 0.9em;
    color: #000;
    font-family: "Quattrocento Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, sans-serif;
    font-weight: 400;
}

.umschlag {
    margin: -4px auto;
}

.rechts {
    text-align: right;
}

.mailto {
    text-align: right;
    margin: 10px auto;
    line-height: 1.2em;
    font-size: 0.85em;
}

a:hover#top-icon2 {
    background-color: #444;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.artikelkennung {
    margin: 1em 0 0.5em 0;
    text-align: center;
    color: #018dbb;
}

.pcenter {
    text-align: center;
}

.logo-gif {
    width: 1px;
    height: 1px;
}

.invisible {
    display: none;
    visibility: hidden;
}

a.unterstrichen {
    text-decoration: underline;
}

strong {
    col0or: #018dbb;
    font-size: 1.07em;
}

.light_hover_co0ntainer_weiss {
    padding: 0px;
    position: relative;
    width: 100%;
    max-w0idth: 450px;
}








/* -------------------------------------------------------------
======  MEDIA QUERIES
------------------------------------------------------------- */




/* -- DESKTOP
------------------------------------------------------------- */
@media only screen and (min-width: 1081px) {
    header {
        position: fixed;
        width: 100%;
    }
}



/* TABLET LAYOUT @media only screen and (max-width: 1080px)
----------------------------------------------- */

@media only screen and (min-width: 860px) and (max-width: 1080px) {
    header {
        position: fixed;
        width: 100%;
    }
    p {
        line-height: 1.4em;
        font-size: 0.85em;
    }

    .img100 {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    iframe {
        margin: 5px 20px;
    }

    .box {
        float: left;
        width: 48%;
        margin-right: 2%;
        padding: 2px;
    }

    .box:last-child {
        margin-right: 0;
    }
}








/* TABLET LAYOUT2 max-width: 720px
----------------------------------------------- */

@media only screen and (min-width: 481px) and (max-width: 860px) {
    header {
        position: fixed;
        width: 100%;
    }

    .main100_textbox {
        padding: 10px 0 10px 10px;
        font-size: 1.15em;
    }

    .main60,
    .main40,
    .main66,
    .main33,
    .main33img,
    .main50a,
    .main50b,
    .main50b_w,
    .hoerText,
    .hoerBild  {
        width: 88%;
        float: left;
        margin: 5px 15px 5px 15px;
        padding: 5px 20px 10px 20px;
    }

    .main50eins,
    .main50zwei {
        width: 90%;
        float: left;
        margin: 0px 5px 5px 10px;
        padding: 0 20px 10px 20px;
    }

    .video-container_hoch {
        padding-bottom: 80%;
    }

    h3,
    h3 *,
    h3>a,
    h3>a:hover {
        font-size: 1em;
    }

    p {
        line-height: 1.3em;
        font-size: 0.8em;
    }

    img {
        max-width: 90%;
        margin: 0 auto;
    }

    .img100 {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .bktitl {
        text-align: center;
        padding: 7px 0 0 20px;
    }
    .light_hover_container_weiss {
        padding: 0px;
        position: relative;
        width: 100%;
        max-width: 160px;
    }

    .blognav {
    font-size: 1em;
    }
}










/* MOBILE 
----------------------------------------------- */

@media only screen and (max-width: 480px) {
    header {
        position: fixed;
        width: 100%;
    }

    .main100_textbox {
        padding: 10px 0 10px 10px;
        font-size: 1.1em;
    }

    .mainbox {
        padding: 3px;
    }

    #nav {
        float: right;
        padding: 15px 0 0 0;
    }

    #navfoot {
        font-size: 0.9em;
        padding: 0 0 0 15px;
    }

    h2,
    h2 *,
    h2>a,
    h2>a:hover {
        font-size: 1.2em;
    }

    p {
        line-height: 1.2em;
        font-size: 0.7em;
    }

    img {
        max-width: 90%;
        margin: 0 auto;
    }
    iframe {
        margin: 5px 0px;
    }

    .light_hover_container_weiss {
        padding: 0px;
        position: relative;
        width: 100%;
        max-width: 160px;
    }

    .bktitl {
        text-align: center;
        padding: 7px 0 0 20px;
    }

    .blognav {
    font-size: 1em;
    }

}








/* back to top */

#backtop {
    display: none;
    position: fixed;
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border-top: #fff 1px solid;
    background: #000 url(img_bg/oben.png) center no-repeat;
    cursor: pointer;
    border-radius: 3px;
}

#backtop:hover {
    background-color: #555;
}

/* back to top */

#backbottom {
    disp0lay: none;
    position: fixed;
    width: 30px;
    height: 30px;
    top: 20px;
    right: 20px;
    z-index: 19999;
    border-bottom: #fff 1px solid;
    background: #000 url(img_bg/unten.png) center no-repeat;
    cursor: pointer;
    border-radius: 3px;
}

#backbottom:hover {
    background-color: #555;
}


#ankermitte {
    height: 1px;
    width: 1px;
    margin: 0;
}

/*BK BK BK in gebrauch*/
/*BK BK BK in gebrauch*/

.bktitl {
    padding: 7px 0 0 20px;
    font-size: 1.1em;
    letter-spacing: 0.08em;
}
img.suedamfoto {
    margin: 1px;
    background-color: #000;
    wid0th: 250px;
    hei0ght: 250px;
}

.galerie {
    margin: 0px auto;
    text-align: center;
    width: auto;
}

.main100_textbox {
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    font-size: 1.2em;
}

.hoer {
    margin: 0 auto;
    max-width: 700px;
    text-align: justify;
    line-height: 1.6em;
    font-size: 1.15em;
    padding: 0 1em 1em 1em;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

p {
    margin: 0 auto 10px 0;
    line-height: 1.6em;
}

.pzwischenpfeil {
    margin: 1.9em;
}

.abschluss {
    position: fixed;
    bottom: 0px;
    border-bottom: 4px solid #018dbb;
    width: 100%;
}

.bklogo a {
    color: #018dbb;
}

img {
    border: none;
}

img:hover.coverdesign,
img:hover.suedamfoto,
img:hover.malereivor {
    animation: shake 0.3s;
    animation-iteration-count: once;
}

@keyframes shake {
    50% {
        transform: translate(0px, 0px) rotate(1deg);
    }
}
.blognav {
    font-size: 0.85em;
}
