@font-face {
    font-family: 'highlanderregular';
    src: url('../fonts/highlander-webfont.woff2') format('woff2'),
    url('../fonts/highlander-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family:"LatoR";
    src: url("../fonts/lato/Lato-Regular.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"LatoI";
    src: url("../fonts/lato/Lato-Italic.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"LatoLi";
    src: url("../fonts/lato/Lato-LightItalic.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"LatoL";
    src: url("../fonts/lato/Lato-Light.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"LatoH";
    src: url("../fonts/lato/Lato-Hairline.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"LatoHi";
    src: url("../fonts/lato/Lato-HairlineItalic.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"LatoB";
    src: url("../fonts/lato/Lato-Bold.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"LatoBi";
    src: url("../fonts/lato/Lato-BoldItalic.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"LatoBl";
    src: url("../fonts/lato/Lato-Black.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"LatoBli";
    src: url("../fonts/lato/Lato-BlackItalic.ttf") /* TTF file for CSS3 browsers */
}

@font-face {
    font-family:"RobotoR";
    src: url("../fonts/roboto/Roboto-Regular.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"RobotoB";
    src: url("../fonts/roboto/Roboto-Bold.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"RobotoB";
    src: url("../fonts/roboto/Roboto-BoldItalic.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"RobotoBl";
    src: url("../fonts/roboto/Roboto-Black.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"RobotoBli";
    src: url("../fonts/roboto/Roboto-BlackItalic.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"RobotoI";
    src: url("../fonts/roboto/Roboto-Italic.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"RobotoL";
    src: url("../fonts/roboto/Roboto-Light.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"RobotoLi";
    src: url("../fonts/roboto/Roboto-LightItalic.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"RobotoM";
    src: url("../fonts/roboto/Roboto-Medium.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"RobotoMi";
    src: url("../fonts/roboto/Roboto-MediumItalic.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"RobotoT";
    src: url("../fonts/roboto/Roboto-Thin.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
    font-family:"RobotoTi";
    src: url("../fonts/roboto/Roboto-ThinItalic.ttf") /* TTF file for CSS3 browsers */
}



body, html {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    display: block;
    background-image: url(../images/backgroundblau.svg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 100%;
    height: 100%;
    width: 100%;
    font-family: 'RobotoR', sans-serif;

}


h4,h5,h6{
    font-family: 'LatoR', sans-serif;
}
h1,h2,h3{
    font-family: 'LatoLi', sans-serif;
}
h2, h3 {
    position: relative;
    /*font-size: 3rem;*/
}

/*
Ã¼ber 1024 Pixel
bis zu 1024 Pixel (1024 : 16 = 64em)
bis zu 800 Pixel (800 : 16 = 50em)
bis zu 480 Pixel (480 : 16 = 30em)
*/

@media screen and (max-width: 64em) {
    h1 {
        font-size: 2.5em!important;
    }
}

@media screen and (max-width: 50em) {
    h1 {
        font-size: 2em!important;
    }
}

@media screen and (max-width: 30em){
    h1 {
        font-size: 1.5em!important;
    }
    .titelall {
        font-size: 5em!important;
    }
}

a:hover {color: red;}
a { text-decoration: none; color:black; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
a:hover, a:active { text-decoration: none; }

.mindest{

    min-height:100px;
    border: 1px solid white;
    color: white;
}

/*------------------HEADER--------------------------------*/

.logo {
    /*margin: 5px;*/
    position: relative;
    /*top: 25px;*/
}

.navbar {
    min-height: 8vh;
}

.fontnav {
    font-size: 1.4em;
}

.iconsnav {
    font-size: 2em;
}

#box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3px;
    color: white;

}

.gradient-border {
    --borderWidth: 3px;

    position: relative;
    border-radius: var(--borderWidth);
}

.gradient-border:after {
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    border-radius: calc(2 * var(--borderWidth));
    /*z-index: -1;*/
    animation: animatedgradient 6s ease alternate infinite;
    background-size: 300% 300%;
}

@keyframes animatedgradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/*------------------HEADER ENDE--------------------------------*/
/*------------------TITEL START--------------------------------*/


.conteins {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    left: 0;
    top: 0;
}

.contzwei {
    width: 100%;
    height: 80%;
    background-size: cover;
    background-image: url(../images/titel.jpg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contdrei {
    background-image: url(../images/background.svg);
    position: absolute;
    width: 35%;
    height: 100%;
    color: white;
    z-index: 1;
    -ms-transform: skewX(-10deg); /* IE 9 */
    -webkit-transform: skewX(-10deg); /* Safari */
    transform: skewX(-10deg);
    left: 10%;
    padding: 15px;
}

.contdrei h2, .contdrei h3 {
    top: 10vh;
    position: relative;
    font-size: 1.5rem;
}

.titeltext {
    font-family: 'highlanderregular';
    text-align: right;
    font-size: 5rem;
    position: relative;
    /* right: -77px; */
    white-space: nowrap;
    top: 10vh;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.02), 2px 2px rgba(0, 0, 0, 0.02), 3px 3px rgba(0, 0, 0, 0.02), 4px 4px rgba(0, 0, 0, 0.02), 0.125rem 0.125rem rgba(0, 0, 0, 0.02), 6px 6px rgba(0, 0, 0, 0.02), 7px 7px rgba(0, 0, 0, 0.02), 8px 8px rgba(0, 0, 0, 0.02), 9px 9px rgba(0, 0, 0, 0.02), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.02), 11px 11px rgba(0, 0, 0, 0.02), 12px 12px rgba(0, 0, 0, 0.02), 13px 13px rgba(0, 0, 0, 0.02), 14px 14px rgba(0, 0, 0, 0.02), 0.625rem 0.625rem rgba(0, 0, 0, 0.02), 16px 16px rgba(0, 0, 0, 0.02), 17px 17px rgba(0, 0, 0, 0.02), 18px 18px rgba(0, 0, 0, 0.02), 19px 19px rgba(0, 0, 0, 0.02), 1.25rem 1.25rem rgba(0, 0, 0, 0.02);
}

.titelall {
    font-family: 'highlanderregular';
    color: white;
    font-size: 10rem;
    margin-top: -52px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.02), 2px 2px rgba(0, 0, 0, 0.02), 3px 3px rgba(0, 0, 0, 0.02), 4px 4px rgba(0, 0, 0, 0.02), 0.125rem 0.125rem rgba(0, 0, 0, 0.02), 6px 6px rgba(0, 0, 0, 0.02), 7px 7px rgba(0, 0, 0, 0.02), 8px 8px rgba(0, 0, 0, 0.02), 9px 9px rgba(0, 0, 0, 0.02), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.02), 11px 11px rgba(0, 0, 0, 0.02), 12px 12px rgba(0, 0, 0, 0.02), 13px 13px rgba(0, 0, 0, 0.02), 14px 14px rgba(0, 0, 0, 0.02), 0.625rem 0.625rem rgba(0, 0, 0, 0.02), 16px 16px rgba(0, 0, 0, 0.02), 17px 17px rgba(0, 0, 0, 0.02), 18px 18px rgba(0, 0, 0, 0.02), 19px 19px rgba(0, 0, 0, 0.02), 1.25rem 1.25rem rgba(0, 0, 0, 0.02);
}

/*------------------TITEL ENDE--------------------------------*/
/*------------------BIO START--------------------------------*/

.bio{
    background-image: url(../images/background.svg);
    padding:10px;

}
.details{
    width: 80%;
    color: white;
}
.projekte{
    /* background-image: url(../images/backgroundblau.svg); */
    width: 80%;
}
.projektbild{
    background-color: #2b2a2a;
}
.projektbild img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
}
.projekttext{
    background-color: #eeeeee;
}

/*-----------animatedskill------------*/
.wrapper {
    /* padding: 100px; */
    /* width: 500px; */
    display: block;
    /* text-align: center; */
    margin: 0 auto;
}

.roles {
    font-size: 30px;
    height: 50px;
    vertical-align: middle;
    overflow: hidden;
}

.roles div {
    height: 50px;
    transition: margin-top 1s ease-in-out;
}
/*-----------animatedskillende------------*/

/*-----------timeline------------*/
.cd-container {
    /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
}
.cd-container::after {
    /* clearfix */
    content: '';
    display: table;
    clear: both;
}
#cd-timeline {
    position: relative;
    padding: 2em 0;
    margin-top: 2em;
    margin-bottom: 2em;
}
#cd-timeline::before {
    /* this is the vertical line */
    content: '';
    position: absolute;
    top: 0;
    left: 18px;
    height: 100%;
    width: 4px;
    background: #d7e4ed;
}
@media only screen and (min-width: 1170px) {
    #cd-timeline {
        margin-top: 3em;
        margin-bottom: 3em;
    }
    #cd-timeline::before {
        left: 50%;
        margin-left: -2px;
    }
}

.cd-timeline-block {
    position: relative;
    margin: 2em 0;
}
.cd-timeline-block::after {
    clear: both;
    content: "";
    display: table;
}
.cd-timeline-block:first-child {
    margin-top: 0;
}
.cd-timeline-block:last-child {
    margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-block {
        margin: 4em 0;
    }
    .cd-timeline-block:first-child {
        margin-top: 0;
    }
    .cd-timeline-block:last-child {
        margin-bottom: 0;
    }
}

.cd-timeline-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}
.cd-timeline-img img {
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
}
.cd-timeline-img.cd-picture {
    background: #75ce66;
}
.cd-timeline-img.cd-movie {
    background: #c03b44;
}
.cd-timeline-img.cd-location {
    background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-img {
        width: 60px;
        height: 60px;
        left: 50%;
        margin-left: -30px;
        /* Force Hardware Acceleration in WebKit */
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }
    .cssanimations .cd-timeline-img.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-img.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-1 0.6s;
        -moz-animation: cd-bounce-1 0.6s;
        animation: cd-bounce-1 0.6s;
    }
}

@-webkit-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
    }
}
@-moz-keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -moz-transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -moz-transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
    }
}
@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.5);
        -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
        -o-transform: scale(0.5);
        transform: scale(0.5);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
.cd-timeline-content {
    position: relative;
    margin-left: 60px;
    background: #ffffff;
    border-radius: 0.25em;
    padding: 1em;
    box-shadow: 0 3px 0 #d7e4ed;
}
.cd-timeline-content::after {
    clear: both;
    content: "";
    display: table;
}
.cd-timeline-content h2 {
    color: #303e49;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 13px;
    font-size: 0.8125rem;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    display: inline-block;
}
.cd-timeline-content p {
    margin: 1em 0;
    line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
    float: right;
    padding: .8em 1em;
    background: #acb7c0;
    color: #ffffff;
    border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
    background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
    float: left;
    padding: .8em 0;
    opacity: .7;
}
.cd-timeline-content::before {
    content: '';
    position: absolute;
    top: 16px;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-right: 7px solid #ffffff;
}
@media only screen and (min-width: 768px) {
    .cd-timeline-content h2 {
        font-size: 20px;
        font-size: 1.25rem;
    }
    .cd-timeline-content p {
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
        font-size: 14px;
        font-size: 0.875rem;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-timeline-content {
        margin-left: 0;
        padding: 1.6em;
        width: 45%;
    }
    .cd-timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: #ffffff;
    }
    .cd-timeline-content .cd-read-more {
        float: left;
    }
    .cd-timeline-content .cd-date {
        position: absolute;
        width: 100%;
        left: 122%;
        top: 6px;
        font-size: 16px;
        font-size: 1rem;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: #ffffff;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
        float: right;
    }
    .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
        left: auto;
        right: 122%;
        text-align: right;
    }
    .cssanimations .cd-timeline-content.is-hidden {
        visibility: hidden;
    }
    .cssanimations .cd-timeline-content.bounce-in {
        visibility: visible;
        -webkit-animation: cd-bounce-2 0.6s;
        -moz-animation: cd-bounce-2 0.6s;
        animation: cd-bounce-2 0.6s;
    }
}

@media only screen and (min-width: 1170px) {
    /* inverse bounce effect on even content blocks */
    .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
        -webkit-animation: cd-bounce-2-inverse 0.6s;
        -moz-animation: cd-bounce-2-inverse 0.6s;
        animation: cd-bounce-2-inverse 0.6s;
    }
}
@-webkit-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -o-transform: translateX(20px);
        transform: translateX(20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -moz-transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -moz-transform: translateX(-20px);
    }
    100% {
        -moz-transform: translateX(0);
    }
}
@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -moz-transform: translateX(100px);
        -ms-transform: translateX(100px);
        -o-transform: translateX(100px);
        transform: translateX(100px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    100% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}

/*-----------timelineende------------*/


/*------------------BIO ENDE--------------------------------*/




/*------------------FOOTER--------------------------------*/

.footer {
    background: #2b2a2a none repeat scroll 0 0;
    border-top: 3px solid #54d400;
    margin: 0;
    padding: 20px 0;
}

.footer_dv {
    width: 100%;
}

.footer_dv h4 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.footer_dv ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.footer_dv ul li:first-child {
    border-top: medium none;
    box-shadow: none;
}

.footer_dv ul li {
    color: #fff;
    padding: 5px 0;
}

.footer_dv p {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 15px;
    text-align: justify;
}

.a-font {
    color: #fff !important;
    text-decoration: none !important;
}

.copyright {
    min-height: 79px;
    background-color: #343a40;
}

.copyright p {
    text-align: left;
    color: #FFF;
    padding: 10px 0;
    margin-bottom: 0px;
}

.heading7 {
    font-size: 21px;
    font-weight: 700;
    color: #d9d6d6;
    margin-bottom: 22px;
}

.post p {
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
}

.post p span {
    display: block;
    color: #8f8f8f;
}

.bottom_ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0px;
    padding-top: 22px;
}

.bottom_ul li {
    float: left;
    line-height: 40px;
}

.bottom_ul li:after {
    content: "";
    color: #FFF;
    margin-right: 8px;
    margin-left: 8px;
}

.bottom_ul li a {
    color: #FFF;
}

#copyright p, #copyright ul {
    margin: 0;
    float: left;
    font-size: 14px;
    color: #000000;
}

footer.site-footer ul {
    padding-left: 0;
    margin-bottom: 20px;
    list-style: none;
}

@media (min-width: 768px) {
    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }
}

.list-inline > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}

.py-5 {
    background-image: url(../images/footer.png);
    background-size: contain;
    /* background-size: 100%; */
    background-repeat: no-repeat;
    background-position: bottom;

    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.bg-dark {
    background-color: #222 !important;
}

/*------------------FOOTER--------------------------------*/

/*------------------STARTNAME--------------------------------*/

.oben {
    background-color: lightsalmon;;
}
.unten {
    background-color: lightsalmon;;
}
.mitte {
    position: relative;
}
.mittel {
    height: 400px;
    background-color: lightblue;
    transform: skew(-10deg);
}
.mittem {
    height: 500px;
    background-color: blue;
    transform: skew(-10deg);
}
.mitter {
    height: 400px;
    background-color: lightblue;
    transform: skew(-10deg);
}
.zentriert{
    align-items: center;
}
.anpassungunten{
    margin-top: -50px;
}
.anpassungoben{
    margin-bottom: -50px;
}

/*------------------STARTNAME--------------------------------*/

/*--------------- SKILLS ----------------*/

.skills {
    height: 250px;
/ / background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.antitransform {

    transform: skewY(3deg);

}

.skills img {
    display: block;
    margin: auto;
}

.skills img:hover {
    transition: all .2s ease-in-out;
    -webkit-transform: rotate(180deg); /* Safari */
    transform: rotate(180deg);
/ / transform: scale(1.2);
}

.angular-1 {
    background: rgba(0, 51, 153, 1);
    background: -moz-linear-gradient(top, rgba(0, 51, 153, 1) 0%, rgba(0, 102, 153, 1) 54%, rgba(0, 51, 153, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 51, 153, 1)), color-stop(54%, rgba(0, 102, 153, 1)), color-stop(100%, rgba(0, 51, 153, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 51, 153, 1) 0%, rgba(0, 102, 153, 1) 54%, rgba(0, 51, 153, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 51, 153, 1) 0%, rgba(0, 102, 153, 1) 54%, rgba(0, 51, 153, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 51, 153, 1) 0%, rgba(0, 102, 153, 1) 54%, rgba(0, 51, 153, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 51, 153, 1) 0%, rgba(0, 102, 153, 1) 54%, rgba(0, 51, 153, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003399', endColorstr='#003399', GradientType=0);
}

.ionic-2 {
    background: rgba(51, 153, 255, 1);
    background: -moz-linear-gradient(top, rgba(51, 153, 255, 1) 0%, rgba(153, 204, 255, 1) 54%, rgba(51, 153, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51, 153, 255, 1)), color-stop(54%, rgba(153, 204, 255, 1)), color-stop(100%, rgba(51, 153, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 153, 255, 1) 0%, rgba(153, 204, 255, 1) 54%, rgba(51, 153, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(51, 153, 255, 1) 0%, rgba(153, 204, 255, 1) 54%, rgba(51, 153, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(51, 153, 255, 1) 0%, rgba(153, 204, 255, 1) 54%, rgba(51, 153, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 153, 255, 1) 0%, rgba(153, 204, 255, 1) 54%, rgba(51, 153, 255, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399ff', endColorstr='#3399ff', GradientType=0);
}

.laravel-3 {
    background: rgba(255, 51, 51, 1);
    background: -moz-linear-gradient(top, rgba(255, 51, 51, 1) 0%, rgba(252, 78, 78, 1) 54%, rgba(255, 51, 51, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 51, 51, 1)), color-stop(54%, rgba(252, 78, 78, 1)), color-stop(100%, rgba(255, 51, 51, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 51, 51, 1) 0%, rgba(252, 78, 78, 1) 54%, rgba(255, 51, 51, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 51, 51, 1) 0%, rgba(252, 78, 78, 1) 54%, rgba(255, 51, 51, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 51, 51, 1) 0%, rgba(252, 78, 78, 1) 54%, rgba(255, 51, 51, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 51, 51, 1) 0%, rgba(252, 78, 78, 1) 54%, rgba(255, 51, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3333', endColorstr='#ff3333', GradientType=0);
}

.vuejs-4 {
    background: rgba(0, 204, 153, 1);
    background: -moz-linear-gradient(top, rgba(0, 204, 153, 1) 0%, rgba(118, 250, 217, 1) 54%, rgba(0, 204, 153, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 204, 153, 1)), color-stop(54%, rgba(118, 250, 217, 1)), color-stop(100%, rgba(0, 204, 153, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 204, 153, 1) 0%, rgba(118, 250, 217, 1) 54%, rgba(0, 204, 153, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 204, 153, 1) 0%, rgba(118, 250, 217, 1) 54%, rgba(0, 204, 153, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 204, 153, 1) 0%, rgba(118, 250, 217, 1) 54%, rgba(0, 204, 153, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 204, 153, 1) 0%, rgba(118, 250, 217, 1) 54%, rgba(0, 204, 153, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cc99', endColorstr='#00cc99', GradientType=0);
}

.php-5 {
    background: rgba(153, 153, 204, 1);
    background: -moz-linear-gradient(top, rgba(153, 153, 204, 1) 0%, rgba(187, 187, 240, 1) 54%, rgba(153, 153, 204, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(153, 153, 204, 1)), color-stop(54%, rgba(187, 187, 240, 1)), color-stop(100%, rgba(153, 153, 204, 1)));
    background: -webkit-linear-gradient(top, rgba(153, 153, 204, 1) 0%, rgba(187, 187, 240, 1) 54%, rgba(153, 153, 204, 1) 100%);
    background: -o-linear-gradient(top, rgba(153, 153, 204, 1) 0%, rgba(187, 187, 240, 1) 54%, rgba(153, 153, 204, 1) 100%);
    background: -ms-linear-gradient(top, rgba(153, 153, 204, 1) 0%, rgba(187, 187, 240, 1) 54%, rgba(153, 153, 204, 1) 100%);
    background: linear-gradient(to bottom, rgba(153, 153, 204, 1) 0%, rgba(187, 187, 240, 1) 54%, rgba(153, 153, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9999cc', endColorstr='#9999cc', GradientType=0);
}

.html-6 {
    background: rgba(204, 102, 51, 1);
    background: -moz-linear-gradient(top, rgba(204, 102, 51, 1) 0%, rgba(255, 102, 51, 1) 54%, rgba(204, 102, 51, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204, 102, 51, 1)), color-stop(54%, rgba(255, 102, 51, 1)), color-stop(100%, rgba(204, 102, 51, 1)));
    background: -webkit-linear-gradient(top, rgba(204, 102, 51, 1) 0%, rgba(255, 102, 51, 1) 54%, rgba(204, 102, 51, 1) 100%);
    background: -o-linear-gradient(top, rgba(204, 102, 51, 1) 0%, rgba(255, 102, 51, 1) 54%, rgba(204, 102, 51, 1) 100%);
    background: -ms-linear-gradient(top, rgba(204, 102, 51, 1) 0%, rgba(255, 102, 51, 1) 54%, rgba(204, 102, 51, 1) 100%);
    background: linear-gradient(to bottom, rgba(204, 102, 51, 1) 0%, rgba(255, 102, 51, 1) 54%, rgba(204, 102, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc6633', endColorstr='#cc6633', GradientType=0);
}

.css-7 {
    background: rgba(51, 102, 204, 1);
    background: -moz-linear-gradient(top, rgba(51, 102, 204, 1) 0%, rgba(51, 102, 255, 1) 54%, rgba(51, 102, 204, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51, 102, 204, 1)), color-stop(54%, rgba(51, 102, 255, 1)), color-stop(100%, rgba(51, 102, 204, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 102, 204, 1) 0%, rgba(51, 102, 255, 1) 54%, rgba(51, 102, 204, 1) 100%);
    background: -o-linear-gradient(top, rgba(51, 102, 204, 1) 0%, rgba(51, 102, 255, 1) 54%, rgba(51, 102, 204, 1) 100%);
    background: -ms-linear-gradient(top, rgba(51, 102, 204, 1) 0%, rgba(51, 102, 255, 1) 54%, rgba(51, 102, 204, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 102, 204, 1) 0%, rgba(51, 102, 255, 1) 54%, rgba(51, 102, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3366cc', endColorstr='#3366cc', GradientType=0);
}

.jquery-8 {
    background: rgba(0, 3, 51, 1);
    background: -moz-linear-gradient(top, rgba(0, 3, 51, 1) 0%, rgba(43, 53, 184, 1) 54%, rgba(0, 3, 51, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 3, 51, 1)), color-stop(54%, rgba(43, 53, 184, 1)), color-stop(100%, rgba(0, 3, 51, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 3, 51, 1) 0%, rgba(43, 53, 184, 1) 54%, rgba(0, 3, 51, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 3, 51, 1) 0%, rgba(43, 53, 184, 1) 54%, rgba(0, 3, 51, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 3, 51, 1) 0%, rgba(43, 53, 184, 1) 54%, rgba(0, 3, 51, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 3, 51, 1) 0%, rgba(43, 53, 184, 1) 54%, rgba(0, 3, 51, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000333', endColorstr='#000333', GradientType=0);
}

.mysql-9 {
    background: rgba(51, 102, 153, 1);
    background: -moz-linear-gradient(top, rgba(51, 102, 153, 1) 0%, rgba(87, 120, 153, 1) 54%, rgba(51, 102, 153, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51, 102, 153, 1)), color-stop(54%, rgba(87, 120, 153, 1)), color-stop(100%, rgba(51, 102, 153, 1)));
    background: -webkit-linear-gradient(top, rgba(51, 102, 153, 1) 0%, rgba(87, 120, 153, 1) 54%, rgba(51, 102, 153, 1) 100%);
    background: -o-linear-gradient(top, rgba(51, 102, 153, 1) 0%, rgba(87, 120, 153, 1) 54%, rgba(51, 102, 153, 1) 100%);
    background: -ms-linear-gradient(top, rgba(51, 102, 153, 1) 0%, rgba(87, 120, 153, 1) 54%, rgba(51, 102, 153, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 102, 153, 1) 0%, rgba(87, 120, 153, 1) 54%, rgba(51, 102, 153, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#336699', endColorstr='#336699', GradientType=0);
}

.git-10 {
    background: rgba(0, 153, 204, 1);
    background: -moz-linear-gradient(top, rgba(0, 153, 204, 1) 0%, rgba(51, 204, 204, 1) 51%, rgba(0, 153, 204, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 153, 204, 1)), color-stop(51%, rgba(51, 204, 204, 1)), color-stop(100%, rgba(0, 153, 204, 1)));
    background: -webkit-linear-gradient(top, rgba(0, 153, 204, 1) 0%, rgba(51, 204, 204, 1) 51%, rgba(0, 153, 204, 1) 100%);
    background: -o-linear-gradient(top, rgba(0, 153, 204, 1) 0%, rgba(51, 204, 204, 1) 51%, rgba(0, 153, 204, 1) 100%);
    background: -ms-linear-gradient(top, rgba(0, 153, 204, 1) 0%, rgba(51, 204, 204, 1) 51%, rgba(0, 153, 204, 1) 100%);
    background: linear-gradient(to bottom, rgba(0, 153, 204, 1) 0%, rgba(51, 204, 204, 1) 51%, rgba(0, 153, 204, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099cc', endColorstr='#0099cc', GradientType=0);
}

.npm-11 {
    background: rgba(52, 200, 200, 1);
    background: -moz-linear-gradient(top, rgba(52, 200, 200, 1) 0%, rgba(159, 196, 196, 1) 51%, rgba(52, 200, 200, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(52, 200, 200, 1)), color-stop(51%, rgba(159, 196, 196, 1)), color-stop(100%, rgba(52, 200, 200, 1)));
    background: -webkit-linear-gradient(top, rgba(52, 200, 200, 1) 0%, rgba(159, 196, 196, 1) 51%, rgba(52, 200, 200, 1) 100%);
    background: -o-linear-gradient(top, rgba(52, 200, 200, 1) 0%, rgba(159, 196, 196, 1) 51%, rgba(52, 200, 200, 1) 100%);
    background: -ms-linear-gradient(top, rgba(52, 200, 200, 1) 0%, rgba(159, 196, 196, 1) 51%, rgba(52, 200, 200, 1) 100%);
    background: linear-gradient(to bottom, rgba(52, 200, 200, 1) 0%, rgba(159, 196, 196, 1) 51%, rgba(52, 200, 200, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#34c8c8', endColorstr='#34c8c8', GradientType=0);
}

.composer-12 {
    background: rgba(238, 69, 69, 1);
    background: -moz-linear-gradient(top, rgba(238, 69, 69, 1) 0%, rgba(240, 120, 120, 1) 51%, rgba(238, 69, 69, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(238, 69, 69, 1)), color-stop(51%, rgba(240, 120, 120, 1)), color-stop(100%, rgba(238, 69, 69, 1)));
    background: -webkit-linear-gradient(top, rgba(238, 69, 69, 1) 0%, rgba(240, 120, 120, 1) 51%, rgba(238, 69, 69, 1) 100%);
    background: -o-linear-gradient(top, rgba(238, 69, 69, 1) 0%, rgba(240, 120, 120, 1) 51%, rgba(238, 69, 69, 1) 100%);
    background: -ms-linear-gradient(top, rgba(238, 69, 69, 1) 0%, rgba(240, 120, 120, 1) 51%, rgba(238, 69, 69, 1) 100%);
    background: linear-gradient(to bottom, rgba(238, 69, 69, 1) 0%, rgba(240, 120, 120, 1) 51%, rgba(238, 69, 69, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee4545', endColorstr='#ee4545', GradientType=0);
}

.bootstrap-13 {
    background: rgba(87, 59, 126, 1);
    background: -moz-linear-gradient(top, rgba(87, 59, 126, 1) 0%, rgba(149, 127, 179, 1) 51%, rgba(87, 59, 126, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(87, 59, 126, 1)), color-stop(51%, rgba(149, 127, 179, 1)), color-stop(100%, rgba(87, 59, 126, 1)));
    background: -webkit-linear-gradient(top, rgba(87, 59, 126, 1) 0%, rgba(149, 127, 179, 1) 51%, rgba(87, 59, 126, 1) 100%);
    background: -o-linear-gradient(top, rgba(87, 59, 126, 1) 0%, rgba(149, 127, 179, 1) 51%, rgba(87, 59, 126, 1) 100%);
    background: -ms-linear-gradient(top, rgba(87, 59, 126, 1) 0%, rgba(149, 127, 179, 1) 51%, rgba(87, 59, 126, 1) 100%);
    background: linear-gradient(to bottom, rgba(87, 59, 126, 1) 0%, rgba(149, 127, 179, 1) 51%, rgba(87, 59, 126, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#573b7e', endColorstr='#573b7e', GradientType=0);
}

/* ---------------------------------------------------------------------------------- */

/*-------------------------NEWS START----------------------------------------------------*/

.publicaciones-blog-home {
    padding-bottom: 50px;
    background: url("") no-repeat fixed center center;
    background-size: 100% auto;
    /* background-color: #f1f1f1; */
}
.publicaciones-blog-home h2 {
    text-align: center;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 44px;
    margin-top: 70px;
}
.publicaciones-blog-home h2 b {
    color: #2BBCDE;
}
.publicaciones-blog-home .fondo-publicacion-home {
    background: #ffffff;
    border-radius: 3px;
    overflow: hidden;
    height: 400px;
    margin-bottom: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
    position: relative;
}
.publicaciones-blog-home .fondo-publicacion-home:hover h3 {
    color: #2BBCDE;
    /*    box-shadow: 0px 4px 3px 3px rgba(0, 0, 0, 0.08);*/
}
.publicaciones-blog-home .fondo-publicacion-home:hover .mascara-enlace-blog-home {
    height: 400px;
    width: 100%;
    color: #aaa;
    background-color: #2BBCDE;
    position: absolute;
    top: 0;
    opacity: 0.95;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.publicaciones-blog-home .black {
    background: #2BBCDE;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home {
    display: inline-block;
    width: 50%;
    overflow: hidden;
    height: 100%;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home img {
    height: 100%;
    width: auto;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 0 10px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home h3 {
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-home {
    padding: 0 10px;
}
.publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-home h3 {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}
.publicaciones-blog-home .fondo-publicacion-home .img-publicacion-home  {
    overflow: hidden;
    max-height: 180px;
}
.mascara-enlace-blog-home {
    height: 400px;
    width: 0%;
    color: #aaa;
    background-color: #2BBCDE;
    position: absolute;
    top: 0;
    opacity: 0.0;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    text-align: center;
    padding-top: 180px;
}
.mascara-enlace-blog-home span {
    text-align: center;
    max-height: 400px;
    border: 1px solid #fff;
    display: inline-block;
    padding: 10px 30px;
    border-radius: 3px;
    color: #fff;
    font-weight: 900;
    font-size: 16px;
}
.publicaciones-blog-home .todas-las-publicaciones-home {
    background: #2BBCDE;
    height: 400px;
    width: 100%;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    border-radius: 3px;
}
.publicaciones-blog-home .todas-las-publicaciones-home span {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 26px;
}
@media (max-width: 768px) {
    .publicaciones-blog-home h2 {
        text-align: center;
        font-weight: 300;
        margin-bottom: 30px;
        font-size: 34px;
        margin-top: 70px;
    }

    .publicaciones-blog-home .fondo-publicacion-home {
        background: #ffffff;
        border-radius: 3px;
        overflow: hidden;
        height: inherit;
        margin-bottom: 20px;
        display: block;
        color: inherit;
        text-decoration: none;
        position: relative;
    }

    .publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .publicaciones-blog-home .fondo-publicacion-home .img-publicacion-principal-home img {
        height: auto;
        width: 100%;
    }

    .publicaciones-blog-home .black {
        background: #fff;
    }

    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 0 10px;
    }

    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home h3 {
        font-weight: 900;
        color: #333;
        text-transform: uppercase;
        font-size: 20px;
    }

    .publicaciones-blog-home .fondo-publicacion-home .contenido-publicacion-principal-home p {
        color: #333;
        font-size: 14px;
        font-weight: 400;
    }

    .publicaciones-blog-home .todas-las-publicaciones-home {
        background: #2BBCDE;
        height: 100%;
        width: 100%;
        display: inline-block;
        padding: 20px;
        text-decoration: none;
        border-radius: 3px;
    }
}

/*-------------------------NEWS ENDE----------------------------------------------------*/

.card {
/ / opacity: 0.5;
    transform: skewY(-5deg);
    background: none;
    color: white;
}

.top-buffer {
    margin-top: 80px;
}

/* ---------------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------------- */

.justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

section {
/ / margin-top: 10 %;
    overflow: hidden;
}

.diagonal-css {
    width: 100%;
    /* height: 785px; */
    left: 0;
    /* margin-top: 153px; */
    position: absolute;
    background: linear-gradient(25deg, #d64c7f, #ee6947 75%);
    /*background: linear-gradient(25deg, #ee6947, #d64c7f 90%);*/
    transform: skewY(-3deg);
    transform-origin: 0;
    position: relative;
}

.antidiagonal-css {
    width: 100%;
    /* height: 785px; */
    left: 0;
    /* margin-top: 153px; */
    position: absolute;
    /*background: linear-gradient(25deg, #d64c7f, #ee6947 50%);*/
    background: linear-gradient(25deg, #ee6947, #d64c7f 50%);
    transform: skewY(3deg);
    transform-origin: 0;
    position: relative;
}

