
.mobile_hidden {
  display: none;
}

.desktop_hidden {
  display: block;
}

.privacy_settings input[type="submit"] {
    height: auto !important;
}


.ce_hyperlink a, a.btn {
    padding: 8px 20px;
}

.ce_hyperlink a, a.btn {
    background: #90a7db;
    border-color: #6e80a8;
}

input.submit[type="submit"], button.submit[type="submit"] {
    background: #90a7db;
    border: 1px solid #6e80a8;
    padding: 8px 19px;
    height: 35px;
}

.horizonte_text p {
    width: 279px;
    display: inline-block;
}


.abenteuer_text p {
    width: 279px;
    text-align: center !important;
    display: inline-block;

}

form .submit {
    border-radius: 20px;
    padding: 15px 50px;
    text-transform: uppercase !important;
    font-size: 1.1em;
    height: 56px;
}

form .submit:hover {
    background-color: #6c7891 !important;
}

form .submit:before {
    content: "\f003";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
}

#header .inside {
    height: 50px;
}

.header.cloned .inside {
    height: 50px;
}

.ihr_weg .col_12 {
   margin-bottom: 0px;
}

@media screen and (min-width: 768px) {

    .horizonte_text p {
        width: 379px;
        display: inline-block;
    }

    .desktop_hidden {
      display: none;
    }


    .mobile_hidden {
      display: block;
    }

    .abenteuer_text p {
        width: 379px;
        text-align: center !important;
        display: inline-block;
    }

}
