.BodyClass {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;

    width: 100%;
    height: auto;
    background-color: #ffff;

    /*border:1px solid red;*/

    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: none;*/
    /*-khtml-user-select: none;*/
    /*-moz-user-select: none;*/
    /*-ms-user-select: none;*/
    /*user-select: none;*/

    padding-top: 120px;
}

.ContentFluidRow {
    position: relative;
    box-sizing: border-box;
    height: auto;
    width: 100%;

    /*border:1px solid red;*/
}

.ContentFluidRow.DropShadow {
    background-color: white!important;
    box-shadow: 1px -1px 17px 0px rgba(0,0,0,0.61);
    -webkit-box-shadow: 1px -1px 17px 0px rgba(0,0,0,0.61);
    -moz-box-shadow: 1px -1px 17px 0px rgba(0,0,0,0.61);
}

.ContentFluidRow.FixedPosition {
    position: fixed!important;
    top: 0px;
    left: 0px;
    z-index: 10000000!important;
}

.ContentFluidRow.ContentRowTrennLinie {
    height: 5px;
    background-color: #2d506d;
}

.ContentFluidRow.ContentFooter {
    background-color: #eeeeee;


        /*background: linear-gradient(to left, rgba(239, 127, 8, 0.43) 20%, #ffffff 60%);*/


}

.ContentRow {
    position: relative;
    display: block;
    box-sizing: border-box;
}

.ContentRow.AlignCenter {
    text-align: center;
}

.ContentRowElement {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    float: left;
    height: 100%;

    /*border:1px solid red;*/
}







.ContentRowElement.Width5 {
    width: 5% !important;
}



.ContentRowElement.Width20 {
    width: 20% !important;
}

.ContentRowElement.Width25 {
    width: 25% !important;
}

.ContentRowElement.Width30 {
    width: 30% !important;
}

.ContentRowElement.Width40 {
    width: 40% !important;
}

.ContentRowElement.Width50 {
    width: 50% !important;
}

.ContentRowElement.Width60 {
    width: 60% !important;
}

.ContentRowElement.Width65 {
    width: 65% !important;
}

.ContentRowElement.Width70 {
    width: 70% !important;
}

.ContentRowElement.Width75 {
    width: 75% !important;
}



.ContentRowElement.Width90 {
    width: 90% !important;
}

.ContentRowElement.Width100 {
    width: 100% !important;
}




.ContentRowElementClearer {
    clear: both;
}

.ContentRowElementImage {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: #2d506d 8px 8px 15px;
}

.ContentText {
    font-size: 16px;
    font-family: "Poppins";
    padding: 10px;
}

.ContentText.Footer {
    font-size: 16px;
}

.FooterImage {
    width: 50%;
}

.ContentTextTitel {
    position: relative;
    box-sizing: border-box;
    font-size: 24px;
    font-family: "Poppins";
    font-weight: 300;
    color: #2d506d;
    margin-bottom: 10px;
}


.ContentTitel {
    position: relative;
    box-sizing: border-box;
    font-size: 34px;
    font-family: "Poppins";
    text-align: center;
    color: #052a51;
    margin-top: 25px;
}

.ContentSubTitel {
    position: relative;
    box-sizing: border-box;
    font-size: 26px;
    font-family: "Poppins";
    text-align: center;
    color: #2d506d;
    margin-bottom: 25px;
}

.PostenElement {
    position: relative;
    box-sizing: border-box;
    display: block;
    height:auto;
    width: 100%;
    overflow: hidden;
    border: 1px solid #d1d1d1;
    margin-bottom: 25px;

    background-color: white;
}

.PostenElementMainBild {
    position: relative;
    width: 100px;
    height: 100px;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.DropShadowTransition {
    position: relative;
    background-color: white;
    transition: all 250ms;
}

.DropShadowTransition:hover {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.45);
}

.PostenTextElementTitel {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 200px;
}

.PostenTextElementTitel.Liste {
    /*width: auto!important;*/
    margin-right: 25px;
    width: 200px;
}

.PostenTextElementWert {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-weight: 800;
    color: #2d506d;
}

.PostenDetailImageMainContainer {
    position: relative;
    box-sizing: border-box;
    width: 100%;

}

.PostenDetailImageContainer {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.PostenDetailImage {
    margin:4%;
    width: 92%;
    border:1px solid #000
}

.PostenDetailImageSelector {
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    margin:1%;
    width: 23%;
    height: 85px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border:1px solid #000
}


.ContentActionBox {
    position: relative;
    box-sizing: border-box;
    display: block;
    height:auto;
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    transition: border-bottom-color 250ms;
    margin-bottom: 25px;
}

.ContentActionBoxClearer {
    clear: both;
}

.ContentActionBoxBackgroundImageContainer {
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
    top:0px;
    right: 0px;
    width:50%;
    height: 100% !important;
    opacity: 0.60;

    transition: all 250ms linear;
}

.ContentActionBoxBackgroundImageContainer.BackgroundImageContainer1 {
    background-image: url("../img/pexels-pixabay-356036.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ContentActionBoxBackgroundImageContainer.BackgroundImageContainer2 {
    background-image: url("../img/pexels-hoan-ngọc-6961088.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ContentActionBoxBackgroundImageContainer.BackgroundImageContainer3 {
    background-image: url("../img/pexels-gustavo-fring-4254162.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ContentActionBoxBackgroundImageContainer.BackgroundImageContainer4 {
    background-image: url("../img/recycling.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ContentActionBoxBackgroundImageContainer.BackgroundImageContainer5 {
    background-image: url("../img/pexels-kelly-l-6595774.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ContentActionBoxTextContainer {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    width:50%;
}

.ContentActionBoxTextTitel {
    position: relative;
    box-sizing: border-box;
    font-size: 24px;
    font-family: "Poppins";
    font-weight: 700;
    color: #2d506d;
    margin-bottom: 10px;
}

.ContentActionBoxText {
     position: relative;
     box-sizing: border-box;
     font-size: 16px;
     font-family: "Poppins";
     font-weight: 300;
     margin-bottom: 10px;
}

.ContentActionBoxBackgroundRotator {
    position: absolute;
    display: block;
    top:0px;
    left:-10%;
    height: 100%;
    width:70%;
    background-color: white;

    transform: skew(-15deg);
    transition: all 250ms;

}

.ContentActionBox:hover  > .ContentActionBoxBackgroundRotator{
    transform: skew(0deg) translate(-9%);
    background-color: rgb(240, 255, 255);
}

.ContentActionBox:hover  > .ContentActionBoxBackgroundImageContainer{
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1.05);
}

.ContentActionBox:hover {
    border-bottom-color: #2d506d;
}

.NavigationContainer {
    position: relative;
    box-sizing: border-box;

}

.NavigationLogoContainer {
    position: absolute;
    box-sizing: border-box;
    /*border:1px solid red;*/
}

.NavigationElementContainer {
    position: absolute;
    box-sizing: border-box;
    text-align: right;
}

.NavigationElement {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;

    /*background-color: #2d506d;*/
    color: #4e758a;
    font-family: "Poppins";
    text-align: right;
    border-bottom: 1px solid transparent;

    /*-webkit-transition: all 150ms linear;*/
    /*-moz-transition: all 150ms linear;*/
    /*-o-transition: all 150ms linear;*/
    /*-ms-transition: all 150ms linear;*/
    /*transition: all 150ms linear;*/

    font-size: 18px!important;
    /*font-weight: bold;*/

    /*border:1px solid red;*/

    cursor: pointer;
}

.LanguageImage {
    padding-top: 6px!important;
}

.NavigationElement:link     { text-decoration: none; }
.NavigationElement:visited  { text-decoration: none; }
.NavigationElement:hover    { text-decoration: none; color: black;}
.NavigationElement:active   { text-decoration: none; }
.NavigationElement:focus    { text-decoration: none; }

.NavigationElement.Transition {
    -webkit-transition: background-color 150ms linear;
    -moz-transition: background-color 150ms linear;
    -o-transition: background-color 150ms linear;
    -ms-transition: background-color 150ms linear;
    transition: background-color 150ms linear;
}

.NavigationAdressElement {
    position: relative;
    box-sizing: border-box;
}

.NavigationMargin {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 5px;
    margin-left: 20px;
    color: #2d506d;
}

.NavigationOrangeColor {
    color: #ef7f08;
}

.DeadLink:link     { text-decoration: none; color: #ef7f08; }
.DeadLink:visited  { text-decoration: none; color: #ef7f08; }
.DeadLink:hover    { text-decoration: none; color: #2d506d; }
.DeadLink:active   { text-decoration: none; color: #ef7f08; }
.DeadLink:focus    { text-decoration: none; color: #ef7f08; }

.NavigationAdressContainer {
    position: absolute;
    box-sizing: border-box;
    font-family: "Poppins";
    font-weight: 400;
    padding-left: 15px;

    color: #2d506d;
    text-align: right;
}

.SliderContainer {
    position: relative;
    box-sizing: border-box;

    overflow: hidden;
}

.VideoElement {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover; /* skaliert wie background-cover */
    transform: translate(-50%, -50%);
    z-index: -1; /* falls du Text darüberlegen möchtest */
}

.SliderBackgroundImage {
    position: relative;
    box-sizing: border-box;
    height: 560px;
    width: 100%;
}

.SliderBackgroundImage.BackgroundIndexImage {
    background-image: url("../img/BackgroundImage/147159192_m.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.SliderBackgroundImage.BackgroundPostenImage {
    background-image: url("../img/BackgroundImage/1.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.SliderBackgroundImage.BackgroundPostenDetailImage {
    background-image: url("../img/BackgroundImage/4.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.SliderBackgroundGrid {
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url("../img/Grid3x3.png");
    background-repeat: repeat;
}

.SliderTextContent {
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.SliderTextBoxContainer {
    position: relative;
    display: table;
    box-sizing: border-box;
    margin: 0 auto;
}

.SliderTextBox {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center!important;
}

.SliderTextTitel {
    position: relative;
    box-sizing: border-box;
    font-size: 34px;
    font-family: "Poppins";
    color: white;
    /*padding: 15px;*/
    /*padding-bottom: 0px;*/
}

.SliderTextTitel.Big {
    font-size: 56px;
}

.SliderTextTrenner {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 650px;
    border-bottom: 2px solid white;
    margin-bottom: 5px;
}

.ContentButtonLink {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px;
    background-color: #2d506d;
    color: white;
    font-size: 15px;
    padding-right: 15px;
    padding-left: 15px;
    font-family: "Poppins";
    font-weight: 300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
    margin: 5px;
}

.ContentButtonLink.SizeMiddle {
    padding: 10px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 19px;
}

.ContentButtonLink.Transition {
    -webkit-transition: background-color 250ms linear;
    -moz-transition: background-color 250ms linear;
    -o-transition: background-color 250ms linear;
    -ms-transition: background-color 250ms linear;
    transition: background-color 250ms linear;
}

.ContentButtonLink:link     { text-decoration: none; color: #ffffff; }
.ContentButtonLink:visited  { text-decoration: none; color: #ffffff; }
.ContentButtonLink:hover    { text-decoration: none; background-color: #ef7f08; color: white; }
.ContentButtonLink:active   { text-decoration: none; color: #ffffff; }
.ContentButtonLink:focus    { text-decoration: none; color: #ffffff; }

.IconMargin {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 35px;
}


.FormularElement {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.FormularElementTitel {
    padding-top: 10px;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
    font-size: 20px;
    white-space: nowrap;
    text-align: left;

    font-weight: 600;
    color: #2d506d;
}

.FormularElementInput {
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    text-align: left;
}

.FormularElementInput.Checkbox {
    font-size: 12px;
}

.FormularElementInput.Upload {
    border:1px solid #adadad;
    padding: 15px;
}

.FormularElementErfolg {
    display: none;
    margin-top: 25px;
    color: #94c120;
    font-weight: 600;
}

.FormularFeld {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    font-family: 'Poppins';
    border:1px solid #adadad;
    resize: none;
    box-sizing: border-box;
}

.FormularFeld.Upload {
    width: 90%;
    border: none;
}

.FormularFeldSubmit {
    height: 40px;
    padding-right: 25px;
    padding-left: 25px;
}

.ResponsiveMenuOpener {
    display: none;
    cursor: pointer;
    color: #2d506d;
}

@media (min-width: 1400px) {

    .ContentFluidRow.DropShadow {
        background: linear-gradient(to left, rgba(239, 127, 8, 0.43) 20%, #ffffff 60%);
    }

    .SliderTextBoxContainer {
        /*width: 1400px;*/
        width: 1400px;
        height: 100%;
    }

    .SliderContainer {
        height: 560px;
        width: 100%;
    }

    .ContentRow {
        width: 1400px;
        margin: 0 auto;
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        /*border:1px solid red;*/
    }

    /*NAVIGATION*/

    .NavigationContainer {
        margin: 0 auto;
        width: 1400px;
        height: 120px;
    }

    .NavigationElement {
        padding: 3px;
        padding-right: 5px;
        padding-left: 5px;
        margin-left: 8px;
        font-size: 14px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .NavigationLogoContainer {
        top: 18px;
        left: 15px;
        width: 250px;
        height: 84px;
    }

    .NavigationElementContainer:before {
        right: 15px!important;
    }

    .NavigationElementContainer {
        top: 25px;
        right: 15px!important;
        width: 850px;
        height: auto;
    }

    .NavigationAdressContainer {
        top: 65px;
        right: 15px;
        width: 1000px;
        height: auto;
        font-size: 14px;
    }

    .NavigationAdressElement {
        display: inline-block;
    }

    .ContentRowElement.Width10 {
        width: 10% !important;
    }

    .ContentRowElement.Width80 {
        width: 80% !important;
    }
}


@media (min-width: 1200px) and (max-width: 1399px) {
    .ContentFluidRow.DropShadow {
        background: linear-gradient(to left, rgba(239, 127, 8, 0.43) 20%, #ffffff 60%);
    }

    .SliderTextBoxContainer {
        /*width: 1400px;*/
        width: 1200px;
        height: 100%;
    }

    .SliderContainer {
        height: 560px;
        width: 100%;
    }

    .ContentRow {
        width: 1200px;
        margin: 0 auto;
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
        /*border:1px solid red;*/
    }

    /*NAVIGATION*/

    .NavigationContainer {
        margin: 0 auto;
        width: 1200px;
        height: 120px;
    }

    .NavigationElement {
        padding: 3px;
        padding-right: 5px;
        padding-left: 5px;
        margin-left: 8px;
        font-size: 14px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .NavigationLogoContainer {
        top: 18px;
        left: 15px;
        width: 250px;
        height: 84px;
    }

    .NavigationElementContainer:before {
        right: 15px!important;
    }

    .NavigationElementContainer {
        top: 25px;
        right: 15px!important;
        width: 850px;
        height: auto;
    }

    .NavigationAdressContainer {
        top: 65px;
        right: 15px;
        width: 1000px;
        height: auto;
        font-size: 14px;
    }

    .NavigationAdressElement {
        display: inline-block;
    }

    .ContentRowElement.Width10 {
        width: 10% !important;
    }

    .ContentRowElement.Width80 {
        width: 80% !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {

    .ContentFluidRow.DropShadow {
        background: linear-gradient(to left, rgba(239, 127, 8, 0.43) 20%, #ffffff 60%);
    }

    .SliderTextBoxContainer {
        min-width: 767px;
        max-width: 1199px;
        height: 100%;
    }

    .SliderContainer {
        height: 560px;
        width: 100%;
    }

    .ContentRow {
        min-width: 767px;
        max-width: 1199px;
        margin: 0 auto;
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    /*NAVIGATION*/

    .NavigationContainer {
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
        min-width: 767px;
        max-width: 1199px;
        height: 120px;
    }

    .NavigationElement {
        padding: 3px;
        padding-right: 10px;
        padding-left: 10px;
        margin-left: 6px;
        font-size: 12px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }

    .NavigationElementContainer:before {
        right: 15px!important;
    }

    .NavigationElementContainer {
        top: 25px;
        right: 15px!important;
        width: 640px;
        height: auto;
    }

    .NavigationAdressContainer {
        top: 72px;
        right: 15px;
        width: 1000px;
        height: auto;
        font-size: 14px;
    }

    .NavigationAdressElement {
        display: inline-block;
    }

    .ContentRowElement.Width10 {
        width: 20% !important;
    }

    .ContentRowElement.Width80 {
        width:60% !important;
    }
}



@media (min-width: 967px) and (max-width: 1199px) {
    .NavigationLogoContainer {
        top: 24px;
        left: 15px;
        width: 190px;
        height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 966px) {
    .NavigationLogoContainer {
        top: 17px;
        left: 15px;
        width: 130px;
        height: 50px;
    }
}

@media (max-width: 767px) {

    .SliderTextBoxContainer {
        max-width: 767px;
        height: 100%;
    }

    .SliderContainer {
        height: 560px;
        width: 100%;
    }

    .SliderTextTitel {
        font-size: 28px!important;
    }

    .SliderTextTrenner {
        width: auto!important;
        min-width: 250px;
        max-width: 767px;
    }

    .ContentRow {
        max-width: 767px;
        margin: 0 auto;
        padding: 15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    /*NAVIGATION*/

    .NavigationContainer {
        position: relative;
        box-sizing: border-box;
        margin: 0 auto;
        max-width: 767px;
        height: 145px;
    }

    .NavigationElement {
        padding: 10px;
        padding-right: 15px;
        padding-left: 15px;
        /*margin-left: 8px;*/
        font-size: 14px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: block;
        margin-bottom: 4px;
    }

    .NavigationElement:last-child {
        margin-bottom: 0px;
    }

    .NavigationLogoContainer {
        top: 15px;
        left: 15px;
        width: 180px;
        height: 80px;
    }

    .NavigationElementContainer {
        /*display: none;*/
        top: 190px;
        right: -100%;
        /*right: 15px;*/
        width: 75%;
        height: auto;
        padding: 5px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: white;
    }

    .NavigationAdressContainer {
        top: 90px;
        right: 15px;
        width: 100%;
        height: auto;
        font-size: 14px;
    }

    .NavigationAdressElement {
        text-align: left;
        display: block;
    }

    .ResponsiveMenuOpener {
        position: absolute;
        top: 25px;
        right: 25px;
        font-size: 48px;
        display: block;
    }

    .ContentRowElement.Width50 {
        width: 100% !important;
    }

    .ContentRowElement.Width40 {
        width: 100% !important;
    }

    .ContentRowElement.Width10 {
        display: none!important;
        width: 0px; !important;
    }

    .ContentRowElement.Width10.PostenDetailButton {
        display: inline-block!important;
        width:120px; !important;
    }

    .ContentRowElement.Width80 {
        width:auto !important;
    }

    .ContentRowElement.Width25 {
        width: 100% !important;
    }
}

.FooterLink {
    position: relative;
    display: inline-block;
    box-sizing: border-box;

    /*background-color: #2d506d;*/
    font-family: "Poppins";
    margin-right: 10px;
    color: #4e758a;
    text-decoration: none;
}

.FooterLink.Left {
    margin-left: 10px;
}

.FooterLink:hover    { text-decoration: none; color: black; }

/*.ResponsiveContentShower {*/
/*    display: inline!important;*/
/*}*/

/*.ResponsiveContentSanitizer {*/
/*    display: none!important;*/
/*}*/

/*@media (max-width: 450px) {*/
/*    .ResponsiveContentBreaker {*/
/*        display: block!important;*/
/*    }*/

/*    .ResponsiveContentShower {*/
/*        display: none!important;*/
/*    }*/

/*    .ResponsiveContentSanitizer {*/
/*        display: inline-block!important;*/
/*        width: 37px;*/
/*    }*/

/*    .NavigationContainer {*/
/*        height: 215px;*/
/*    }*/
/*}*/

#spinner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 44, 44, 0.78);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 999999999;
    box-sizing: border-box;
    text-align: center;
}

.Mittig {
    position: relative;
    top: 50%;
    margin-top: -80px;
}

.loader {
    position: relative;
    display: inline-block;
    border: 10px solid #f3f3f3;
    border-top: 10px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    top: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#spinner p {
    color: #ffffff;
    font-size: 16px;
    font-family: "Poppins";
}




