html {
    position: relative;
    min-height: 100%;
  }

body {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/titillium-web-v14-latin-300.eot'); /* IE9 Compat Modes */
    src: local(''),
        url('../fonts/titillium-web-v14-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/titillium-web-v14-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/titillium-web-v14-latin-300.woff') format('woff'), /* Modern Browsers */
        url('../fonts/titillium-web-v14-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
        url('../fonts/titillium-web-v14-latin-300.svg#TitilliumWeb') format('svg'); /* Legacy iOS */

    display:flex;
    justify-content:center;
    align-items:center;


    background: rgb(34,36,42); /* Old browsers */
    background: -moz-linear-gradient(-45deg, rgba(34,36,42,1) 0%, rgba(10,11,12,1) 53%, rgba(34,36,42,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(34,36,42,1) 0%,rgba(10,11,12,1) 53%,rgba(34,36,42,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(34,36,42,1) 0%,rgba(10,11,12,1) 53%,rgba(34,36,42,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22242a', endColorstr='#22242a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #C2C2C2 !important;
    
    margin-bottom: 60px;
}

h3.headline {
    color: #07D7EF;
    font-size: 20px;
}

a {
    color: #fff;
}

.top-navigation {
    font-size: 13px;
    padding: 10px;
    text-align: right;
}

.top-navigation a {
    color: #fff;
}

h5.card-title {
    color: #07D7EF;
    font-size: 28px;
}

.rs-logo {
    padding: 15px 10px 10px 10px;
}

.container {
    height: 100px;
}

.regiospace-logo {
    width: 200px;
}

img.app {
    width: 200px;
}

.header {
    background-color: #22242A !important;
}

.adverdate {
    font-size: 13px;
    text-align: left;
    padding-left: 0px;
}

.checkAdvertisingText {
    font-size: 12px;
    color: grey;
}

.form-control {
    background-color: #323741 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
    height: 50px;
    padding-left: 25px !important;
    margin-bottom: 10px;
}

.rs-btn-red {
    background-color: red !important;
    color: #fff !important;
    border-radius: 25px !important;
    height: 50px;
    border: none;
    padding: 0px 40px 0px 40px;
}

.rs-btn {
    background-color: #07D7EF !important;
    color: #fff !important;
    border-radius: 25px !important;
    height: 50px;
    border: none;
    padding: 0px 40px 0px 40px;
}

.rs-btn:hover {
    background-color: #0AAFC2 !important;
}

.btn-grey {
    background-color: #323741 !important;
    color: #fff !important;
    border-radius: 25px !important;
    height: 50px;
    border: none;
    padding: 15px 20px 15px 20px;
}

.multisteps-form__textarea {
    height: 90px;
    max-height: 90px;
}

.rs-content {
    margin-top: 50px;
}

.b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
  
.bi {
    vertical-align: -.125em;
    fill: currentColor;
}

.rs-footer {
    max-width: 100% !important;
}

.btn-success {
    background-color: transparent !important;
    border: none !important;
}

.plz_input {
    width: 100%;
    height: 35px;
    font-size: 16px;
    margin: 15px 0 15px 0;
    border-radius: 14px;
    border: 0px;
    padding: 10px;
}

.column50 {
    width: 50%;
    float: left;
}

.fix_header {
    width: 100%;
    position: fixed;
    top: 0;
    background-color: #1B1D22;
    padding: 10px;
    /*box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;*/
}

.header_content {
    width: 800px;
    margin: 0 auto;
}

.header_content .columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .header_content .column {
    flex: 50%;
    margin-bottom: 10px;
  }

  .tabs .columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .tabs .column {
    flex: 16.65%;
    margin-bottom: 10px;
    margin: 0 5px 0 5px;

  }

  .tabs .column div {
    font-size: 14px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }


/* POST */

.post_content {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin: 25px 0 2px 0;
}

.post_image {
    width: 100%;
}

.post_image img {
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.post_text {
    padding: 15px;
    color: #676767;
}

.post_bottom .columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
  
  .post_bottom .column {
    flex: 33.33%;
    margin-bottom: 10px;
  }

  .logoimg {
    margin-top: 25px;
  }

  span.post_date {
    width: 100%;
    color: #000000;
    float: left;
  }




/*
body {

    background: linear-gradient(316deg, #6a6b6e, #000000);
    background-size: 400% 400%;

    -webkit-animation: AnimationName 36s ease infinite;
    -moz-animation: AnimationName 36s ease infinite;
    animation: AnimationName 36s ease infinite;
    
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

*/




/* CARDS */

.card {
    background-color: #282A31 !important;
    border-radius: 20px !important;
}

.card img {
    border-radius: 20px !important;
}

.card-columns {
    column-count: 2 !important;
}

.card-text {
    margin-bottom: 30px;
    color: #C2C2C2;
}

.card-img-top {
    border-top-left-radius: calc(0.25rem - -25px) !important;
    border-top-right-radius: calc(0.25rem - 25px) !important;
}






/* FOOTER */

.footer {
    background-color: #323741;
}

#wrap {
    min-height: 100%;
}
  
.footer {
    position: absolute;
    bottom: 0;
    /* Set the fixed height of the footer here */
    height: 60px;
    width: 100%;
    background-color: #CCC;
}

.footer ul {
    list-style: none;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.multisteps-form__progress {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
  .multisteps-form__progress-btn {
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    padding-top: 20px;
    color: rgba(108, 117, 125, 0.7);
    text-indent: -9999px;
    border: none;
    outline: none !important;
    cursor: pointer;
    background-color: #282A31;
  }
  @media (min-width: 500px) {
    .multisteps-form__progress-btn {
      text-indent: 0;
    }
  }
  .multisteps-form__progress-btn:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 13px;
    height: 13px;
    content: '';
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: all 0.15s linear 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s, -webkit-transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
    border: 2px solid currentColor;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 3;
  }
  .multisteps-form__progress-btn:after {
    position: absolute;
    top: 5px;
    left: calc(-50% - 13px / 2);
    transition-property: all;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    z-index: 1;
  }
  .multisteps-form__progress-btn:first-child:after {
    display: none;
  }
  .multisteps-form__progress-btn.js-active {
    color: #07D7EF;
  }
  .multisteps-form__progress-btn.js-active:before {
    -webkit-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2);
    background-color: currentColor;
  }
  .multisteps-form__form {
    position: relative;
  }
  .multisteps-form__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
  }

  .b-example-divider {
      background-color: transparent !important;
  }


    .p-4 {
        padding: 0px !important;
    }

  .multisteps-form__panel.js-active {
    height: auto;
    opacity: 1;
    visibility: visible;
  }

  .multisteps-form__panel[data-animation="scaleIn"] {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .multisteps-form__panel[data-animation="scaleIn"].js-active {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  
  .modal-content {
      border-radius: 20px !important;
      background-color: #282A31 !important;
  }

  .modal-header {
    border-bottom: none !important;
}

.modal-footer {
    border-top: none !important;
}

	
.logo {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.content {
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.post_container {
    width: 800px;
    margin: 0 auto;
    margin-top: 100px;
}