[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
/**********************     CUSTOM FONT    **********************/
@font-face {
    font-family: customFontFamily;
    src: url("/resources/static/font/RemachineScript_Personal_Use.ttf");
    font-weight: bold;
}
.custom-font {
    font-family: customFontFamily;
}
/**********************     BODY    **********************/
body {
    padding-top: 65px;
    background-color: initial !important;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
}
/**********************     COLUMN STYLES    **********************/
.landing-page-col-padding-top {
    padding-top:30px;
}

/**********************     DECORATION    **********************/
.no-decoration {
    text-decoration: none !important;
}
.no-decoration:hover {
    color: inherit !important;
}
/**********************     PARAGRAPH TEXTS    **********************/
.no-paragraph-margin {
    margin: 0;
}

/**********************     HEADER TEXTS    **********************/
.smaller-h2 {
    font-size: 25px;
}
.bold-text {
    font-weight: bold;
}

/**********************     COLOR    **********************/
.green-blue{
    color: #22D5B5;
}
.dark-blue {
    color: #0979ff;
}
.orange {
    color: #FE723F;
}
.gold {
    color: #E59E06;
}
/**********************     NAVBAR    **********************/
.navbar{
    margin-bottom:0;
    border:none;
}

.navbar-brand .glyphicon{
    margin-right:6px;
}

.navbar{
    margin-bottom:0px;
}

.navbar-nav > li > a, .navbar-brand {
    height: 65px;
}
.navbar {min-height:65px !important;}

.navbar-nav > li > a {
    padding-top: 20px;
}

.navbar-toggle {
    margin-top: 15px;
}

.navbar-default .navbar-nav > li > a {
    color: black;
    font-weight: normal;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #00a3fa;
    font-weight: normal;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: inherit;
    color: #00a3fa;
}
/**********************     BUTTONS    **********************/
.btn-primary {
    background-color: #0979ff;
    border-color: #0979ff;
    color: #fff;
}
/**********************     DROPDOWN    **********************/
.dropdown-landing {
    background-image: url("/resources/static/images/Zeitraum_Button.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    background-size: cover;
    border: none;
    color: white !important;
    font-size: 20px;
    font-weight: bold;
    outline: none;
}
.dropdown-landing:hover {
    color: white;
}

.dropdown-landing .caret {
    border: 0;
    width:35px;
    float: right;
}

.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-image: url("/resources/static/images/Zeitraum_Button.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: white !important;
    outline: none;
}


/**********************     LANDING PAGE    **********************/
.inspire-button {
    height: 50px;
    font-weight: bold;
    font-size: large;
}
.hero{
    background-image:url("/resources/static/images/Teaser_Bild_01.png");
    background-repeat:no-repeat;
    background-size:cover;
    border:none;
    background-position:bottom;
}

@media (min-width:992px) {
    .hero .get-it{
        text-align:right;
        margin-top:80px;
        padding-right:30px;
    }
}

@media (max-width:992px) {
    .hero .get-it{
        text-align:center;
    }
}

@media (max-width:992px) {
    .hero .phone-preview{
        text-align:center;
    }
}

.hero .get-it h1, .hero .get-it p{
    color:#fff;
    text-shadow:2px 2px 3px rgba(0,0,0,0.3);
    margin-bottom:40px;
}

.hero .get-it .btn{
    margin-left:10px;
    margin-bottom:10px;
    text-shadow:none;
}

.icon-feature{
    text-align:center;
}

.icon-feature .glyphicon{
    font-size:60px;
}

section.features{
    padding:40px 0;
}

.features .icon-features{
    margin-top:15px;
}

.testimonials blockquote{
    text-align:center;
}

section.testimonials{
    margin:50px 0;
    background-color:rgba(245,245,245,0.57);
}

.site-footer{
    padding:20px 0;
    text-align:center;
}

@media (min-width:768px) {
    .site-footer h5{
        text-align:left;
    }
}

.site-footer h5{
    color:inherit;
    font-size:20px;
}

.site-footer .social-icons a:hover{
    opacity:1;
}

.site-footer .social-icons a{
    display:inline-block;
    width:32px;
    border:none;
    font-size:40px;
    margin:4px;
    color:#fff;
    text-align:center;
    color:#142dff;
    height:32px;
    opacity:0.8;
    line-height:32px;
}

img.brand-logo{
    max-height:60px;
    margin-left: -30px;
}

a.navbar-brand.navbar-link.navbar-padding{
    padding:0;
    padding-top:5px;
}

a.menu-point-default{
    font-weight:400;
}

a.menu-point-default{
    font-weight:800;
}

h1.landing-page-slogan{
    color:black;
    text-align:center;
    position: relative;
    z-index: 1;
    font-size:40px;
}
@media (min-width:768px) {
    h1.landing-page-slogan:before {
        z-index: -1;
        position: absolute;
        content: "Reise mit dem Wetter...und wir finden...";
        font-family: customFontFamily;
        font-size: 170%;
        color: rgba(0, 0, 0, 0.20);
        /*letter-spacing: 1.8px;*/
    }
}

p.landing-page-works{
    font-weight:800;
    color:white;
    text-align:center;
}

div.row.row-height{
    min-height:60px;
}

h1.landing-page-slogan.bigger-text{
    font-size:50px;
}

img.img-responsive.img-float{
    padding-left:5px;
    max-width: 80px;
}

div.col-md-8.reason-padding{
    padding-top:15px;
    padding-bottom:25px;
}

h1.landing-page-slogan.reason-heading{
    padding-bottom:20px;
}

.reason-heading-why {
    text-align: center;
}

.padding-blog-headline-youtube {
    padding: 10px;
}

div.row.reason-heading{
}

div.row.reason-distance{
    padding-bottom:20px;
}

div.col-md-9.reason-padding{
    padding-top:10px;
    padding-bottom:15px;
}

div.col-md-6.no-padding{
    padding:0;
}

i.glyphicon.glyphicon-earphone.icon-size{
    font-size:xx-large;
}

i.fa.fa-envelope-o.icon-size{
    font-size:xx-large;
}

div.col-md-10.padding{
    padding-top:5px;
    padding-left:0;
}

footer.site-footer.footer-color{
    background-color:rgba(245,245,245,0.57);
}

div.col-md-10.no-padding{
    padding:0;
}

.float-right{
    float:right;
}

.float-left{
    float:left;
}

div.col-md-10.no-padding.block{
    display:block;
}

div.col-md-2.float-left.block{
    display:block;
    height:120px;
}

div.col-md-3.no-padding-left{
    padding-left:0;
}

div.col-md-3.no-right-padding.float-left{
    float:left;
}

img.airplane-distance{
    padding-left:15px;
}

div.col-md-3.float-left{
    float:left;
}

p.padding-top{
    padding-top:5px;
}

img.img-responsive.padding-top{
    padding-top:5px;
}

i.fa.fa-shield.shield-style{
    font-size:70px;
    color:rgb(6,193,6);
}

div.col-xs-9.padding-top{
}

div.col-xs-3.no-padding{
    padding:0;
}

.no-padding{
    padding:0 !important;
}

img.margin-fix{
    width:98%;
}

img.label-left-position{
    position:absolute;
    top:35px;
    margin-left:-12px;
}

div.row.padding{
    padding-top:35px;
    padding-bottom:35px;
}

div.col-sm-3.align-center{
    text-align:center;
    padding-top:20px;
}

img.teaser-image-style{
    border-top-right-radius:10px;
    border-bottom-right-radius:30px;
}
/**********************     LANDING PAGE DROPDOWN STYLE    **********************/
.weather-select-button {
    z-index: 100 !important;
    position: absolute;
}
.weather-select-button-first {
    min-width: 329px;
    z-index: 120 !important;
    position: absolute;
}
.weather-select{
    width: 330px;
    margin-top: 0px;
    position: absolute;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 80px;
}
.weather-select-plus {
    width: 350px;
}
.weather-select-drop {
    z-index: 10 !important;
}
.weather-select-drop-first {
    z-index: 110 !important;
}
.dropdown-selected {
    width: 30px;
    margin-right:20px;
}
.dropdown-selected-label {
    float: left;
}
.dropdown-position {
    padding-top: 40px;
}
.dropdown-element-distance {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0;
    padding-left: 0;
    margin-left: 15px;
}
.dropwdown-switch-front-label {
    float: left;
    line-height: 28px;
    color:  darkgray;
}
.dropdown-switch-end-label {
    color:  darkgray;
}
.dropdown-hint {
    color:  darkgray;
    font-size: 13px;
}
.dropdown-switch-label-size {
    font-size: 16px;
}
.dropdown-element-distance-custom {
    margin-left: 15px;
}
.dropdown-temperature {
    padding-top: 5px;
    padding-bottom:5px;
}
.dropdown-element-switch {
    margin:initial !important;
}
.dropdown-element-switch-front-text {
    padding-left: 5px;
}
.dropdown-title {
    text-align: center;
    margin: 0 !important;
    color: #B1ACBC;
    font-size: 60px;
}
.dropdown-element:hover {
    background-color: #faf1f5;
}
.dropdown-element-selected {
    background-color: #faf1f5;
}
.dropdown-last-element {
    border-bottom-right-radius: 80px;
}
.dropdown-icon-size {
    width: 50px;
}
/**********************     LANDING PAGE SLIDER STYLE    **********************/
.slider-padding {
    padding-top:15px;
    display: inline-block;
}
.center-slider {
    text-align: center;
}
.inner-handle {
    position: absolute;
    left: -115px;
    color: white;
    font-weight: bold;
    font-size: larger;
}
#slider .rs-range-color  {
    background-color: #0979FF;
}
.slider-start-time {
    white-space: nowrap;
    font-weight: bold;
    font-size: 20px;
    color: white;
}
.slider-end-time {
    padding-top:35px;
    width: 100%;
    white-space: nowrap;
    font-weight: bold;
    font-size: 20px;
    color: white;
}
/**********************     RULES PAGE STYLE    **********************/
div.row.rules-header{
    background-image:url("/resources/static/images/Spielregeln_Teaser.png");
    background-repeat:no-repeat;
    background-size:cover;
    height:250px;
}

h1.rules-header-slogan{
    text-align:center;
    top:100px;
    position:relative;
    margin:0 auto;
    font-size: 40px;
}
@media (min-width:768px) {
    h1.rules-header-slogan:before {
        position: absolute;
        content: "Spielregeln";
        font-family: customFontFamily;
        font-size: 200%;
        color: rgba(0, 0, 0, 0.20);
        letter-spacing: 2px;
        margin-left: -20px;
    }
}

img.rules-position-image{
    width:100%;
    padding-top:55px;
}

.rules-section{
    margin-top: 50px;
    background-color:rgba(245,245,245,0.57);
}

li.rules-distance{
    margin:20px;
    font-weight:bold;
}

blockquote {
    border-left: 5px solid #22D5B5;
}

blockquote p {
    opacity:0.8;
}

.blockquote-reverse, blockquote.pull-right {
    border-right: 5px solid #22D5B5;
}

ol {
    list-style-position: inside;
}
.li {
    font-size: 45px;
    color: #22D5B5;
}
.li-span {
    font-size: 16px;
    color: #000;
}
.rules-explanation-header {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 50px;
}
.rules-bottom-distance {
    padding-bottom: 120px;
}
.rules-bottom-background {
    background-color:rgba(245,245,245,0.57);
    background-image:url("/resources/static/images/Spielregeln_Teaser.png");
    background-repeat:no-repeat;
    background-size:cover;
    height: 120px;
    border-radius: 99% 99% 0 0;
    -moz-border-radius: 99% 99% 0 0;
    -webkit-border-radius: 99% 99% 0 0;
    width: 100%;
}
@media (max-width:768px) {
    .rules-bottom-background {
        height: 220px;
    }
}
.rules-bottom-background p {
    font-weight: bold;
    color: grey;
    text-align: center;
    position: absolute;
    width: 50%;
    top: 35%;
    display: block;
    left: 25%;
}
/**********************     LOGIN PAGE STYLE    **********************/
.loginmodal-container {
    max-width: 550px;
    width: 100% !important;
    background-color: white;
    margin: 0 auto;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 70px;
}
.loginmodal-content {
    padding: 10px 30px 30px 30px;
    text-align: center;
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 2.5em;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
    height: 44px;
    font-size: 16px;
    -webkit-appearance: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
      user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0,0,0,0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help{
    font-size: 12px;
    padding-top: 15px;
    color: gray;
}
/**********************     LOGIN PAGE STYLE    **********************/
.bg {
    background-image: url("/resources/static/images/result_background.png");
    background-size: cover;
}
.gray-background {
    background-color: rgba(232, 232, 232, 0.44);
}
.matching-label-position-first {
     position: absolute;
     top: -11px;
}
.matching-label-position-other {
    position: absolute;
    top: -8px;
}
.best-match-label-text {
    position: absolute;
    top: 26px;
    left: 68px;
    font-size: x-large;
    font-weight: bold;
    color: white;
}
.other-match-label-text {
    position: absolute;
    top: 20px;
    left: 50px;
    font-size: large;
    font-weight: bold;
    color: white;
}
.switch-position {
    float: right;
}
.matching-city-name-large {
    font-family: customFontFamily;
    font-size: 40px;
    font-weight: bold;
    padding-right:20px;
}
.matching-city-hotel-number {
    font-weight: bold;
    color: black;
}
.matching-hide-label {
    display: block;
}
.matching-container-padding {
    padding-bottom: 40px;
}
.matching-city-label-container {
    padding-top:10px;
}
a {
    cursor:pointer;
}
/**********************     GOOGLE MAP STYLE    **********************/
.angular-google-map-container {
    height:600px;
    width:100%;
}
.results-message-style {
    position: absolute;
    display: block;
    width: 100%;
    margin-top: -147px;
    background-color: rgba(255,255,255,0.7);
    margin-left: 0px;
    margin-right: 0px;
}
/**********************     ANGULAR MATERIAL COLOR CHANGE    **********************/
md-switch.md-default-theme.md-checked.md-primary ._md-bar, md-switch.md-checked.md-primary ._md-bar {
    background-color: #22d5b5;
}
md-switch.md-default-theme.md-checked.md-primary ._md-thumb, md-switch.md-checked.md-primary ._md-thumb {
    background-color: #22d5b5;
}


/**********************    BLOG    **********************/
div.row.blog-header{
    background-image:url("/resources/static/images/Blog_Teaser_Bild.png");
    background-repeat:no-repeat;
    background-size:cover;
    height:500px;
    background-position:center center;
    margin-top:-80px;
}
h1.blog-header{
    text-align:center;
    top:180px;
    position:relative;
    margin:0 auto;
    font-weight: bold;
}
h1.blog-header:before {
    position: absolute;
    content: "Blog";
    font-family: customFontFamily;
    font-size: 200%;
    color: rgba(0, 0, 0, 0.20);
    letter-spacing: 2px;
    margin-left: -20px;
}
img.position-blog-picture{
    position:absolute;
    top:300px;
    left:50%;
    margin-left:-70px;
    width:140px;
    z-index:20;
}

div.row.blog-position-profile-information{
    position:absolute;
    width:100%;
    top:395px;
    height:90px;
    opacity:0.60;
    filter:blur(2px);
    display:block;
    margin:0;
    background:#000;
    display:block;
}
div.row.blog-position-profile-details{
    position:absolute;
    width:100%;
    top:410px;
    background-color:transparent;
    height:85px;
}

div.col-xs-2.blog-user-name{
    text-align:center;
    margin-top:20px;
    font-weight:bold;
    font-size:45px;
    color:white;
    font-family: customFontFamily;
}
div.col-xs-1.blog-info{
    color:white;
    text-align:center;
}

p.blog-profile-number{
    font-weight:normal;
    font-size:35px;
    margin-bottom:0;
}

div.col-xs-2.blog-info{
    color:white;
    text-align:center;
}
div.col-xs-3.blog-info{
    color:white;
    text-align:center;
}

.blog-buttons-info {
    display: block;
    padding: 4px;
    color: white;
    font-weight: bold;
    font-size: smaller;
    background-color: rgb(229,158,6);
    width: 70px;
    margin-bottom: 3px;
}

/**********************    Profile    **********************/

div.row.profile-background{
    background-image:url("/resources/static/images/Profil_Teaser_Bild.png");
    min-height:800px;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

div.col-md-9.profile-details-background{
    background-image:url("/resources/static/images/Transparente_Flaeche.png");
    background-repeat:no-repeat;
    min-height:800px;
    background-position:center center;
    background-size:cover;
}

div.col-md-3.profile-menu-background{
    background-image:url("/resources/static/images/Hintergrund_Blurry.png");
    min-height:800px;
    background-position:center center;
    background-size:cover;
    background-repeat:no-repeat;
}

img.profile-picture-menu{
    display:block;
    margin:0 auto;
    padding-top:50px;
    width:140px;
}

h1.profile-menu-name{
    color:white;
    text-align:center;
    font-family: customFontFamily;
    font-size: 60px;
}

p.profile-menu-email{
    color:white;
    text-align:center;
    padding-bottom:30px;
}

i.glyphicon.glyphicon-home.icon-size{
    font-size:40px;
    float:right;
}

div.row.profile-menu-row-color{
    color:white;
    padding-bottom:25px;
    padding-top: 25px;
    cursor: pointer;
}

div.row.profile-menu-row-color:hover{
    color: #0979ff;
    background: rgba(255,255,255,0.4);
}
div.row.profile-menu-row-color.selected{
    color: #0979ff;
    background: rgba(255,255,255,0.4);
}

p.menu-name{
    font-size:25px;
    padding-top:4px;
    font-weight: bold;
}

i.fa.fa-plane.icon-size{
    float:right;
    font-size:50px;
}

p.menu-name-travel{
}

div.col-xs-7.profile-menu-travel-padding{
    padding-right:0;
}

i.fa.fa-user.icon-size{
    font-size:50px;
    float:right;
}

p.menu-name-profil{
    font-size:25px;
    padding-top:5px;
    font-weight: bold;
}

i.fa.fa-sign-out.icon-size{
    font-size:50px;
    float:right;
}